diff --git a/live-build/functions b/live-build/functions index 93d4a0dc..239169ad 100644 --- a/live-build/functions +++ b/live-build/functions @@ -336,7 +336,7 @@ recreate_initramfs() { # around. Beware that this was written for a single use case # (live-server) and may not work in all cases without # tweaking... - # config/binary must be sourced before calling this function. + # config/common must be sourced before calling this function. CHROOT="$1" # Start by cargo culting bits of lb_chroot_hacks: if [ -n "$LB_INITRAMFS_COMPRESSION" ]; then diff --git a/live-build/ubuntu-server/hooks/032-installer-squashfs.binary b/live-build/ubuntu-server/hooks/032-installer-squashfs.binary index f92976ad..a0b77a20 100755 --- a/live-build/ubuntu-server/hooks/032-installer-squashfs.binary +++ b/live-build/ubuntu-server/hooks/032-installer-squashfs.binary @@ -22,7 +22,7 @@ if [ -n "$SUBARCH" ]; then fi . config/functions -. config/binary +. config/common SQUASH_ROOT=binary/boot/squashfs.dir OVERLAY_ROOT=binary/overlay