mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-10 01:21:31 +00:00
Merge remote-tracking branch 'mwhudson/use-server-live-task' into ubuntu/master
This commit is contained in:
commit
61c1b9bacb
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -3,6 +3,10 @@ livecd-rootfs (23.10.34) UNRELEASED; urgency=medium
|
|||||||
* Drop (outdated, inconsistent) /etc/hosts from ubuntu-server chroot
|
* Drop (outdated, inconsistent) /etc/hosts from ubuntu-server chroot
|
||||||
includes.
|
includes.
|
||||||
|
|
||||||
|
[ Michael Hudson-Doyle ]
|
||||||
|
* auto/config: use the new server-live task to reduce the use of explicit
|
||||||
|
calls to add_package and add_snap a bit.
|
||||||
|
|
||||||
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 06 Sep 2023 18:28:06 -0700
|
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 06 Sep 2023 18:28:06 -0700
|
||||||
|
|
||||||
livecd-rootfs (23.10.33) mantic; urgency=medium
|
livecd-rootfs (23.10.33) mantic; urgency=medium
|
||||||
|
@ -879,11 +879,7 @@ case $PROJECT in
|
|||||||
add_task ubuntu-server-minimal.ubuntu-server minimal standard server
|
add_task ubuntu-server-minimal.ubuntu-server minimal standard server
|
||||||
add_package ubuntu-server-minimal.ubuntu-server cloud-init
|
add_package ubuntu-server-minimal.ubuntu-server cloud-init
|
||||||
|
|
||||||
add_package ubuntu-server-minimal.ubuntu-server.installer linux-firmware casper openssh-server
|
add_task ubuntu-server-minimal.ubuntu-server.installer server-live
|
||||||
add_snap ubuntu-server-minimal.ubuntu-server.installer subiquity/classic
|
|
||||||
if [ $ARCH = s390x ]; then
|
|
||||||
add_package ubuntu-server-minimal.ubuntu-server.installer s390-tools-zkey
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Live server ISOs for LTS point releases past .2 offer both
|
# Live server ISOs for LTS point releases past .2 offer both
|
||||||
# the GA and HWE kernels (in separate layers) so this code is
|
# the GA and HWE kernels (in separate layers) so this code is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user