mirror of
https://git.launchpad.net/livecd-rootfs
synced 2026-04-02 07:01:10 +00:00
create_squashfs does not work with relative paths :/
This commit is contained in:
parent
94963d8070
commit
24af8f137c
@ -580,7 +580,7 @@ if [ "${MAKE_ISO}" = "yes" ]; then
|
|||||||
if [ -n "${POOL_SEED_NAME}" ]; then
|
if [ -n "${POOL_SEED_NAME}" ]; then
|
||||||
isobuild generate-sources --mountpoint=/cdrom > chroot/etc/apt/sources.list.d/cdrom.sources
|
isobuild generate-sources --mountpoint=/cdrom > chroot/etc/apt/sources.list.d/cdrom.sources
|
||||||
fi
|
fi
|
||||||
create_squashfs chroot ${CASPER_DIR}/filesystem.squashfs
|
create_squashfs chroot ${PWD}/${CASPER_DIR}/filesystem.squashfs
|
||||||
rm chroot/etc/apt/sources.list.d/cdrom.sources
|
rm chroot/etc/apt/sources.list.d/cdrom.sources
|
||||||
for flavor in $LB_LINUX_FLAVOURS; do
|
for flavor in $LB_LINUX_FLAVOURS; do
|
||||||
iso_install_kernel "$flavor" binary/${INITFS}/vmlinu?-* binary/${INITFS}/initrd.img-*
|
iso_install_kernel "$flavor" binary/${INITFS}/vmlinu?-* binary/${INITFS}/initrd.img-*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user