raspberry-pi-tools/README.md

984 B

Raspberry Pi sdc tools

This repository contains some shell scripts to install Arch Linux for the Raspberry Pi on a SD-Card and to backup a SD-Card.

Setup

Guided

To install a Linux distribution manually on a SD card type in:

  bash ./sd_setup.sh

Piped

To pase the configuration to the program use this syntax:

(
  echo "$USER"    #The username
  echo "mmcblk1"  #The device
  echo "5"        #The raspberry pi number
  echo "retropie" #The operation system
)| sudo bash ./sd_setup.sh

Backup

To backup a SD card type in:

  bash ./sd_backup.sh

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.