mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 19:01:30 +00:00
Fix recent build failures by changing kernel/initrd naming and adjust hook conditionals for the minimal layer re-addition.
This commit is contained in:
parent
d828932160
commit
6c608be212
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
||||
livecd-rootfs (23.10.36) UNRELEASED; urgency=medium
|
||||
|
||||
* Since we restored the minimal layer, we also need to adjust all hook
|
||||
conditionals to use the minimal.standard layer name instead of standard.
|
||||
* 020-ubuntu-live.binary hook: make sure the kernel and initrd artifacts are
|
||||
named correctly.
|
||||
|
||||
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Wed, 13 Sep 2023 11:43:22 +0200
|
||||
|
||||
livecd-rootfs (23.10.35) mantic; urgency=medium
|
||||
|
||||
* Restore a desktop minimal layer and use if by default (ffe lp: #2034261)
|
||||
|
@ -3,7 +3,7 @@
|
||||
set -eu
|
||||
|
||||
case ${PASS:-} in
|
||||
standard)
|
||||
minimal.standard)
|
||||
;;
|
||||
*)
|
||||
exit 0
|
||||
|
@ -3,7 +3,7 @@
|
||||
set -eux
|
||||
|
||||
case ${PASS:-} in
|
||||
standard.enhanced-secureboot)
|
||||
minimal.standard.enhanced-secureboot)
|
||||
;;
|
||||
*)
|
||||
exit 0
|
||||
|
@ -7,7 +7,7 @@
|
||||
set -eux
|
||||
|
||||
case ${PASS:-} in
|
||||
standard.live)
|
||||
minimal.standard.live)
|
||||
;;
|
||||
*)
|
||||
exit 0
|
||||
@ -21,6 +21,6 @@ fi
|
||||
. config/binary
|
||||
. config/functions
|
||||
|
||||
mv chroot/boot/initrd.img-* ${PWD}/livecd.${PROJECT}.initrd-generic-hwe
|
||||
mv chroot/boot/vmlinu?-* ${PWD}/livecd.${PROJECT}.kernel-generic-hwe
|
||||
chmod a+r ${PWD}/livecd.${PROJECT}.initrd-generic-hwe ${PWD}/livecd.${PROJECT}.kernel-generic-hwe
|
||||
mv chroot/boot/initrd.img-* ${PWD}/livecd.${PROJECT}.initrd-generic
|
||||
mv chroot/boot/vmlinu?-* ${PWD}/livecd.${PROJECT}.kernel-generic
|
||||
chmod a+r ${PWD}/livecd.${PROJECT}.initrd-generic ${PWD}/livecd.${PROJECT}.kernel-generic
|
||||
|
@ -3,7 +3,7 @@
|
||||
set -eu
|
||||
|
||||
case ${PASS:-} in
|
||||
standard.live)
|
||||
minimal.standard.live)
|
||||
;;
|
||||
*)
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user