livecd-rootfs/live-build/ubuntu/hooks/020-ubuntu-live.chroot_early
Steve Langasek 6680b3be8d generalize live-build/ubuntu/hooks/020-ubuntu-live.chroot_early
apply this to any layer ending in '.live' so it can be reused across flavors
2023-12-20 19:46:22 -08:00

18 lines
245 B
Bash
Executable File

#! /bin/sh
set -eu
case ${PASS:-} in
*.live)
;;
*)
exit 0
;;
esac
cat <<EOF > /etc/initramfs-tools/conf.d/default-layer.conf
LAYERFS_PATH=${PASS}.squashfs
EOF
glib-compile-schemas /usr/share/glib-2.0/schemas/