summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_grub
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_binary_grub')
-rwxr-xr-xhelpers/lh_binary_grub6
1 files changed, 1 insertions, 5 deletions
diff --git a/helpers/lh_binary_grub b/helpers/lh_binary_grub
index 0d23ebb..a30aa3d 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