diff options
author | Daniel Baumann <daniel@debian.org> | 2009-11-16 12:40:43 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2009-11-22 14:44:27 +0100 |
commit | 19e942d1dd01799f244fab0a26620acd6547a35a (patch) | |
tree | 17f9d204704809b9009d6b75109411aa53adaeeb /helpers/lh_binary_yaboot | |
parent | 2d3c76985669ed2e02d9e7b4fdca2f4e381d477b (diff) | |
download | vyos-live-build-19e942d1dd01799f244fab0a26620acd6547a35a.tar.gz vyos-live-build-19e942d1dd01799f244fab0a26620acd6547a35a.zip |
Dropping etch support.
Diffstat (limited to 'helpers/lh_binary_yaboot')
-rwxr-xr-x | helpers/lh_binary_yaboot | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/helpers/lh_binary_yaboot b/helpers/lh_binary_yaboot index 6f528c190..d0e707c48 100755 --- a/helpers/lh_binary_yaboot +++ b/helpers/lh_binary_yaboot @@ -84,10 +84,7 @@ Yaboot_install_entry () DIRECTORY="/$(basename ${DESTDIR_INSTALL})" - if [ "${LH_DISTRIBUTION}" != "etch" ] - then - QAPPEND="quiet" - fi + QAPPEND="quiet" for TYPE in Install Expert Rescue Auto do |