Jump to content

Script/RPi-ArchInstall: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 August 2025

  • curprev 14:5514:55, 6 August 2025 Encryptid talk contribs 4,628 bytes +4,628 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..."