[SCM] debian-live/live-helper branch, master, updated. 1.0_a39-1-13-g92a0b19

Daniel Baumann daniel at debian.org
Sun Mar 9 08:58:47 UTC 2008


The following commit has been merged in the master branch:
commit 92a0b19dc8b5e671d9d52e722a22f66a43a9bd7b
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Mar 9 09:58:44 2008 +0100

    Re-adding quiet on all d-i install targets in post-etch, except expert (and keeping Chris fixed quiet handling).

diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux
index d8aab00..75f055e 100755
--- a/helpers/lh_binary_syslinux
+++ b/helpers/lh_binary_syslinux
@@ -150,15 +150,15 @@ Syslinux_install_entry ()
 				;;
 
 			Expert)
-				TAPPEND="priority=low ${APPEND} ${QAPPEND}"
+				TAPPEND="priority=low ${APPEND}"
 				;;
 
 			Rescue)
-				TAPPEND="rescue/enable=true ${APPEND}"
+				TAPPEND="rescue/enable=true ${APPEND} ${QAPPEND}"
 				;;
 
 			Auto)
-				TAPPEND="rescue/enable=true ${APPEND}"
+				TAPPEND="rescue/enable=true ${APPEND} ${QAPPEND}"
 				;;
 		esac
 

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list