summaryrefslogtreecommitdiff
path: root/helpers/binary_grub2
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/binary_grub2')
-rwxr-xr-xhelpers/binary_grub22
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/binary_grub2 b/helpers/binary_grub2
index 0d17214..dde12b0 100755
--- a/helpers/binary_grub2
+++ b/helpers/binary_grub2
@@ -67,7 +67,7 @@ Grub_live_entry ()
APPEND="${4}"
LINUX_LIVE="${LINUX_LIVE}\nmenuentry \"Debian GNU/Linux - ${LABEL}\" {"
- LINUX_LIVE="${LINUX_LIVE}\nlinux\t\t/${KERNEL} boot=${INITFS} LH_BOOTAPPEND_LIVE ${APPEND}"
+ LINUX_LIVE="${LINUX_LIVE}\nlinux\t\t/${KERNEL} boot=${INITFS} live-config LH_BOOTAPPEND_LIVE ${APPEND}"
LINUX_LIVE="${LINUX_LIVE}\ninitrd\t\t/${INITRD}"
LINUX_LIVE="${LINUX_LIVE}\n}"
}