mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 19:01:30 +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
|
||||
|
||||
[ Heinrich Schuchardt ]
|
||||
|
@ -444,17 +444,19 @@ case $IMAGEFORMAT in
|
||||
PREINSTALLED=true
|
||||
;;
|
||||
plain)
|
||||
fs=$IMAGEFORMAT
|
||||
case $PROJECT:${SUBPROJECT:-} in
|
||||
ubuntu-server:live|ubuntu-core-installer:*)
|
||||
touch config/universe-enabled
|
||||
touch config/universe-enabled
|
||||
;;
|
||||
ubuntu-mini-iso:)
|
||||
fs=none
|
||||
;;
|
||||
*)
|
||||
PREINSTALLED=true
|
||||
;;
|
||||
esac
|
||||
OPTS="${OPTS:+$OPTS }--initramfs none --chroot-filesystem $IMAGEFORMAT"
|
||||
OPTS="${OPTS:+$OPTS }--initramfs none --chroot-filesystem $fs"
|
||||
;;
|
||||
|
||||
ubuntu-image)
|
||||
|
Loading…
x
Reference in New Issue
Block a user