linux-image-manager/README.md

28 lines
1.0 KiB
Markdown
Raw Normal View History

2022-08-19 22:31:59 +02:00
# Linux Image Manager
2020-05-05 12:25:09 +02:00
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](./LICENSE.txt) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/6e66409513d7451b949afbf0373ba71f)](https://www.codacy.com/manual/kevinveenbirkenbach/core-system?utm_source=github.com&utm_medium=referral&utm_content=kevinveenbirkenbach/core-system&utm_campaign=Badge_Grade) [![Travis CI](https://travis-ci.org/kevinveenbirkenbach/core-system.svg?branch=master)](https://travis-ci.org/kevinveenbirkenbach/core-system)
2019-09-30 14:47:48 +02:00
2022-08-19 22:31:59 +02:00
This repository contains some shell scripts to download and configure linux images and to transfer them to a storage.
2020-05-03 22:14:18 +02:00
2022-08-19 22:31:59 +02:00
## Setup
2020-09-30 17:07:51 +02:00
To install a Linux distribution execute:
2020-05-02 11:46:39 +02:00
```bash
2020-09-30 17:02:56 +02:00
sudo bash ./scripts/image/setup.sh
2020-05-02 11:46:39 +02:00
```
2022-08-19 22:31:59 +02:00
## Chroot
2020-09-30 17:07:51 +02:00
To chroot into a Linux distribution on a storage execute:
```bash
sudo bash ./scripts/image/chroot.sh
```
2022-08-19 22:31:59 +02:00
## Backup
2020-09-30 17:07:51 +02:00
To backup a image execute:
```bash
sudo bash ./scripts/image/backup.sh
```
2020-05-02 11:46:39 +02:00
2019-09-30 13:44:02 +02:00
## License
The ["GNU GENERAL PUBLIC LICENSE Version 3"](./LICENSE.txt) applies to this project.