Browse Source

added ch usage

Toastie 1 year ago
parent
commit
75a9decd51
1 changed files with 11 additions and 0 deletions
  1. 11 0
      README.md

+ 11 - 0
README.md

@@ -10,3 +10,14 @@ qemu-img create -f qcow2 -o size=20G $img  # create image
 qemu-nbd -c /dev/nbd0 $img  # create device from image
 qemu-nbd -d /dev/nbd0       # release device
 ```
+
+## Usage
+```
+# boot grml and setup network if neccessary
+git clone https://git.in-ulm.de/ulpeters/bootstrap.git
+cp config.sh.template config.sh
+vi config.sh
+./bootstrap-bullseye.sh install
+# reboot
+/installer/bootstrap-bullseye.sh postinstall
+```