mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-11 19:31:18 +00:00
Add missing mkdir invocation from 24.04.26 (LP: #2052617).
This commit is contained in:
parent
b4cf5a1b2c
commit
c6a66eaa8d
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (24.04.28) UNRELEASED; urgency=medium
|
||||
|
||||
* Add missing mkdir invocation from 24.04.26 (LP: #2052617).
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 09 Feb 2024 13:31:42 -0600
|
||||
|
||||
livecd-rootfs (24.04.27) noble; urgency=medium
|
||||
|
||||
[ Jean-Baptiste Lallement ]
|
||||
|
@ -10,6 +10,7 @@ case ${PASS:-} in
|
||||
;;
|
||||
esac
|
||||
|
||||
mkdir -p /etc/initramfs-tools/conf.d/
|
||||
cat <<EOF > /etc/initramfs-tools/conf.d/default-layer.conf
|
||||
LAYERFS_PATH=${PASS}.squashfs
|
||||
EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user