13 lines
448 B
Bash
Executable file
13 lines
448 B
Bash
Executable file
#!/bin/sh
|
|
|
|
|
|
(cd ../DMX-2.0 && xbuild /p:Configuration=Release)
|
|
|
|
cp ../DMX-2.0/bin/Release/* config/includes.chroot/usr/local/bin/
|
|
|
|
lb config noauto \
|
|
-b hdd --hdd-size 800 \
|
|
--architectures amd64 \
|
|
--apt-recommends false --apt-indices false --firmware-chroot true --archive-areas "main contrib non-free" \
|
|
--bootappend-live "boot=live components persistence persistence-path=live quiet splash keyboard-layouts=fr locales=fr_FR.UTF-8" \
|
|
"${@}"
|