8 lines
176 B
Bash
Executable file
8 lines
176 B
Bash
Executable file
#!/bin/sh
|
|
|
|
lb config noauto \
|
|
--architectures amd64 \
|
|
--distribution buster \
|
|
--backports true \
|
|
--bootappend-live "boot=live components initrd=/live/initrd.img" \
|
|
"${@}"
|