mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 19:01:30 +00:00
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:
parent
11f1a1dc84
commit
99f61b2ad7
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user