Main public logs
Appearance
Combined display of all available logs of YawgNetWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:55, 6 August 2025 Encryptid talk contribs created page Script/RPi-ArchInstall (Created page with "=Format MicroSD= Change /dev/sdb to your target disk. Uncomment image sections as needed. <pre> mkfs.vfat /dev/sdb1 mkfs.ext4 /dev/sdb2 mount /dev/sdb2 root/ mount /dev/sdb1 boot/ # Raspberry Pi 4 or 3 Aarch64 (no closed source ARMv7 packages) # wget http://os.archlinuxarm.org/os/ArchLinuxARM-rpi-aarch64-latest.tar.gz # bsdtar -xpf ArchLinuxARM-rpi-aarch64-latest.tar.gz -C root # Extra line for Pi4 # sed -i 's/mmcblk0/mmcblk1/g' root/etc/fstab # Raspberry Pi 4 - ARMv7...")