nll-live-system/auto/config

9 lines
176 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 \
--bootappend-live "boot=live components initrd=/live/initrd.img" \
2021-03-07 12:41:13 +00:00
"${@}"