Keine Beschreibung

toastie89 e952c47cf6 added commands for qemu images vor 1 Jahr
.gitignore 1719c8edc6 initial vor 1 Jahr
README.md e952c47cf6 added commands for qemu images vor 1 Jahr
bootstrap-bullseye.sh 542a099ead Merge branch 'master' of https://git.in-ulm.de/ulpeters/bootstrap vor 1 Jahr
config.sh.template e120767d96 added option for fixed passwords vor 1 Jahr

README.md

bootstrap

The script in this repo bootstraps Debian bullseye from a grml live environment. Design decisions and usage instructions are outlined in the beginning of the script.

Prepare qemu images

img="/var/lib/libvirt/images/ts-linux-testing.qcow2"
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