summaryrefslogtreecommitdiff
path: root/helpers/binary_yaboot
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-05-16 18:53:09 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:08 +0100
commit73090fe9956085216cbf9b52ae9b9cfcc1a32ac3 (patch)
tree85c70f17b17d429eb974e20bd59d7577c1e589ac /helpers/binary_yaboot
parentcaaf28ec95c5bd76f49a1fbc2fe7e354c9287132 (diff)
downloadvyos-live-build-73090fe9956085216cbf9b52ae9b9cfcc1a32ac3.tar.gz
vyos-live-build-73090fe9956085216cbf9b52ae9b9cfcc1a32ac3.zip
Updating default boot parameters to include live-config.
Diffstat (limited to 'helpers/binary_yaboot')
-rwxr-xr-xhelpers/binary_yaboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/binary_yaboot b/helpers/binary_yaboot
index 08269f382..2081391c5 100755
--- a/helpers/binary_yaboot
+++ b/helpers/binary_yaboot
@@ -71,7 +71,7 @@ Yaboot_live_entry ()
LINUX_LIVE="${LINUX_LIVE}\nimage=${DIRECTORY}/${KERNEL}\n"
LINUX_LIVE="${LINUX_LIVE}\tlabel=${LABEL}\n"
LINUX_LIVE="${LINUX_LIVE}\tinitrd=${DIRECTORY}/${INITRD}\n"
- LINUX_LIVE="${LINUX_LIVE}\tappend=\"boot=${INITFS} LH_BOOTAPPEND_LIVE ${APPEND}\"\n"
+ LINUX_LIVE="${LINUX_LIVE}\tappend=\"boot=${INITFS} live-config LH_BOOTAPPEND_LIVE ${APPEND}\"\n"
LINUX_LIVE="${LINUX_LIVE}\tinitrd-size=10240\n"
}