summaryrefslogtreecommitdiff
path: root/scripts/build/lb_binary_grub2
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-09-16 22:38:13 +0200
committerDaniel Baumann <daniel@debian.org>2010-09-16 22:38:13 +0200
commit1b865f62a69456c8d60fd7d68bfb5d2c4cca703f (patch)
treed212a061e8ffe0566f455b82c3d497d2b0124a9f /scripts/build/lb_binary_grub2
parent43666a8c5022abf7e14df5d036249a321e8b3e32 (diff)
downloadvyos-live-build-1b865f62a69456c8d60fd7d68bfb5d2c4cca703f.tar.gz
vyos-live-build-1b865f62a69456c8d60fd7d68bfb5d2c4cca703f.zip
Using short boot parameter 'config' to enable live-config, requires live-config 2.0.7.
Diffstat (limited to 'scripts/build/lb_binary_grub2')
-rwxr-xr-xscripts/build/lb_binary_grub22
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_binary_grub2 b/scripts/build/lb_binary_grub2
index 8610eee37..591b5f112 100755
--- a/scripts/build/lb_binary_grub2
+++ b/scripts/build/lb_binary_grub2
@@ -68,7 +68,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} live-config LB_BOOTAPPEND_LIVE ${APPEND}"
+ LINUX_LIVE="${LINUX_LIVE}\nlinux\t\t/${KERNEL} boot=${INITFS} config LB_BOOTAPPEND_LIVE ${APPEND}"
LINUX_LIVE="${LINUX_LIVE}\ninitrd\t\t/${INITRD}"
LINUX_LIVE="${LINUX_LIVE}\n}"
}