diff options
author | Daniel Baumann <daniel@debian.org> | 2008-03-09 09:58:44 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-03-09 09:58:44 +0100 |
commit | 92a0b19dc8b5e671d9d52e722a22f66a43a9bd7b (patch) | |
tree | a65ed461084193c76e4c66b2ab5062d5c89814e3 /helpers/lh_binary_syslinux | |
parent | 206f3b3f21d8877d7792a2a9a9aa9390182b6f95 (diff) | |
download | vyos-live-build-92a0b19dc8b5e671d9d52e722a22f66a43a9bd7b.tar.gz vyos-live-build-92a0b19dc8b5e671d9d52e722a22f66a43a9bd7b.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/lh_binary_syslinux')
-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 |