mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-04 23:31:31 +00:00
Invert check for whether to include casper since the "yes" list is now much shorter than the "no" list
This commit is contained in:
parent
1f2503f227
commit
92e6c54dc9
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (24.04.62) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Invert check for whether to include casper since the "yes" list is now
|
||||||
|
much shorter than the "no" list
|
||||||
|
|
||||||
|
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 18 Mar 2024 14:44:32 -0700
|
||||||
|
|
||||||
livecd-rootfs (24.04.61) noble; urgency=medium
|
livecd-rootfs (24.04.61) noble; urgency=medium
|
||||||
|
|
||||||
* Fix the UC24 builds: use --snap instead of --extra-snaps.
|
* Fix the UC24 builds: use --snap instead of --extra-snaps.
|
||||||
|
@ -558,11 +558,7 @@ case $IMAGEFORMAT in
|
|||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
case $PROJECT in
|
case $PROJECT in
|
||||||
ubuntu-server|ubuntu-wsl|ubuntu-oem|ubuntu|\
|
kubuntu|lubuntu|ubuntu-unity)
|
||||||
ubuntu-budgie|ubuntustudio-dvd|edubuntu|ubuntucinnamon|xubuntu|\
|
|
||||||
ubuntukylin|ubuntu-mate)
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
add_package live casper
|
add_package live casper
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user