diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:41 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:41 +0200 |
commit | cee1de85c8b7c3576ae9a899a0f9a6482f7c339f (patch) | |
tree | d4eaae141bab202e052715c0557c3b6977a114ab /helpers/lh_installsyslinux | |
parent | 6f5e2da03e5fd1af2200d2f55ca84647bc8d3626 (diff) | |
download | vyos-live-build-cee1de85c8b7c3576ae9a899a0f9a6482f7c339f.tar.gz vyos-live-build-cee1de85c8b7c3576ae9a899a0f9a6482f7c339f.zip |
Adding live-package 0.99.23-1.
Diffstat (limited to 'helpers/lh_installsyslinux')
-rwxr-xr-x | helpers/lh_installsyslinux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_installsyslinux b/helpers/lh_installsyslinux index 76a7ad78d..641f7db04 100755 --- a/helpers/lh_installsyslinux +++ b/helpers/lh_installsyslinux @@ -6,7 +6,7 @@ if [ "${LIVE_ARCHITECTURE}" = "amd64" ] || [ "${LIVE_ARCHITECTURE}" = "i386" ] then if [ -n "${LIVE_ENCRYPTION}" ] then - LIVE_BOOTAPPEND="${LIVE_BOOTAPPEND} live-media-encryption=${LIVE_ENCRYPTION}" + LIVE_BOOTAPPEND="${LIVE_BOOTAPPEND} encryption=${LIVE_ENCRYPTION}" fi case "${1}" in |