mirror of
https://github.com/kevinveenbirkenbach/raspberry-pi-tools.git
synced 2024-11-22 18:11:03 +01:00
Updated README.md
This commit is contained in:
parent
1e4d9af446
commit
fc4a54e3af
23
README.md
23
README.md
@ -1,14 +1,17 @@
|
|||||||
# raspberry-pi-tools
|
# Raspberry Pi sdc tools
|
||||||
This repository contains administration tools for the Raspberry Pi.
|
This repository contains some shell scripts to install Arch Linux for the Raspberry Pi on a SD-Card and to backup a SD-Card.
|
||||||
|
## Use
|
||||||
|
To install Arch Linux on a SD card type in:
|
||||||
|
|
||||||
Like:
|
```bash
|
||||||
* Backuptools
|
bash ./sd_card_setup.sh
|
||||||
* Setuptools
|
```
|
||||||
* General Managementtools
|
To backup a SD card type in:
|
||||||
|
|
||||||
For some of the tools you need to install Python.
|
```bash
|
||||||
|
bash ./sd_backup.sh
|
||||||
|
```
|
||||||
|
|
||||||
If you want to enable a tool to be loaded at the start of a system, genereate a file like example.service in /etc/systemd/system/ and follow the instructions under https://linuxconfig.org/how-to-automatically-execute-shell-script-at-startup-boot-on-systemd-linux.
|
## License
|
||||||
|
|
||||||
@author kf
|
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>.
|
||||||
@since 2017-03-13
|
|
||||||
|
Loading…
Reference in New Issue
Block a user