diff --git a/build-rpi.sh b/build-rpi.sh index 10af2f1..2ff6e8e 100755 --- a/build-rpi.sh +++ b/build-rpi.sh @@ -139,17 +139,6 @@ install -m 644 -o root -g root "${rootdir}/rpi/files/resizerootfs.service" "ubun mkdir -p "ubuntusway-$architecture/etc/systemd/system/systemd-remount-fs.service.requires/" ln -s /etc/systemd/system/resizerootfs.service "ubuntusway-$architecture/etc/systemd/system/systemd-remount-fs.service.requires/resizerootfs.service" - -# Support for kernel updates on the Pi 400 -cat << EOF >> ubuntusway-$architecture/etc/flash-kernel/db -Machine: Raspberry Pi 400 Rev 1.0 -Method: pi -Kernel-Flavors: raspi raspi2 -DTB-Id: bcm2711-rpi-4-b.dtb -U-Boot-Script-Name: bootscr.rpi -Required-Packages: u-boot-tools -EOF - # Create default user (WARNING! This is a temporary solution, until postinstall user setup is created) cat <> ubuntusway-$architecture/user #!/bin/bash diff --git a/flash-kernel_3.104ubuntu9.tar.xz b/flash-kernel_3.104ubuntu9.tar.xz new file mode 100644 index 0000000..e47a0b2 Binary files /dev/null and b/flash-kernel_3.104ubuntu9.tar.xz differ