This repository contains some shell scripts to download and configure linux images and to transfer them to a storage.
Go to file
Kevin Veen-Birkenbach cd7b58d4fe Adapted physical block size and implemented new version of manjaro 2023-06-19 21:31:42 +02:00
configuration/packages Moved client setup to client-playbook repository 2022-08-18 13:46:58 +02:00
scripts Adapted physical block size and implemented new version of manjaro 2023-06-19 21:31:42 +02:00
.gitignore Implemented transfering of manjaro isos 2020-05-18 21:01:18 +02:00
.travis.yml Optimized shellcheck 2020-12-25 13:44:06 +01:00
LICENSE.txt Initial commit 2019-09-30 13:44:02 +02:00
README.md Updated README.md 2023-05-02 13:21:46 +02:00

README.md

Linux Image Manager

License: GPL v3

This repository contains some shell scripts to download and configure linux images and to transfer them to a storage.

Virtual Btrfs RAID1 Setup

To setup a virtual btrfs encrypted raid 1 execute:

  bash scripts/encryption/storage/raid1/setup.sh

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.