mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-09 18:31:11 +00:00
Attempt building netboot tarballs for largemem arm64 server images.
This commit is contained in:
parent
db5f662019
commit
ace66cbb52
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,8 +1,12 @@
|
||||
livecd-rootfs (24.04.39) UNRELEASED; urgency=medium
|
||||
livecd-rootfs (24.04.39ubuntu1) UNRELEASED; urgency=medium
|
||||
|
||||
[ Steve Langasek ]
|
||||
* Pare down 'BASE_SEED' handling to only those flavors which still use it.
|
||||
|
||||
-- Steve Langasek <steve.langasek@ubuntu.com> Sun, 18 Feb 2024 10:27:50 -0800
|
||||
[ Łukasz 'sil2100' Zemczak ]
|
||||
* Attempt building netboot tarballs for largemem arm64 server images.
|
||||
|
||||
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Tue, 20 Feb 2024 17:04:01 +0100
|
||||
|
||||
livecd-rootfs (24.04.38) noble; urgency=medium
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
case $PASS in
|
||||
ubuntu-server-minimal.ubuntu-server.installer.generic.netboot)
|
||||
ubuntu-server-minimal.ubuntu-server.installer.generic*.netboot)
|
||||
;;
|
||||
*)
|
||||
exit 0
|
||||
@ -10,7 +10,11 @@ esac
|
||||
|
||||
set -eux
|
||||
|
||||
flavor=generic
|
||||
# Extract the flavor from the pass name
|
||||
flavor=${PASS%%.netboot}
|
||||
flavor=${flavor##*.}
|
||||
|
||||
PROJECT=$PROJECT${SUBARCH:+-$SUBARCH}
|
||||
|
||||
KERNEL=${PWD}/livecd.${PROJECT}.kernel-$flavor
|
||||
INITRD=${PWD}/livecd.${PROJECT}.initrd-$flavor
|
||||
|
Loading…
x
Reference in New Issue
Block a user