Moving live-initramfs or casper parameter list to live subdirectory on the images.
This commit is contained in:
parent
a010abf10e
commit
f14e9354b9
|
@ -74,12 +74,6 @@ mkdir -p "${DESTDIR}"
|
||||||
cp chroot/boot/"${LINUX}"-* "${DESTDIR}"
|
cp chroot/boot/"${LINUX}"-* "${DESTDIR}"
|
||||||
cp chroot/boot/initrd.img-* "${DESTDIR}"
|
cp chroot/boot/initrd.img-* "${DESTDIR}"
|
||||||
|
|
||||||
# Including boot parameter documentation
|
|
||||||
if [ "${LH_BINARY_IMAGES}" != "net" ]
|
|
||||||
then
|
|
||||||
DESTDIR="binary"
|
|
||||||
fi
|
|
||||||
|
|
||||||
case "${LH_INITRAMFS}" in
|
case "${LH_INITRAMFS}" in
|
||||||
casper)
|
casper)
|
||||||
# Checking casper templates
|
# Checking casper templates
|
||||||
|
|
Loading…
Reference in New Issue