[Debian-live-changes] r2485 - in dists/trunk/live-initramfs: . docs

daniel at alioth.debian.org daniel at alioth.debian.org
Sat Jul 14 17:51:48 UTC 2007


Author: daniel
Date: 2007-07-14 17:51:48 +0000 (Sat, 14 Jul 2007)
New Revision: 2485

Added:
   dists/trunk/live-initramfs/docs/parameters.txt
Modified:
   dists/trunk/live-initramfs/Makefile
Log:


Modified: dists/trunk/live-initramfs/Makefile
===================================================================
--- dists/trunk/live-initramfs/Makefile	2007-07-14 17:50:00 UTC (rev 2484)
+++ dists/trunk/live-initramfs/Makefile	2007-07-14 17:51:48 UTC (rev 2485)
@@ -116,12 +116,12 @@
 	rm -f $(DESTDIR)/usr/share/man/man7/live-login.7.gz
 
 update:
-	set -e; for MANPAGE in manpages/*.en.*; \
+	set -e; for FILE in docs/parameters.txt manpages/*.en.*; \
 	do \
 		sed -i	-e 's/2007\\-07\\-16/2007\\-07\\-23/' \
 			-e 's/16.07.2007/23.07.2007/' \
 			-e 's/1.91.5/1.91.6/' \
-		$$MANPAGE; \
+		$$FILE; \
 	done
 
 clean:

Added: dists/trunk/live-initramfs/docs/parameters.txt
===================================================================
--- dists/trunk/live-initramfs/docs/parameters.txt	                        (rev 0)
+++ dists/trunk/live-initramfs/docs/parameters.txt	2007-07-14 17:51:48 UTC (rev 2485)
@@ -0,0 +1,47 @@
+Boot Parameters for Debian Live
+-------------------------------
+
+Updated for live-initramfs 1.91.5-1 on 2007-07-23.
+
+These options (can be combined) work from the syslinux bootprompt:
+
+live access=ACCESS
+live console=TTY,SPEED
+live debug
+live hostname=HOSTNAME
+live username=USER
+live userfullname=USERFULLNAME
+live integrity-check
+live ip=[CLIENT_IP]:[SERVER_IP]:[GATEWAY_IP]:[NETMASK]:[HOSTNAME]:[DEVICE]:[AUTOCONF]  [,[CLIENT_IP]:[SERVER_IP]:[GATEWAY_IP]:[NETMASK]:[HOSTNAME]:[DEVICE]:[AUTOCONF]]*
+live ip[=frommedia]
+live {keyb|kbd-chooser/method}=KEYBOARD
+live {klayout|console-setup/layoutcode}=LAYOUT
+live {kvariant|console-setup/variantcode}=VARIANT
+live {kmodel|console-setup/modelcode}=CODE
+live koptions=OPTIONS
+live live-getty
+live {live-media|bootfrom}=DEVICE
+live {live-media-encryption|encryption}=TYPE
+live live-media-offset=BYTES
+live live-media-timeout=SECONDS
+live {locale|debian-installer/locale}=LOCALE
+live module=NAME
+live netboot[=nfs|cifs]
+live nfsopts=
+live noautologin
+live noxautologin
+live nofastboot
+live nopersistent
+live nosudo
+live noswap
+live persistent
+live {preseed/file|file}=FILE
+live package/question=VALUE
+live quickreboot
+live showmounts
+live timezone=TIMEZONE
+live todisk=DEVICE
+live toram
+live union=unionfs|aufs
+live xdebconf
+live xvideomode=RESOLUTION




More information about the Debian-live-changes mailing list