summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_syslinux
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-03-09 09:58:44 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:01:46 +0100
commited5d8c3b693afff27b3502189037b7cfcf887ec7 (patch)
treea65ed461084193c76e4c66b2ab5062d5c89814e3 /helpers/lh_binary_syslinux
parentdf8e958021db5725f1e9ca59fcae06803e629f1d (diff)
downloadlive-build-ed5d8c3b693afff27b3502189037b7cfcf887ec7.zip
live-build-ed5d8c3b693afff27b3502189037b7cfcf887ec7.tar.gz
Re-adding quiet on all d-i install targets in post-etch, except expert (and keeping Chris fixed quiet handling).
Diffstat (limited to 'helpers/lh_binary_syslinux')
-rwxr-xr-xhelpers/lh_binary_syslinux6
1 files changed, 3 insertions, 3 deletions
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