mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
Stop producing a rootfs tarball for the ubuntu-mini-iso builds.
This commit is contained in:
parent
47333c22a7
commit
bdd7d035e2
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (25.04.12) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Stop producing a rootfs tarball for the ubuntu-mini-iso builds.
|
||||||
|
|
||||||
|
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Wed, 05 Feb 2025 11:20:05 +1300
|
||||||
|
|
||||||
livecd-rootfs (25.04.11) plucky; urgency=medium
|
livecd-rootfs (25.04.11) plucky; urgency=medium
|
||||||
|
|
||||||
[ Heinrich Schuchardt ]
|
[ Heinrich Schuchardt ]
|
||||||
|
@ -444,17 +444,19 @@ case $IMAGEFORMAT in
|
|||||||
PREINSTALLED=true
|
PREINSTALLED=true
|
||||||
;;
|
;;
|
||||||
plain)
|
plain)
|
||||||
|
fs=$IMAGEFORMAT
|
||||||
case $PROJECT:${SUBPROJECT:-} in
|
case $PROJECT:${SUBPROJECT:-} in
|
||||||
ubuntu-server:live|ubuntu-core-installer:*)
|
ubuntu-server:live|ubuntu-core-installer:*)
|
||||||
touch config/universe-enabled
|
touch config/universe-enabled
|
||||||
;;
|
;;
|
||||||
ubuntu-mini-iso:)
|
ubuntu-mini-iso:)
|
||||||
|
fs=none
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
PREINSTALLED=true
|
PREINSTALLED=true
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
OPTS="${OPTS:+$OPTS }--initramfs none --chroot-filesystem $IMAGEFORMAT"
|
OPTS="${OPTS:+$OPTS }--initramfs none --chroot-filesystem $fs"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu-image)
|
ubuntu-image)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user