livecd-rootfs/live-build/ubuntu/hooks/020-ubuntu-live.chroot_early
CloudBuilder 2aeb74e5b8 Imported 24.04.21 from noble-release pocket.
No reason for CPC update specified.
2024-01-25 08:29:11 +00:00

20 lines
301 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
if which glib-compile-schemas >/dev/null 2>&1; then
glib-compile-schemas /usr/share/glib-2.0/schemas/
fi