diff options
author | Daniel Baumann <daniel@debian.org> | 2008-03-09 09:58:44 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:01:46 +0100 |
commit | ed5d8c3b693afff27b3502189037b7cfcf887ec7 (patch) | |
tree | a65ed461084193c76e4c66b2ab5062d5c89814e3 /helpers | |
parent | df8e958021db5725f1e9ca59fcae06803e629f1d (diff) | |
download | vyos-live-build-ed5d8c3b693afff27b3502189037b7cfcf887ec7.tar.gz vyos-live-build-ed5d8c3b693afff27b3502189037b7cfcf887ec7.zip |
Re-adding quiet on all d-i install targets in post-etch, except expert (and keeping Chris fixed quiet handling).
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_binary_syslinux | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux index d8aab00ec..75f055e11 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 |