Files
linux-image-manager/README.md
Kevin Veen-Birkenbach 032bd7dc5f Update README.md
2022-08-19 22:31:59 +02:00

1.0 KiB

Linux Image Manager

License: GPL v3 Codacy Badge Travis CI

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:

  sudo bash ./scripts/image/setup.sh

Chroot

To chroot into a Linux distribution on a storage execute:

  sudo bash ./scripts/image/chroot.sh

Backup

To backup a image execute:

  sudo bash ./scripts/image/backup.sh

License

The "GNU GENERAL PUBLIC LICENSE Version 3" applies to this project.