diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-16 22:38:13 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:23 +0100 |
commit | 5bfb0b2b5b8ce7ed42dbc3ba5c4de761528a1b4b (patch) | |
tree | d212a061e8ffe0566f455b82c3d497d2b0124a9f /scripts/build/lb_binary_grub | |
parent | 6d538a4beb4278d4584c48f5923cf15b9f817aaf (diff) | |
download | vyos-live-build-5bfb0b2b5b8ce7ed42dbc3ba5c4de761528a1b4b.tar.gz vyos-live-build-5bfb0b2b5b8ce7ed42dbc3ba5c4de761528a1b4b.zip |
Using short boot parameter 'config' to enable live-config, requires live-config 2.0.7.
Diffstat (limited to 'scripts/build/lb_binary_grub')
-rwxr-xr-x | scripts/build/lb_binary_grub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_binary_grub b/scripts/build/lb_binary_grub index 802bfbef4..efd16ea80 100755 --- a/scripts/build/lb_binary_grub +++ b/scripts/build/lb_binary_grub @@ -68,7 +68,7 @@ Grub_live_entry () APPEND="${4}" LINUX_LIVE="${LINUX_LIVE}\ntitle\t\tDebian GNU/Linux - ${LABEL}" - LINUX_LIVE="${LINUX_LIVE}\nkernel\t\t/${KERNEL} boot=${INITFS} live-config LB_BOOTAPPEND_LIVE ${APPEND}" + LINUX_LIVE="${LINUX_LIVE}\nkernel\t\t/${KERNEL} boot=${INITFS} config LB_BOOTAPPEND_LIVE ${APPEND}" LINUX_LIVE="${LINUX_LIVE}\ninitrd\t\t/${INITRD}" } |