From ed5d8c3b693afff27b3502189037b7cfcf887ec7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 9 Mar 2008 09:58:44 +0100 Subject: Re-adding quiet on all d-i install targets in post-etch, except expert (and keeping Chris fixed quiet handling). --- helpers/lh_binary_syslinux | 6 +++--- 1 file 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 -- cgit v1.0