Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1012 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 1012 Bytes

Install ArchLinux ARM

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.

Important

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.

Usage

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):
...

Links