it is config/common, not config/binary, grr

This commit is contained in:
Michael Hudson-Doyle 2018-02-23 14:58:03 +13:00
parent adcd8928fc
commit 4407aaf1ae
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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