Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162917934
D18647.id52297.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
813 B
Referenced Files
None
Subscribers
None
D18647.id52297.diff
View Options
Index: head/usr.sbin/efibootmgr/efibootmgr.c
===================================================================
--- head/usr.sbin/efibootmgr/efibootmgr.c
+++ head/usr.sbin/efibootmgr/efibootmgr.c
@@ -96,6 +96,7 @@
static struct option lopts[] = {
{"activate", required_argument, NULL, 'a'},
{"bootnext", required_argument, NULL, 'n'}, /* set bootnext */
+ {"bootnum", required_argument, NULL, 'b'},
{"bootorder", required_argument, NULL, 'o'}, /* set order */
{"copy", required_argument, NULL, 'C'}, /* Copy boot method */
{"create", no_argument, NULL, 'c'},
@@ -191,7 +192,7 @@
{
int ch;
- while ((ch = getopt_long(argc, argv, "A:a:B:C:cDe:hk:L:l:Nn:Oo:Tt:v",
+ while ((ch = getopt_long(argc, argv, "A:a:B:b:C:cDe:hk:L:l:Nn:Oo:Tt:v",
lopts, NULL)) != -1) {
switch (ch) {
case 'A':
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jul 19, 7:15 AM (18 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35225629
Default Alt Text
D18647.id52297.diff (813 B)
Attached To
Mode
D18647: Activate support for efibootmgr(8) -b --bootnum parameter
Attached
Detach File
Event Timeline
Log In to Comment