forked from sig_altarch/RockyRpi
Added official SIG repo endpoints
Also removed firmware gz workaround, newer kernel means it's not needed. -Skip G.
This commit is contained in:
parent
eee2febc3d
commit
2a401e1b22
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user