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

This commit is contained in:
Daniel Baumann 2008-03-09 09:58:44 +01:00
parent df8e958021
commit ed5d8c3b69
1 changed files with 3 additions and 3 deletions

View File

@ -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