From 5aae1f8a50fe391bb441c3a4158dde8117263a26 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 2 May 2023 13:21:46 +0200 Subject: [PATCH] Updated README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index afd55d8..ba28545 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,24 @@ 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 + bash scripts/encryption/storage/raid1/setup.sh +``` + ## 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 @@ -17,6 +28,7 @@ To chroot into a Linux distribution on a storage execute: ``` ## Backup + To backup a image execute: ```bash @@ -24,4 +36,5 @@ To backup a image execute: ``` ## License + The ["GNU GENERAL PUBLIC LICENSE Version 3"](./LICENSE.txt) applies to this project.