mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-08 07:14:08 +00:00
For ubuntu-server, consider the actual kernel flavor when dealing with netboot layers - even if we don't really care in the end.
This commit is contained in:
parent
d58a31e130
commit
3a99b297d4
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (24.04.25) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* live-build/auto/config: for ubuntu-server, consider the actual kernel
|
||||||
|
flavor when dealing with netboot layers - even if we don't really care.
|
||||||
|
|
||||||
|
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Tue, 30 Jan 2024 11:27:46 +0100
|
||||||
|
|
||||||
livecd-rootfs (24.04.24) noble; urgency=medium
|
livecd-rootfs (24.04.24) noble; urgency=medium
|
||||||
|
|
||||||
[ Tomáš Virtus ]
|
[ Tomáš Virtus ]
|
||||||
|
@ -993,16 +993,16 @@ case $PROJECT in
|
|||||||
done
|
done
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
amd64)
|
amd64)
|
||||||
add_package ubuntu-server-minimal.ubuntu-server.installer.generic.netboot grub-pc shim-signed pxelinux
|
add_package ubuntu-server-minimal.ubuntu-server.installer.$flavor.netboot grub-pc shim-signed pxelinux
|
||||||
;;
|
;;
|
||||||
arm64)
|
arm64)
|
||||||
add_package ubuntu-server-minimal.ubuntu-server.installer.generic.netboot shim-signed
|
add_package ubuntu-server-minimal.ubuntu-server.installer.$flavor.netboot shim-signed
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
add_package ubuntu-server-minimal.ubuntu-server.installer.generic.netboot
|
add_package ubuntu-server-minimal.ubuntu-server.installer.$flavor.netboot
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
NO_SQUASHFS_PASSES=ubuntu-server-minimal.ubuntu-server.installer.generic.netboot
|
NO_SQUASHFS_PASSES=ubuntu-server-minimal.ubuntu-server.installer.$flavor.netboot
|
||||||
|
|
||||||
/usr/share/livecd-rootfs/checkout-translations-branch \
|
/usr/share/livecd-rootfs/checkout-translations-branch \
|
||||||
https://git.launchpad.net/subiquity po config/catalog-translations
|
https://git.launchpad.net/subiquity po config/catalog-translations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user