mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-12 18:51:04 +01:00
Updated image section
This commit is contained in:
parent
1645ad534f
commit
26c1f03d91
23
README.md
23
README.md
@ -67,18 +67,29 @@ Depending on the desktop environment you have different functionalities.
|
||||
#### User Data
|
||||
Right now the software expects that the *Core System Owner* has on all systems the same username. By executing the *import script* it automatic backups the application configuration data, ssh keys and other important data which is saved in well defined configuration files and folders.
|
||||
|
||||
### Server
|
||||
### Images
|
||||
|
||||
#### 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.
|
||||
This repository contains some shell scripts to configure and generate images and transfer them to a storage.
|
||||
|
||||
##### Setup
|
||||
###### Guided
|
||||
To install a Linux distribution manually on a SD card type in:
|
||||
#### Setup
|
||||
To install a Linux distribution execute:
|
||||
|
||||
```bash
|
||||
sudo bash ./scripts/image/setup.sh
|
||||
```
|
||||
#### Chroot
|
||||
To chroot into a Linux distribution on a storage execute:
|
||||
|
||||
```bash
|
||||
sudo bash ./scripts/image/chroot.sh
|
||||
```
|
||||
|
||||
#### Backup
|
||||
To backup a image execute:
|
||||
|
||||
```bash
|
||||
sudo bash ./scripts/image/backup.sh
|
||||
```
|
||||
|
||||
## License
|
||||
The ["GNU GENERAL PUBLIC LICENSE Version 3"](./LICENSE.txt) applies to this project.
|
||||
|
Loading…
Reference in New Issue
Block a user