nll-live-system/auto/config

9 lines
196 B
Text
Raw Normal View History

2021-03-07 12:41:13 +00:00
#!/bin/sh
lb config noauto \
--architectures amd64 \
--distribution buster \
2021-03-07 21:02:40 +00:00
--backports true \
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
"${@}"