diff options
author | Richard Nelson <unixabg@gmail.com> | 2013-01-07 20:33:29 -0600 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2013-01-08 07:02:38 +0100 |
commit | 807f3953737cbe9672e5c5827d0bf765056a2412 (patch) | |
tree | 95b6b05285d6bb2453e27d7b194213af1f053405 /manpages/en | |
parent | 370fd59a3a332e3636e33a60ac6d5c2a8987611d (diff) | |
download | live-boot-807f3953737cbe9672e5c5827d0bf765056a2412.tar.gz live-boot-807f3953737cbe9672e5c5827d0bf765056a2412.zip |
Replace noprompt with noeject on manpage.
Diffstat (limited to 'manpages/en')
-rw-r--r-- | manpages/en/live-boot.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manpages/en/live-boot.7 b/manpages/en/live-boot.7 index a46f1b5..11220e8 100644 --- a/manpages/en/live-boot.7 +++ b/manpages/en/live-boot.7 @@ -100,10 +100,10 @@ This lets you specify custom nfs options. This parameter disables the default disabling of filesystem checks in /etc/fstab. If you have static filesystems on your harddisk and you want them to be checked at boot time, use this parameter, otherwise they are skipped. .IP "\fBnopersistence\fR" 4 disables the "persistence" feature, useful if the bootloader (like syslinux) has been installed with persistence enabled. -.IP "\fBnoprompt\fR" 4 +.IP "\fBnoeject\fR" 4 Do not prompt to eject the CD or remove the USB flash drive on reboot. -.IP "\fBnoprompt\fR=\fITYPE\fR" 4 -This tells live-boot not to prompt to eject the CD (when noprompt=cd) or remove the USB flash drive (when noprompt=usb) on reboot. +.IP "\fBnoeject\fR=\fITYPE\fR" 4 +This tells live-boot not to prompt to eject the CD (when noeject=cd) or remove the USB flash drive (when noeject=usb) on reboot. .IP "\fBramdisk\-size\fR" 4 This parameters allows to set a custom ramdisk size (it's the '\-o size' option of tmpfs mount). By default, there is no ramdisk size set, so the default of mount applies (currently 50% of available RAM). Note that this option has no currently no effect when booting with toram. .IP "\fBswapon\fR" 4 |