2021-03-07 12:41:13 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
lb config noauto \
|
|
|
|
--architectures amd64 \
|
2021-10-14 12:41:15 +00:00
|
|
|
--distribution bullseye \
|
2021-04-08 13:50:09 +00:00
|
|
|
--bootappend-live "boot=live components initrd=/live/initrd.img keyboard-layouts=de" \
|
2021-03-07 12:41:13 +00:00
|
|
|
"${@}"
|