summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_grub2
diff options
context:
space:
mode:
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