X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=manpages%2Flive-initramfs.en.7;h=8017ecaf6c80295a8fb51358344ecfc5c8bfb65d;hb=9193f3f2f1380c397f97e05528c0de0f93eae859;hp=03a1e7ee2f47cb3bca9f8b2e357044fc6e800367;hpb=0a854a1e9307affdeaf96cb3ec0c864b171d66ca;p=live-boot-grml.git diff --git a/manpages/live-initramfs.en.7 b/manpages/live-initramfs.en.7 index 03a1e7e..8017eca 100644 --- a/manpages/live-initramfs.en.7 +++ b/manpages/live-initramfs.en.7 @@ -1,7 +1,7 @@ -.TH LIVE\-INITRAMFS 7 "2007\-05\-14" "1.81.3" "live\-initramfs" +.TH LIVE\-INITRAMFS 7 "2007\-05\-28" "1.87.5" "live\-initramfs" .SH NAME -live\-initramfs \- Debian Live initramfs generator +live\-initramfs \- Debian Live initramfs hook .SH SYNOPSIS .B BOOT=live @@ -46,16 +46,22 @@ Configure the running locale as specified, if not present the live\-media rootfs Instead of using the default optional file "order.lst" (see below) another file could be specified without the extension ".lst"; it should be placed on "/live" directory of the live medium. .IP "\fBnetboot\fR[=nfs|cifs]" 4 This tells live\-initramfs to perform a network mount. The parameter "nfsroot=" (with optional "nfsopts="), should specify where is the location of the root filesystem. With no args, will try cifs first, and if it fails nfs. +.IP "\fBnoautologin\fR" 4 +This parameter disables the automatic terminal login only, not touching gdk/kdm. +.IP "\fBnoxautologin\fR" 4 +This parameter disables the automatic login of gdm/kdm only, not touching terminals. +.IP "\fBnopersistent\fR" 4 +disables the "persistent" feature, useful if the bootloader (like syslinux) has been installed with persistent enabled. +.IP "\fBnosudo\fR" 4 +This parameter disables the automatic configuration of sudo. +.IP "\fBnoswap\fR" 4 +This parameter disables usage of local swap partitions. .IP "\fBpersistent\fR" 4 live\-initramfs will look for persistent and snapshot partitions or files labeled "live\-rw", "home\-rw", and files called "live\-sn*", "home\-sn*" and will try to, in order: mount as /cow the first, mount the second in /home, and just copy the contents of the latter in appropriate locations (snapshots). Snapshots will be tried to be updated on reboot/shutdown. Look at \fIlive\-snapshot\fR(1) for more informations. -.IP "\fBnopersistent\fR" 4 -disables the above mentioned "persistent" feature, useful if the bootloader (like syslinux) has been installed with persistent enabled. .IP "\fBquickreboot\fR" 4 This option causes live\-initramfs to reboot without attempting to eject the media and without asking the user to remove the boot media. .IP "\fBshowmounts\fR" 4 This parameter will make live\-initramfs to show on "/" the ro filesystems (mostly compressed) on "/live". This is not enabled by default because could lead to problems by applications like "mono" which store binary paths on installation. -.IP "\fBswapoff\fR" 4 -This parameter disables usage of local swap partitions. .IP "\fBtodisk=\fR\fIDEVICE" 4 Adding this parameter, live\-initramfs will try to copy the entire read\-only media to the specified device before mounting the root filesystem. It probably needs a lot of free space. Subsequent boots should then skip this step and just specify the "live\-media=DEVICE" boot parameter with the same DEVICE used this time. .IP "\fBtoram\fR" 4 @@ -64,6 +70,8 @@ Adding this parameter, live\-initramfs will try to copy the whole read\-only med A path to a file present on the rootfs could be used to preseed debconf database. .IP "\fBpackage/question=\fR\fIVALUE\fR" 4 All debian installed packages could be preseeded from command\-line that way, beware of blanks spaces, they will interfere with parsing, use a preseed file in this case. +.IP "\fBupgrade\fR" 4 +performes a apt-get update/apt-get upgrace cycle while booting (experimental). .IP "\fBxdebconf\fR" 4 uses xdebconfigurator, if present on the rootfs, to configure X instead of the standard procedure (experimental). .IP "\fBxvideomode=\fR\fIRESOLUTION\fR" 4