28 lines
1.0 KiB
Markdown
28 lines
1.0 KiB
Markdown
# Linux Image Manager
|
|
[](./LICENSE.txt) [](https://www.codacy.com/manual/kevinveenbirkenbach/core-system?utm_source=github.com&utm_medium=referral&utm_content=kevinveenbirkenbach/core-system&utm_campaign=Badge_Grade) [](https://travis-ci.org/kevinveenbirkenbach/core-system)
|
|
|
|
This repository contains some shell scripts to download and configure linux images and to transfer them to a storage.
|
|
|
|
## 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.
|