toastie89 5fe124a481 added molly-guard | vor 2 Jahren | |
---|---|---|
.gitignore | vor 2 Jahren | |
README.md | vor 2 Jahren | |
bookworm.sources.list | vor 2 Jahren | |
bootstrap-bullseye.sh | vor 2 Jahren | |
config.sh.template | vor 2 Jahren |
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.
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