EasyPi / alarmpi-image

:penguin: Build ArchLinuxARM Image for RaspberryPi
GNU General Public License v3.0
34 stars 7 forks source link
archlinux raspberry-pi

AlarmPi-Image

Build ArchLinuxARM Image for RaspberryPi

Image Info
ArchLinuxARM-rpi-latest.img.gz raspberry-pi
ArchLinuxARM-rpi-2-latest.img.gz raspberry-pi-2
ArchLinuxARM-rpi-3-latest.img.gz raspberry-pi-3

How It Works

Flash Image

# For Pi0 and Pi1
gunzip -c ArchLinuxARM-rpi-latest.img.gz | dd of=/dev/mmcblk0 bs=4M

# For Pi2 and Pi3
gunzip -c ArchLinuxARM-rpi-2-latest.img.gz | dd of=/dev/mmcblk0 bs=4M

Expand Filesystem

fdisk /dev/mmcblk0
reboot
resize2fs /dev/mmcblk0p2

Additional Configurations