Small tweaks
README update, symlink to rootfs-expand, and added img-extra-config package for rootfs-expand. -Skip G.
This commit is contained in:
parent
5bbbd6f6b6
commit
974b56f104
@ -71,8 +71,10 @@ vim
|
|||||||
bash-completion
|
bash-completion
|
||||||
nano
|
nano
|
||||||
|
|
||||||
|
|
||||||
raspberrypi2-firmware
|
raspberrypi2-firmware
|
||||||
raspberrypi2-kernel4
|
raspberrypi2-kernel4
|
||||||
|
aarch64-img-extra-config
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
@ -135,6 +137,8 @@ IMAGE NOTES / DIFFERENCES FROM STOCK ROCKY 8:
|
|||||||
If you want to automatically resize your / partition, just type the following (as root user):
|
If you want to automatically resize your / partition, just type the following (as root user):
|
||||||
rootfs-expand
|
rootfs-expand
|
||||||
|
|
||||||
|
It should fill your main rootfs partition to the end of the disk.
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
chown 1000 /home/rocky/README
|
chown 1000 /home/rocky/README
|
||||||
@ -156,6 +160,10 @@ EOF
|
|||||||
chown 1000 /home/rocky/fix-wifi-rpi4.sh
|
chown 1000 /home/rocky/fix-wifi-rpi4.sh
|
||||||
chmod 755 /home/rocky/fix-wifi-rpi4.sh
|
chmod 755 /home/rocky/fix-wifi-rpi4.sh
|
||||||
|
|
||||||
|
|
||||||
|
# Link the rootfs-expand script:
|
||||||
|
ln -s /usr/bin/rootfs-expand /home/rocky/
|
||||||
|
|
||||||
# Run this once to fix the wifi:
|
# Run this once to fix the wifi:
|
||||||
sed -i 's/boardflags3=0x48200100/boardflags3=0x44200100/g' /lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt
|
sed -i 's/boardflags3=0x48200100/boardflags3=0x44200100/g' /lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user