From 99f61b2ad714acc7285f54394a0852fd41e71c89 Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Wed, 12 Feb 2025 09:52:45 +1300 Subject: [PATCH] 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. --- debian/changelog | 2 ++ live-build/ubuntu-mini-iso/hooks/01-mini-iso.chroot_early | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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 <