mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-01 13:13:39 +00:00
it is config/common, not config/binary, grr
This commit is contained in:
parent
adcd8928fc
commit
4407aaf1ae
@ -336,7 +336,7 @@ recreate_initramfs() {
|
|||||||
# around. Beware that this was written for a single use case
|
# around. Beware that this was written for a single use case
|
||||||
# (live-server) and may not work in all cases without
|
# (live-server) and may not work in all cases without
|
||||||
# tweaking...
|
# tweaking...
|
||||||
# config/binary must be sourced before calling this function.
|
# config/common must be sourced before calling this function.
|
||||||
CHROOT="$1"
|
CHROOT="$1"
|
||||||
# Start by cargo culting bits of lb_chroot_hacks:
|
# Start by cargo culting bits of lb_chroot_hacks:
|
||||||
if [ -n "$LB_INITRAMFS_COMPRESSION" ]; then
|
if [ -n "$LB_INITRAMFS_COMPRESSION" ]; then
|
||||||
|
@ -22,7 +22,7 @@ if [ -n "$SUBARCH" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
. config/functions
|
. config/functions
|
||||||
. config/binary
|
. config/common
|
||||||
|
|
||||||
SQUASH_ROOT=binary/boot/squashfs.dir
|
SQUASH_ROOT=binary/boot/squashfs.dir
|
||||||
OVERLAY_ROOT=binary/overlay
|
OVERLAY_ROOT=binary/overlay
|
||||||
|
Loading…
x
Reference in New Issue
Block a user