7 lines
178 B
Bash
Executable file
7 lines
178 B
Bash
Executable file
#!/bin/sh
|
|
|
|
lb config noauto \
|
|
--architectures amd64 \
|
|
--distribution bullseye \
|
|
--bootappend-live "boot=live components initrd=/live/initrd.img keyboard-layouts=de" \
|
|
"${@}"
|