[Debian-live-changes] r2417 - in dists/trunk/live-initramfs: docs manpages scripts

daniel at alioth.debian.org daniel at alioth.debian.org
Sat Jul 7 07:49:41 UTC 2007


Author: daniel
Date: 2007-07-07 07:49:41 +0000 (Sat, 07 Jul 2007)
New Revision: 2417

Modified:
   dists/trunk/live-initramfs/docs/ChangeLog
   dists/trunk/live-initramfs/manpages/live-initramfs.en.7
   dists/trunk/live-initramfs/scripts/live
Log:


Modified: dists/trunk/live-initramfs/docs/ChangeLog
===================================================================
--- dists/trunk/live-initramfs/docs/ChangeLog	2007-07-07 07:26:00 UTC (rev 2416)
+++ dists/trunk/live-initramfs/docs/ChangeLog	2007-07-07 07:49:41 UTC (rev 2417)
@@ -1,3 +1,8 @@
+2007-07-07  Daniel Baumann  <daniel at debian.org>
+
+	* scripts/live:
+	  - Added debug parameter.
+
 2007-06-31  Daniel Baumann  <daniel at debian.org>
 
 	* scripts/live:

Modified: dists/trunk/live-initramfs/manpages/live-initramfs.en.7
===================================================================
--- dists/trunk/live-initramfs/manpages/live-initramfs.en.7	2007-07-07 07:26:00 UTC (rev 2416)
+++ dists/trunk/live-initramfs/manpages/live-initramfs.en.7	2007-07-07 07:49:41 UTC (rev 2417)
@@ -22,6 +22,8 @@
 Set the accessibility level for physically or visually impared users. ACCESS must be one of v1, v2, v3, m1, or m2. v1=lesser visual impairment, v2=moderate visual impairment, v3=blindness, m1=minor motor difficulties, m2=moderate motor difficulties.
 .IP "\fBconsole=\fR\fITTY\fR,\fISPEED\fR" 4
 Set the default console to be used with the "live\-getty" option. Example: "console=ttyS0,115200"
+.IP "\fBdebug\fR" 4
+Makes initramfs boot process more verbose.
 .IP "\fBhostname=\fR\fIHOSTNAME\fR, \fBusername=\fR\fIUSER\fR, \fBuserfullname=\fR\fIUSERFULLNAME\fR"4
 Those parameters lets you override values read from the config file.
 .IP "\fBintegrity\-check\fR" 4

Modified: dists/trunk/live-initramfs/scripts/live
===================================================================
--- dists/trunk/live-initramfs/scripts/live	2007-07-07 07:26:00 UTC (rev 2416)
+++ dists/trunk/live-initramfs/scripts/live	2007-07-07 07:49:41 UTC (rev 2417)
@@ -49,6 +49,13 @@
 				export DEFCONFSOLE
 				;;
 
+			debug)
+				DEBUG="Yes"
+				export DEBUG
+
+				set -x
+				;;
+
 			hostname=*)
 				HOSTNAME=${x#hostname=}
 				LIVECONF="changed"
@@ -201,7 +208,7 @@
 				export SHOWMOUNTS
 				;;
 
-		       timezone=*)
+			timezone=*)
 				TIMEZONE="${x#timezone=}"
 				export TIMEZONE
 				;;




More information about the Debian-live-changes mailing list