diff options
author | Daniel Baumann <daniel@debian.org> | 2009-11-16 12:40:43 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:02 +0100 |
commit | 5841e79b1fddb4e7aa340328a4df587398317d06 (patch) | |
tree | 17f9d204704809b9009d6b75109411aa53adaeeb /helpers/lh_binary_grub | |
parent | 8fa7616e6929bb1375a04bb1c50fe3b846ffcceb (diff) | |
download | vyos-live-build-5841e79b1fddb4e7aa340328a4df587398317d06.tar.gz vyos-live-build-5841e79b1fddb4e7aa340328a4df587398317d06.zip |
Dropping etch support.
Diffstat (limited to 'helpers/lh_binary_grub')
-rwxr-xr-x | helpers/lh_binary_grub | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/helpers/lh_binary_grub b/helpers/lh_binary_grub index 0d23ebb8d..a30aa3d1f 100755 --- a/helpers/lh_binary_grub +++ b/helpers/lh_binary_grub @@ -78,11 +78,7 @@ Grub_install_entry () INITRD="${3}" APPEND="${4}" - # Boot in quiet mode where appropriate - if [ "${LH_DISTRIBUTION}" != "etch" ] - then - QAPPEND="quiet" - fi + QAPPEND="quiet" for TYPE in Install Expert Rescue Auto do |