actually include docbook patch file, make sure processed man page cleaned up
[debian/efibootmgr] / README
diff --git a/README b/README
index 1fb38fdb13281a824aa932ae99d3e62137a3c71c..89a64454fc55bbdc3d585f3b0dc923e94fa81f2e 100644 (file)
--- a/README
+++ b/README
@@ -29,12 +29,16 @@ usage: efibootmgr [options]
        -O | --delete-bootorder delete BootOrder
        -p | --part part       (defaults to 1) containing loader
        -q | --quiet           be quiet
        -O | --delete-bootorder delete BootOrder
        -p | --part part       (defaults to 1) containing loader
        -q | --quiet           be quiet
-       -t | --test filename   don't write to NVRAM, write to filename
+       --test filename   don't write to NVRAM, write to filename
+       -t | --timeout seconds   Boot manager timeout
+       -T | --delete-timeout    delete Timeout value
        -u | --unicode | --UCS-2  pass extra args as UCS-2 (default is ASCII)
        -U | --acpi_uid XXXX    set the ACPI UID (used with -i)
        -v | --verbose         print additional information
        -V | --version         return version and exit
        -w | --write-signature  write unique sig to MBR if needed
        -u | --unicode | --UCS-2  pass extra args as UCS-2 (default is ASCII)
        -U | --acpi_uid XXXX    set the ACPI UID (used with -i)
        -v | --verbose         print additional information
        -V | --version         return version and exit
        -w | --write-signature  write unique sig to MBR if needed
+        -@ | --append-binary-args   append extra variable args from
+                                   file (use - to read from stdin).  
 
 
 Typical usage:
 
 
 Typical usage:
@@ -43,6 +47,7 @@ Typical usage:
   BootCurrent: 0004
   BootNext: 0003
   BootOrder: 0004,0000,0001,0002,0003
   BootCurrent: 0004
   BootNext: 0003
   BootOrder: 0004,0000,0001,0002,0003
+  Timeout: 30 seconds
   Boot0000* Diskette Drive(device:0)
   Boot0001* CD-ROM Drive(device:FF) 
   Boot0002* Hard Drive(Device:80)/HD(Part1,Sig00112233)   
   Boot0000* Diskette Drive(device:0)
   Boot0001* CD-ROM Drive(device:FF) 
   Boot0002* Hard Drive(Device:80)/HD(Part1,Sig00112233)   
@@ -62,6 +67,10 @@ Typical usage:
   boot manager after first use.  This allows you to change the next boot
   behavior without changing BootOrder.
 
   boot manager after first use.  This allows you to change the next boot
   behavior without changing BootOrder.
 
+  Timeout - the time in seconds between when the boot manager appears
+  on the screen until when it automatically chooses the startup value
+  from BootNext or BootOrder.
+
   Five boot entries (0000 - 0004), the active/inactive flag (* means
   active), and the name displayed on the screen.
 
   Five boot entries (0000 - 0004), the active/inactive flag (* means
   active), and the name displayed on the screen.