move Orange Pi 5 specific stuff to kernel-opi5 pkg
This commit is contained in:
parent
b60d0bcec1
commit
70206244a1
@ -28,13 +28,6 @@ curl 'https://git.resf.org/thefossguy/rocky-linux-generic-images/raw/branch/r9/s
|
|||||||
[ -f /usr/local/bin/expand-rootfs.sh ] && \
|
[ -f /usr/local/bin/expand-rootfs.sh ] && \
|
||||||
chmod --verbose +x /usr/local/bin/expand-rootfs.sh
|
chmod --verbose +x /usr/local/bin/expand-rootfs.sh
|
||||||
|
|
||||||
# Orange Pi 5 stuff
|
|
||||||
ROOT_PART_UUID=$(grep ' / ' /etc/fstab | awk '{ print $1 }')
|
|
||||||
curl 'https://git.rockylinux.org/thefossguy/opi5-boot/-/raw/r9/boot.cmd' --output /boot/boot.cmd
|
|
||||||
curl 'https://git.rockylinux.org/thefossguy/opi5-boot/-/raw/r9/boot.scr' --output /boot/boot.scr
|
|
||||||
curl 'https://git.rockylinux.org/thefossguy/opi5-boot/-/raw/r9/orangepiEnv.txt' --output /boot/orangepiEnv.txt
|
|
||||||
sed -i "s/REPLACE_WITH_UUID_HERE_6969/${ROOT_PART_UUID}/g" /boot/orangepiEnv.txt
|
|
||||||
|
|
||||||
# Remove all network connections and/or links
|
# Remove all network connections and/or links
|
||||||
rm -v -f /etc/sysconfig/network-scripts/ifcfg-link
|
rm -v -f /etc/sysconfig/network-scripts/ifcfg-link
|
||||||
rm -v -f /etc/NetworkManager/system-connections/*.nmconnection
|
rm -v -f /etc/NetworkManager/system-connections/*.nmconnection
|
||||||
|
Loading…
Reference in New Issue
Block a user