First working version for Netbootbox-Install

This commit is contained in:
Frank Schiebel 2023-09-05 15:11:41 +02:00
parent 790f0327ca
commit 7bf673e2c6
59 changed files with 659 additions and 171 deletions

View file

@ -7,12 +7,10 @@ lb config noauto \
--cache false \
--net-tarball false \
--ignore-system-defaults \
--distribution bullseye \
--distribution bookworm \
--binary-images netboot \
--mode debian \
--backports true \
--linux-packages linux-image \
--archive-areas "main contrib non-free" \
--mirror-bootstrap http://localhost:3142/deb.debian.org/debian/ \
--mirror-chroot-security http://localhost:3142/security.debian.org/debian-security/ \
--archive-areas "main non-free-firmware contrib non-free" \
"${@}"