diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-05-16 18:53:09 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2010-05-23 12:27:28 +0200 |
| commit | d1efcbdbdd16ff55be710794467846867e802fe1 (patch) | |
| tree | 85c70f17b17d429eb974e20bd59d7577c1e589ac /helpers/binary_grub2 | |
| parent | 7b9c32e8f089668a12f8f58d289b7a6016c503be (diff) | |
| download | vyos-live-build-d1efcbdbdd16ff55be710794467846867e802fe1.tar.gz vyos-live-build-d1efcbdbdd16ff55be710794467846867e802fe1.zip | |
Updating default boot parameters to include live-config.
Diffstat (limited to 'helpers/binary_grub2')
| -rwxr-xr-x | helpers/binary_grub2 | 2 |
1 files changed, 1 insertions, 1 deletions
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}" } |
