File tree 4 files changed +29
-12
lines changed
4 files changed +29
-12
lines changed Original file line number Diff line number Diff line change @@ -5,31 +5,32 @@ cleanup=true
5
5
noauth=false
6
6
explicitsuite=false
7
7
unpack=true
8
- debootstrap=Focal Focal -Updates Fictionlab
9
- aptsources=Focal Focal -Updates Fictionlab
8
+ debootstrap=Jammy Jammy -Updates Fictionlab
9
+ aptsources=Jammy Jammy -Updates Fictionlab
10
10
11
- [Focal ]
11
+ [Jammy ]
12
12
source=http://ports.ubuntu.com/ubuntu-ports
13
13
keyring=ubuntu-keyring
14
- suite=focal
14
+ suite=jammy
15
15
components=main restricted multiverse universe
16
16
17
- [Focal -Updates]
17
+ [Jammy -Updates]
18
18
source=http://ports.ubuntu.com/ubuntu-ports
19
- suite=focal -updates
19
+ suite=jammy -updates
20
20
components=main restricted multiverse universe
21
21
22
22
[Fictionlab]
23
23
source=http://files.fictionlab.pl/repo
24
24
keyring=fictionlab-archive-keyring
25
- suite=focal
25
+ suite=jammy
26
26
components=main
27
27
28
28
# Base packages
29
- packages=adduser apt apt-utils bzip2 console-setup debconf debconf-i18n e2fsprogs init iproute2
29
+ packages=adduser apt apt-utils console-setup debconf debconf-i18n e2fsprogs init iproute2
30
30
packages=iputils-ping kbd kmod less locales lsb-release mount netbase netplan.io passwd procps
31
31
packages=python3 sensible-utils sudo tzdata udev whiptail
32
32
33
33
# RPi specific
34
- packages=linux-raspi2 u-boot-tools u-boot-rpi-silent
35
- packages=libraspberrypi-bin libraspberrypi-dev
34
+ packages=linux-raspi linux-modules-extra-raspi
35
+ packages=flash-kernel u-boot-tools u-boot-rpi-silent
36
+ packages=libraspberrypi-bin libraspberrypi-dev rpi-eeprom
Original file line number Diff line number Diff line change
1
+ # This patch should be removed once this MR is merged:
2
+ # https://salsa.debian.org/installer-team/flash-kernel/-/merge_requests/33
3
+ # and available in jammy package archive
4
+ --- a/rootfs/usr/share/flash-kernel/functions
5
+ +++ b/rootfs/usr/share/flash-kernel/functions
6
+ @@ -1017,8 +1017,8 @@ if [ -L "$kfile" ]; then
7
+ kfile=$(readlink -e "$kfile")
8
+ fi
9
+
10
+ - if [ -d /sys/firmware/efi ]; then
11
+ - # skipping when detect EFI
12
+ + if ! ischroot && [ -d /sys/firmware/efi ]; then
13
+ + # skipping when detect EFI and we are not running inside a chroot
14
+ echo "System running in EFI mode, skipping."
15
+ exit 0
16
+ fi
Original file line number Diff line number Diff line change
1
+ 00-fix-flash-kernel.patch
Original file line number Diff line number Diff line change 1
1
# These packages need to be installed manually after the multistrap procedure
2
2
# to properly set diversions for binaries present in the linux-firmware package
3
- linux-firmware-raspi2
4
- rpi-eeprom
3
+ linux-firmware-raspi
You can’t perform that action at this time.
0 commit comments