summaryrefslogtreecommitdiff
path: root/scripts/build/lb_binary_linux-image
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/lb_binary_linux-image')
-rwxr-xr-xscripts/build/lb_binary_linux-image8
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