mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 11:21:12 +00:00
Drop override of components for raspi images
This commit is contained in:
parent
97645adca7
commit
3722d2ee58
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
||||
livecd-rootfs (2.781) UNRELEASED; urgency=medium
|
||||
|
||||
* Drop override of components for raspi images. The reference to
|
||||
multiverse is historic, all firmware is now in restricted where it
|
||||
should be; and raspi images should not categorically include universe,
|
||||
they should follow the per-flavor rules.
|
||||
|
||||
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 21 Sep 2022 13:26:30 -0700
|
||||
|
||||
livecd-rootfs (2.780) kinetic; urgency=medium
|
||||
|
||||
* live-build/auto/config: set COMPONENTS for all flavors *before* we
|
||||
|
@ -669,11 +669,6 @@ case $SUBPROJECT in
|
||||
COMPONENTS='main restricted universe multiverse'
|
||||
;;
|
||||
esac
|
||||
case "$ARCH${SUBARCH:++$SUBARCH}" in
|
||||
arm*+raspi)
|
||||
COMPONENTS='main restricted universe multiverse'
|
||||
;;
|
||||
esac
|
||||
|
||||
if ! [ -e config/germinate-output/structure ]; then
|
||||
echo "Running germinate..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user