From 73090fe9956085216cbf9b52ae9b9cfcc1a32ac3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 16 May 2010 18:53:09 +0200 Subject: Updating default boot parameters to include live-config. --- helpers/binary_grub2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/binary_grub2') diff --git a/helpers/binary_grub2 b/helpers/binary_grub2 index 0d17214c9..dde12b013 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}" } -- cgit v1.2.3