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:
parent
df8e958021
commit
ed5d8c3b69
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue