summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_grub2
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-11-16 12:40:43 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:02 +0100
commit5841e79b1fddb4e7aa340328a4df587398317d06 (patch)
tree17f9d204704809b9009d6b75109411aa53adaeeb /helpers/lh_binary_grub2
parent8fa7616e6929bb1375a04bb1c50fe3b846ffcceb (diff)
downloadlive-build-5841e79b1fddb4e7aa340328a4df587398317d06.zip
live-build-5841e79b1fddb4e7aa340328a4df587398317d06.tar.gz
Dropping etch support.
Diffstat (limited to 'helpers/lh_binary_grub2')
-rwxr-xr-xhelpers/lh_binary_grub22
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_grub2 b/helpers/lh_binary_grub2
index 2946214..a04ad8f 100755
--- a/helpers/lh_binary_grub2
+++ b/helpers/lh_binary_grub2
@@ -79,7 +79,7 @@ Grub_install_entry ()
INITRD="${3}"
APPEND="${4}"
- if [ "${LH_DISTRIBUTION}" != "etch" ] && [ "${LABEL}" != "rescue" ] && [ "${LABEL}" != "rescuegui" ]
+ if [ "${LABEL}" != "rescue" ] && [ "${LABEL}" != "rescuegui" ]
then
APPEND="${APPEND} quiet"
fi