summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_syslinux
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_binary_syslinux')
-rwxr-xr-xhelpers/lh_binary_syslinux6
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux
index d8aab00..75f055e 100755
--- a/helpers/lh_binary_syslinux
+++ b/helpers/lh_binary_syslinux
@@ -150,15 +150,15 @@ Syslinux_install_entry ()
;;
Expert)
- TAPPEND="priority=low ${APPEND} ${QAPPEND}"
+ TAPPEND="priority=low ${APPEND}"
;;
Rescue)
- TAPPEND="rescue/enable=true ${APPEND}"
+ TAPPEND="rescue/enable=true ${APPEND} ${QAPPEND}"
;;
Auto)
- TAPPEND="rescue/enable=true ${APPEND}"
+ TAPPEND="rescue/enable=true ${APPEND} ${QAPPEND}"
;;
esac