mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-07-23 14:51:29 +00:00
Install rpi-eeprom by default on raspi images
This commit is contained in:
parent
e39a40e2a5
commit
5a3dadc38b
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.664.4) UNRELEASED; urgency=medium
|
||||
|
||||
* Install rpi-eeprom by default on raspi images (this should really be part
|
||||
of a device-specific seed/metapackage).
|
||||
|
||||
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Thu, 23 Jul 2020 15:12:23 +0200
|
||||
|
||||
livecd-rootfs (2.664.3) focal; urgency=medium
|
||||
|
||||
[ Łukasz 'sil2100' Zemczak ]
|
||||
|
@ -946,7 +946,8 @@ case $ARCH in
|
||||
raspi)
|
||||
# Generic Raspberry Pi images
|
||||
COMPONENTS='main restricted universe multiverse'
|
||||
add_package install linux-firmware-raspi2 u-boot-rpi flash-kernel u-boot-tools wpasupplicant
|
||||
# XXX: those should really be part of a seed/meta-package
|
||||
add_package install linux-firmware-raspi2 u-boot-rpi flash-kernel u-boot-tools wpasupplicant rpi-eeprom
|
||||
BINARY_REMOVE_LINUX=false
|
||||
;;
|
||||
imx6)
|
||||
|
Loading…
x
Reference in New Issue
Block a user