Skip to content

Commit

Permalink
Fix livecd-iso-to-disk pod text
Browse files Browse the repository at this point in the history
  • Loading branch information
Conan-Kudo committed Mar 1, 2017
1 parent aa58172 commit 95dffd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/livecd-iso-to-disk.pod
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ Modifies the bootloader's timeout value, which indicates how long to pause at th

For SYSLINUX, a timeout unit is 1/10 second; the timeout is canceled when any key is pressed (the assumption being that the user will complete the command line); and a timeout of zero will disable the timeout completely.

For EFI GRUB, the timeout unit is 1 second; timeout specifies the time to wait for keyboard input before booting the default menu entry. A timeout of ‘0’ means to boot the default entry immediately without displaying the menu; and a timeout of ‘-1’ means to wait indefinitely.
For EFI GRUB, the timeout unit is 1 second; timeout specifies the time to wait for keyboard input before booting the default menu entry. A timeout of '0' means to boot the default entry immediately without displaying the menu; and a timeout of '-1' means to wait indefinitely.

=back

Enter a desired timeout value in 1/10 second units (or ‘-1’) and the appropriate value will be supplied to the configuration file. For immediate booting, enter ‘-0’ to avoid the ambiguity between systems. An entry of ‘-0’ will result in an SYSLINUX setting of timeout 1 and totaltimeout 1. ‘0’ or ‘-1’ will result in an SYSLINUX setting of ‘0’ (disable timeout, that is, wait indefinitely), but ‘0’ for EFI GRUB will mean immediate boot of the default, while ‘-1’ will mean EFI GRUB waits indefinitely for a user selection.
Enter a desired timeout value in 1/10 second units (or '-1') and the appropriate value will be supplied to the configuration file. For immediate booting, enter '-0' to avoid the ambiguity between systems. An entry of '-0' will result in an SYSLINUX setting of timeout 1 and totaltimeout 1. '0' or '-1' will result in an SYSLINUX setting of '0' (disable timeout, that is, wait indefinitely), but '0' for EFI GRUB will mean immediate boot of the default, while '-1' will mean EFI GRUB waits indefinitely for a user selection.

=item --totaltimeout <duration>

Expand Down

0 comments on commit 95dffd6

Please sign in to comment.