Initial commit
This commit is contained in:
commit
212f014894
6 changed files with 63 additions and 0 deletions
5
auto/build
Executable file
5
auto/build
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
lb build noauto "${@}" 2>&1 | tee build.log
|
||||
8
auto/clean
Executable file
8
auto/clean
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
lb clean noauto "${@}"
|
||||
|
||||
rm -f config/binary config/bootstrap config/chroot config/common config/source
|
||||
rm -f build.log
|
||||
9
auto/config
Executable file
9
auto/config
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
lb config noauto \
|
||||
-d buster \
|
||||
--debian-installer false \
|
||||
--bootappend-live "boot=live components locales=de_DE.UTF-8" \
|
||||
"${@}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue