diff options
author | Daniel Baumann <daniel@debian.org> | 2010-05-16 18:53:09 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:08 +0100 |
commit | 73090fe9956085216cbf9b52ae9b9cfcc1a32ac3 (patch) | |
tree | 85c70f17b17d429eb974e20bd59d7577c1e589ac /helpers/binary_grub | |
parent | caaf28ec95c5bd76f49a1fbc2fe7e354c9287132 (diff) | |
download | vyos-live-build-73090fe9956085216cbf9b52ae9b9cfcc1a32ac3.tar.gz vyos-live-build-73090fe9956085216cbf9b52ae9b9cfcc1a32ac3.zip |
Updating default boot parameters to include live-config.
Diffstat (limited to 'helpers/binary_grub')
-rwxr-xr-x | helpers/binary_grub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/binary_grub b/helpers/binary_grub index 2fd2a5a57..b4d21d1ac 100755 --- a/helpers/binary_grub +++ b/helpers/binary_grub @@ -67,7 +67,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} LH_BOOTAPPEND_LIVE ${APPEND}" + LINUX_LIVE="${LINUX_LIVE}\nkernel\t\t/${KERNEL} boot=${INITFS} live-config LH_BOOTAPPEND_LIVE ${APPEND}" LINUX_LIVE="${LINUX_LIVE}\ninitrd\t\t/${INITRD}" } |