diff options
Diffstat (limited to 'helpers/binary_yaboot')
-rwxr-xr-x | helpers/binary_yaboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/binary_yaboot b/helpers/binary_yaboot index 08269f3..2081391 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" } |