Script to automate installation of ArchLinux ARM to micro SD card.
The script is based on CuBox-i Installation Process from ArchLinux ARM community web-site.
Script requires root permissions, or sudo rights.
Be careful, since you will loose all your data on the device which name is passed to the script:
- Do a backup first!
- Supply a correct device name!
- You have 1 chance to interrupt the process.
Run script with a device name as first parameter and follow the instructions.
$ sudo ./install_archlinux_cubox.sh sdb
Going to install ArchLinux (CuBox-i) on device '/dev/sdb'
All data on this device will be lost!
Do you want to continue? (y/N):
...