|
|
@ -261,12 +261,14 @@ EOF
|
|
|
|
chmod +x chroot/usr/bin/man
|
|
|
|
chmod +x chroot/usr/bin/man
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
divert_grub chroot
|
|
|
|
if [ -n "${PASSES}" ]; then
|
|
|
|
if [ -n "${PASSES}" ]; then
|
|
|
|
PATH="config/:$PATH" lb chroot_layered "$@"
|
|
|
|
PATH="config/:$PATH" lb chroot_layered "$@"
|
|
|
|
else
|
|
|
|
else
|
|
|
|
divert_update_initramfs
|
|
|
|
divert_update_initramfs
|
|
|
|
lb chroot "$@"
|
|
|
|
lb chroot "$@"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
undivert_grub chroot
|
|
|
|
|
|
|
|
|
|
|
|
# Let all configuration non multi-layered project here.
|
|
|
|
# Let all configuration non multi-layered project here.
|
|
|
|
# If those are moving to a multi-layer layout, this needs to be
|
|
|
|
# If those are moving to a multi-layer layout, this needs to be
|
|
|
|