mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2025-02-03 20:21:20 +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 \
|
|
"${@}"
|