diff options
Diffstat (limited to 'scripts/build/lb_binary_linux-image')
-rwxr-xr-x | scripts/build/lb_binary_linux-image | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/build/lb_binary_linux-image b/scripts/build/lb_binary_linux-image index ff82c8686..6fd43113b 100755 --- a/scripts/build/lb_binary_linux-image +++ b/scripts/build/lb_binary_linux-image @@ -48,7 +48,7 @@ case "${LB_INITRAMFS}" in DESTDIR="binary/casper" ;; - live-initramfs|live-boot) + live-boot) DESTDIR="binary/live" ;; @@ -77,10 +77,10 @@ cp chroot/boot/"${LINUX}"-* "${DESTDIR}" cp chroot/boot/initrd.img-* "${DESTDIR}" case "${LB_INITRAMFS}" in - live-initramfs|live-boot) - if [ -e chroot/usr/share/doc/live-initramfs/parameters.txt ] + live-boot) + if [ -e chroot/usr/share/doc/live-boot/parameters.txt ] then - cp chroot/usr/share/doc/live-initramfs/parameters.txt "${DESTDIR}"/parameters.txt + cp chroot/usr/share/doc/live-boot/parameters.txt "${DESTDIR}"/parameters fi ;; esac |