summaryrefslogtreecommitdiff
path: root/helpers/binary_silo
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/binary_silo')
-rwxr-xr-xhelpers/binary_silo2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/binary_silo b/helpers/binary_silo
index 063944c..aca5afe 100755
--- a/helpers/binary_silo
+++ b/helpers/binary_silo
@@ -81,7 +81,7 @@ Silo_live_entry ()
LINUX_LIVE="${LINUX_LIVE}\nimage=${DIRECTORY}/${KERNEL}\n"
LINUX_LIVE="${LINUX_LIVE}\t label=${LABEL}\n"
LINUX_LIVE="${LINUX_LIVE}\t initrd=${DIRECTORY}/${INITRD}\n"
- LINUX_LIVE="${LINUX_LIVE}\t append=\"boot=${INITFS} LH_BOOTAPPEND_LIVE ${APPEND}\"\n"
+ LINUX_LIVE="${LINUX_LIVE}\t append=\"boot=${INITFS} live-config LH_BOOTAPPEND_LIVE ${APPEND}\"\n"
}
Silo_install_entry ()