mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2025-02-08 21:11:20 +01:00
14 lines
252 B
Plaintext
14 lines
252 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
lb config noauto \
|
||
|
--mode debian \
|
||
|
--architectures amd64 \
|
||
|
--debian-installer none \
|
||
|
--archive-areas "main contrib non-free" \
|
||
|
--apt-indices false \
|
||
|
--binary-image iso-hybrid \
|
||
|
--memtest none \
|
||
|
"${@}"
|