No Description

Toastie 6a531cbc11 added remarks 1 year ago
.gitignore 1719c8edc6 initial 1 year ago
README.md 6a531cbc11 added remarks 1 year ago
bookworm.sources.list 950ac12a80 chmod -x 1 year ago
bootstrap-bullseye.sh 5fe124a481 added molly-guard 1 year ago
config.sh.template e120767d96 added option for fixed passwords 1 year ago

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

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

Remarks

  • Make sure to boot grml for amd64