From 1d537bf78d2a84eefa2dbd7f8dde3b52eb6d5e8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Mon, 19 Apr 2021 21:49:43 +0200 Subject: [PATCH 1/3] Temporarily hack in ubuntu-raspi-settings for raspi images (we should be using seeds tho). --- live-build/auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/auto/config b/live-build/auto/config index b8c6e7ab..c02c47c2 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -947,7 +947,7 @@ case $ARCH in raspi) # Generic Raspberry Pi images COMPONENTS='main restricted universe multiverse' - add_package install linux-firmware-raspi2 pi-bluetooth u-boot-rpi flash-kernel u-boot-tools wpasupplicant + add_package install linux-firmware-raspi2 pi-bluetooth u-boot-rpi flash-kernel u-boot-tools wpasupplicant ubuntu-raspi-settings BINARY_REMOVE_LINUX=false ;; imx6) From 37e3826d694a57a8d51ece6f364b0e62cabc9e8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Mon, 19 Apr 2021 22:57:59 +0200 Subject: [PATCH 2/3] Changelog --- debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index d68b084f..f7c71621 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +livecd-rootfs (2.719) UNRELEASED; urgency=medium + + * Our raspi server images should have used the raspi-server seed in hirsute, + but we forgot to enable it. As it's release week and doing such invasive + changes to our Pi images is risky, let's add the dependency on + ubuntu-raspi-settings (which is seeded) to fix USB ethernet devices and + GPIO permissions (LP: #1922266). + + -- Ɓukasz 'sil2100' Zemczak Mon, 19 Apr 2021 22:54:03 +0200 + livecd-rootfs (2.718) hirsute; urgency=medium * Do not have cloud-init set the installer user's password to something From 05023332bce47415d9685f168366e8119eaa5e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Mon, 19 Apr 2021 23:57:39 +0200 Subject: [PATCH 3/3] releasing package livecd-rootfs version 2.719 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f7c71621..a898d2de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -livecd-rootfs (2.719) UNRELEASED; urgency=medium +livecd-rootfs (2.719) hirsute; urgency=medium * Our raspi server images should have used the raspi-server seed in hirsute, but we forgot to enable it. As it's release week and doing such invasive