mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2024-11-25 10:45:10 +01:00
14 lines
252 B
Bash
14 lines
252 B
Bash
#!/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 \
|
|
"${@}"
|