mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-06 23:51:35 +00:00
Drop use of 'laptop' for x13s as this is now migrated to generic.
This commit is contained in:
parent
aed3f70b29
commit
fa8046aab8
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (24.04.60) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Drop use of 'laptop' for x13s as this is now migrated to generic.
|
||||||
|
|
||||||
|
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 08 Apr 2024 21:35:27 -0700
|
||||||
|
|
||||||
livecd-rootfs (24.04.59) noble; urgency=medium
|
livecd-rootfs (24.04.59) noble; urgency=medium
|
||||||
|
|
||||||
[ Catherine Redfield ]
|
[ Catherine Redfield ]
|
||||||
|
@ -587,9 +587,6 @@ for FLAVOUR in $LB_LINUX_FLAVOURS; do
|
|||||||
oem-*)
|
oem-*)
|
||||||
FLAVOUR="oem"
|
FLAVOUR="oem"
|
||||||
;;
|
;;
|
||||||
laptop-*)
|
|
||||||
FLAVOUR="laptop"
|
|
||||||
;;
|
|
||||||
image-intel)
|
image-intel)
|
||||||
FLAVOUR="intel"
|
FLAVOUR="intel"
|
||||||
;;
|
;;
|
||||||
|
@ -685,9 +685,6 @@ case $PROJECT in
|
|||||||
*)
|
*)
|
||||||
touch config/universe-enabled
|
touch config/universe-enabled
|
||||||
KERNEL_FLAVOURS='generic-hwe-24.04'
|
KERNEL_FLAVOURS='generic-hwe-24.04'
|
||||||
if [ "$SUBARCH" = "x13s" ]; then
|
|
||||||
KERNEL_FLAVOURS='laptop-23.10'
|
|
||||||
fi
|
|
||||||
PASSES_TO_LAYERS="true"
|
PASSES_TO_LAYERS="true"
|
||||||
# the minimal layer, for minimal installs
|
# the minimal layer, for minimal installs
|
||||||
add_task minimal minimal standard ubuntu-desktop-minimal ubuntu-desktop-minimal-default-languages
|
add_task minimal minimal standard ubuntu-desktop-minimal ubuntu-desktop-minimal-default-languages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user