Skip to content
Snippets Groups Projects
Unverified Commit 4f5b90ef authored by anarcat's avatar anarcat
Browse files

cosmetic: one option per line

parent 3958f1f8
No related branches found
No related tags found
No related merge requests found
......@@ -112,13 +112,17 @@ which we'll use below.
mkdir -p /target/run && mount -t tmpfs tgt-run /target/run &&
mkdir /target/run/udev && mount -o bind /run/udev /target/run/udev &&
apt-get install -y grml-debootstrap && \
grml-debootstrap --grub "$BOOT_DISK" --target /target \
--hostname `hostname` --release buster \
grml-debootstrap \
--grub "$BOOT_DISK" \
--target /target \
--hostname `hostname` \
--release buster \
--mirror https://mirror.hetzner.de/debian/packages/ \
--packages /root/tsa-misc/installer/packages \
--post-scripts /root/tsa-misc/installer/post-scripts/ \
--password "$ROOTPASSWORD" \
--remove-configs --defaultinterfaces &&
--remove-configs \
--defaultinterfaces &&
umount /target/run/udev /target/run
5. Once the bootstrapping is complete, you still need to make sure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment