efibootdude 0.5__py3-none-any.whl → 0.5.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of efibootdude might be problematic. Click here for more details.
- efibootdude/main.py +6 -1
- {efibootdude-0.5.dist-info → efibootdude-0.5.1.dist-info}/METADATA +5 -2
- efibootdude-0.5.1.dist-info/RECORD +9 -0
- efibootdude-0.5.dist-info/RECORD +0 -9
- {efibootdude-0.5.dist-info → efibootdude-0.5.1.dist-info}/LICENSE +0 -0
- {efibootdude-0.5.dist-info → efibootdude-0.5.1.dist-info}/WHEEL +0 -0
- {efibootdude-0.5.dist-info → efibootdude-0.5.1.dist-info}/entry_points.txt +0 -0
- {efibootdude-0.5.dist-info → efibootdude-0.5.1.dist-info}/top_level.txt +0 -0
efibootdude/main.py
CHANGED
|
@@ -358,7 +358,8 @@ class EfiBootDude:
|
|
|
358
358
|
actions['m'] = 'modify'
|
|
359
359
|
if self.mods.dirty:
|
|
360
360
|
actions['w'] = 'write'
|
|
361
|
-
|
|
361
|
+
else:
|
|
362
|
+
actions['b'] = 'boot'
|
|
362
363
|
|
|
363
364
|
return actions
|
|
364
365
|
|
|
@@ -500,6 +501,10 @@ class EfiBootDude:
|
|
|
500
501
|
return None
|
|
501
502
|
|
|
502
503
|
if key == ord('b'):
|
|
504
|
+
if self.mods.dirty:
|
|
505
|
+
self.win.alert('Pending changes (on return, use "w" to commit or "ESC" to discard)')
|
|
506
|
+
return
|
|
507
|
+
|
|
503
508
|
answer = self.win.answer(prompt='Type "reboot" to reboot',
|
|
504
509
|
seed='reboot', width=80)
|
|
505
510
|
if answer.strip().lower().startswith('reboot'):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: efibootdude
|
|
3
|
-
Version: 0.5
|
|
3
|
+
Version: 0.5.1
|
|
4
4
|
Summary: A visual wrapper for efibootmgr
|
|
5
5
|
Author-email: Joe Defen <joedef@duck.com>
|
|
6
6
|
License: MIT
|
|
@@ -56,9 +56,12 @@ At this point
|
|
|
56
56
|
active by typing `*` for the corresponding entries.
|
|
57
57
|
* Press `ESC` key to abandon any changes and reload the boot information.
|
|
58
58
|
* When ready to write the changes to the BIOS, enter `w`.
|
|
59
|
-
* When the changes look good, type `b` to reboot, if you wish.
|
|
60
59
|
* When writing the changes, `efibootdude` drops out of menu mode so you can
|
|
61
60
|
verify the underlying commands, error codes, and error messages.
|
|
61
|
+
* After you write changes, type `b` to reboot, if you wish and the boot menu looks OK.
|
|
62
|
+
* BTW, the top-line keys vary per context; e.g.:
|
|
63
|
+
* `w` is only shown with pending changes, and
|
|
64
|
+
* `b` is only shown w/o pending changes.
|
|
62
65
|
|
|
63
66
|
## Caveats
|
|
64
67
|
* Some operations may not work permanently even though there is no indication from `efibootmgr`
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
efibootdude/PowerWindow.py,sha256=pQGXsAMeuiHn-vtEiVG0rgW1eCslh3ukC-VrPhH_j3k,28587
|
|
2
|
+
efibootdude/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
efibootdude/main.py,sha256=9JPvlmo2Hashth6J81c2HGsSRrVcHBPOmbm3ddKqo7w,18980
|
|
4
|
+
efibootdude-0.5.1.dist-info/LICENSE,sha256=qB9OdnyyF6WYHiEIXVm0rOSdcf8e2ctorrtWs6CC5lU,1062
|
|
5
|
+
efibootdude-0.5.1.dist-info/METADATA,sha256=zbD9fKGQzcfsMcP9hlh6U6XuX-ijuBiuPCHITkfzYus,3750
|
|
6
|
+
efibootdude-0.5.1.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91
|
|
7
|
+
efibootdude-0.5.1.dist-info/entry_points.txt,sha256=3KZ_86ZSy4f-weuSruTlMGaQ96jZUm7mjyITVnjE184,54
|
|
8
|
+
efibootdude-0.5.1.dist-info/top_level.txt,sha256=BrMsK3JmOrVJUNkHX1dicqWrdjbm4itRtmXJMxte-VU,12
|
|
9
|
+
efibootdude-0.5.1.dist-info/RECORD,,
|
efibootdude-0.5.dist-info/RECORD
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
efibootdude/PowerWindow.py,sha256=pQGXsAMeuiHn-vtEiVG0rgW1eCslh3ukC-VrPhH_j3k,28587
|
|
2
|
-
efibootdude/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
efibootdude/main.py,sha256=Z9zPAY3GIY_8JE9COr71WrXBOZvJRGCgsfZPGpffyEQ,18789
|
|
4
|
-
efibootdude-0.5.dist-info/LICENSE,sha256=qB9OdnyyF6WYHiEIXVm0rOSdcf8e2ctorrtWs6CC5lU,1062
|
|
5
|
-
efibootdude-0.5.dist-info/METADATA,sha256=0keU5nYypIDiMUlVD94XKkF5k-NcStNTO5ChJTnxUPg,3584
|
|
6
|
-
efibootdude-0.5.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91
|
|
7
|
-
efibootdude-0.5.dist-info/entry_points.txt,sha256=3KZ_86ZSy4f-weuSruTlMGaQ96jZUm7mjyITVnjE184,54
|
|
8
|
-
efibootdude-0.5.dist-info/top_level.txt,sha256=BrMsK3JmOrVJUNkHX1dicqWrdjbm4itRtmXJMxte-VU,12
|
|
9
|
-
efibootdude-0.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|