[SCM] live-boot branch, debian-next, updated. debian/3.0_a32-1-3-g2d78353

Daniel Baumann daniel at debian.org
Wed Jun 13 11:25:52 UTC 2012


The following commit has been merged in the debian-next branch:
commit 997e1884fa8c1c463127c9fa7c5fce3218251f78
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jun 9 00:32:58 2012 +0200

    Removing some more dead parameters from cmdline function.

diff --git a/scripts/boot/cmdline.sh b/scripts/boot/cmdline.sh
index 669f5bc..31f97da 100755
--- a/scripts/boot/cmdline.sh
+++ b/scripts/boot/cmdline.sh
@@ -217,16 +217,6 @@ Cmdline ()
 				export NOPERSISTENCE
 				;;
 
-			noprompt)
-				NOPROMPT="true"
-				export NOPROMPT
-				;;
-
-			noprompt=*)
-				NOPROMPT="${_PARAMETER#noprompt=}"
-				export NOPROMPT
-				;;
-
 			quickusbmodules)
 				QUICKUSBMODULES="true"
 				export QUICKUSBMODULES
@@ -237,11 +227,6 @@ Cmdline ()
 				export SHOWMOUNTS
 				;;
 
-			silent)
-				SILENT="true"
-				export SILENT
-				;;
-
 			todisk=*)
 				TODISK="${_PARAMETER#todisk=}"
 				export TODISK

-- 
live-boot



More information about the debian-live-changes mailing list