diff --git a/debian/changelog b/debian/changelog index 24bdf41e..a972ae1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 13 Feb 2025 13:10:24 -0700 diff --git a/live-build/ubuntu-mini-iso/hooks/01-mini-iso.chroot_early b/live-build/ubuntu-mini-iso/hooks/01-mini-iso.chroot_early index 3d1ae4c5..50c2418c 100755 --- a/live-build/ubuntu-mini-iso/hooks/01-mini-iso.chroot_early +++ b/live-build/ubuntu-mini-iso/hooks/01-mini-iso.chroot_early @@ -2,7 +2,7 @@ set -eu -mkdir -p "chroot/etc/initramfs-tools/conf.d" -cat > chroot/etc/initramfs-tools/conf.d/casperize.conf < etc/initramfs-tools/conf.d/casperize.conf <