mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-04 16:01:24 +00:00
Drop installing dummy transitional linux-signed-generic, these days linux-generic is always signed, on arches that need/support it.
This commit is contained in:
parent
2597ae2e81
commit
39f675eaf6
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.630) UNRELEASED; urgency=medium
|
||||
|
||||
* Drop installing dummy transitional linux-signed-generic, these days
|
||||
linux-generic is always signed, on arches that need/support it.
|
||||
|
||||
-- Dimitri John Ledkov <xnox@ubuntu.com> Mon, 09 Dec 2019 14:21:08 +0000
|
||||
|
||||
livecd-rootfs (2.629) focal; urgency=medium
|
||||
|
||||
* Also make qemu-utils a non-i386 dependency, since it is only used for
|
||||
|
@ -479,8 +479,6 @@ case $BINARYFORMAT in
|
||||
;;
|
||||
esac
|
||||
|
||||
SIGNED_KERNEL_PACKAGE="linux-signed-generic"
|
||||
|
||||
if [ "${SUBPROJECT:-}" = minimized ]; then
|
||||
OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal --linux-packages=linux-image"
|
||||
fi
|
||||
@ -534,10 +532,6 @@ case $PROJECT in
|
||||
add_task minimal.standard.live ubuntu-live
|
||||
add_package minimal.standard.live lupin-casper
|
||||
|
||||
case $ARCH in
|
||||
amd64) add_package minimal.standard.live $SIGNED_KERNEL_PACKAGE ;;
|
||||
esac
|
||||
|
||||
# LANG PASS for minimal and standard
|
||||
remove_packages_from_seed_regexp minimal desktop-minimal-default-languages '^desktop-minimal-(?!default-languages)[^.]+$'
|
||||
remove_packages_from_seed_regexp minimal desktop-minimal-default-languages '' # none (if no default langpack is selected)
|
||||
@ -548,9 +542,6 @@ case $PROJECT in
|
||||
LIVE_TASK='ubuntu-live'
|
||||
add_task install minimal standard ubuntu-desktop
|
||||
add_task live ubuntu-desktop-minimal-default-languages ubuntu-desktop-default-languages
|
||||
case $ARCH in
|
||||
amd64) add_package live $SIGNED_KERNEL_PACKAGE ;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user