live-build/ubuntu-mini-iso/hooks/01-mini-iso.chroot_early: Fix paths that should have been adjusted when code moved from binary to chroot hook.

This commit is contained in:
Michael Hudson-Doyle 2025-02-12 09:52:45 +13:00
parent 11f1a1dc84
commit 99f61b2ad7
2 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View File

@ -8,6 +8,8 @@ livecd-rootfs (25.04.17) UNRELEASED; urgency=medium
* live-build/ubuntu-mini-iso/hooks/01-mini-iso.binary: Drop the
assumption that the uncompressed part of the initrd is unpacked to a
directory called "main".
* live-build/ubuntu-mini-iso/hooks/01-mini-iso.chroot_early: Fix paths that
should have been adjusted when code moved from binary to chroot hook.
-- Dan Bungert <daniel.bungert@canonical.com> Thu, 13 Feb 2025 13:10:24 -0700

View File

@ -2,7 +2,7 @@
set -eu
mkdir -p "chroot/etc/initramfs-tools/conf.d"
cat > chroot/etc/initramfs-tools/conf.d/casperize.conf <<EOF
mkdir -p "etc/initramfs-tools/conf.d"
cat > etc/initramfs-tools/conf.d/casperize.conf <<EOF
export CASPER_GENERATE_UUID=1
EOF