mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-09 18:31:11 +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
|
||||
|
||||
* Fix the UC24 builds: use --snap instead of --extra-snaps.
|
||||
|
@ -558,11 +558,7 @@ case $IMAGEFORMAT in
|
||||
;;
|
||||
*)
|
||||
case $PROJECT in
|
||||
ubuntu-server|ubuntu-wsl|ubuntu-oem|ubuntu|\
|
||||
ubuntu-budgie|ubuntustudio-dvd|edubuntu|ubuntucinnamon|xubuntu|\
|
||||
ubuntukylin|ubuntu-mate)
|
||||
;;
|
||||
*)
|
||||
kubuntu|lubuntu|ubuntu-unity)
|
||||
add_package live casper
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user