livecd-rootfs/live-build/ubuntu/hooks/020-ubuntu-live.chroot_early
CloudBuilder e90394ef86 Imported 24.04.14 from noble-release pocket.
No reason for CPC update specified.
2023-12-21 12:00:18 +00:00

18 lines
260 B
Bash
Executable File

#! /bin/sh
set -eu
case ${PASS:-} in
minimal.standard.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/