From 2a401e1b22cbf79e3370c63e489494627ac94abb Mon Sep 17 00:00:00 2001 From: Skip Grube Date: Tue, 2 Aug 2022 00:51:06 -0400 Subject: [PATCH] Added official SIG repo endpoints Also removed firmware gz workaround, newer kernel means it's not needed. -Skip G. --- Rocky9_Rpi.ks | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Rocky9_Rpi.ks b/Rocky9_Rpi.ks index b36a75e..1d52067 100644 --- a/Rocky9_Rpi.ks +++ b/Rocky9_Rpi.ks @@ -16,9 +16,8 @@ part / --asprimary --fstype=ext4 --size=2800 --label=RPIROOT repo --name="BaseOS" --baseurl=http://download.rockylinux.org/stg/rocky/9/BaseOS/aarch64/os/ --cost=100 repo --name="AppStream" --baseurl=http://download.rockylinux.org/stg/rocky/9/AppStream/aarch64/os/ --cost=200 --install repo --name="PowerTools" --baseurl=http://download.rockylinux.org/stg/rocky/9/BaseOS/aarch64/os/ --cost=300 --install -repo --name="rockyrpi" --baseurl=https://bootstrap9.releng.rockylinux.org/RockyRpi/9_package/ --cost=50 --install -#--baseurl=https://download.rockylinux.org/pub/rocky/8/rockyrpi/aarch64/os/ --cost=100 --install - +repo --name="rockyrpi" --baseurl=https://download.rockylinux.org/pub/sig/9/altarch/aarch64/altarch-rockyrpi/ --cost=50 --install +repo --name="rockyextras" --baseurl=https://download.rockylinux.org/pub/rocky/9/extras/aarch64/os/ --cost=20 # Rocky Rpi kernel repo, we need a more permanent place for this: #repo --name="rockyrpi" --baseurl=https://download.rockylinux.org/pub/rocky/8/rockyrpi/aarch64/os/ --cost=20 @@ -99,7 +98,7 @@ This is a Rocky 9 install intended for Raspberry Pi 3b and 4 devices (architectu This image WILL NOT WORK on a Raspberry Pi 1 or 2 (1.1 or earlier), we are 64-bit only, and have no support for 32-bit ARM processors. Sorry :-/. -The newer Pi Zero devices should be supported, as well as the Raspberry Pi 2 v. 1.2 boards, which are 64-bit +The newer Pi Zero devices should be supported, as well as the Raspberry Pi 2 version 1.2 boards, which are 64-bit @@ -131,7 +130,8 @@ EOF # Run the fix-wifi script (extracts the .xz firmware) - should be installed via the rocky-release-rpi package -fix-wifi-rpi.sh +# (shouldn't be needed anymore - fixed in newer rpi kernel builds) +#fix-wifi-rpi.sh