2022-09-22 07:34:42 +00:00
|
|
|
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
if [ -d "output" ]; then
|
|
|
|
rm -rf "output"
|
|
|
|
fi
|
|
|
|
|
2022-09-26 09:09:31 +00:00
|
|
|
wdvn-make output base hardware graphical graphical-xfce4 live finish
|
2022-09-22 07:34:42 +00:00
|
|
|
wdvn-image-iso output "$(wdvn-name).iso"
|
|
|
|
rm -rf "output"
|
|
|
|
|
|
|
|
source wdvn-env-amd64
|
2022-09-26 09:09:31 +00:00
|
|
|
wdvn-make output base hardware graphical graphical-xfce4 live finish
|
2022-09-22 07:34:42 +00:00
|
|
|
wdvn-image-iso output "$(wdvn-name).iso"
|
|
|
|
rm -rf "output"
|