summaryrefslogtreecommitdiffstats
path: root/build_one.sh
blob: 6e32fbb7b460605acab917f57f0d572075478d97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

case $(hostname) in
  *.mageia.org)  sudo="sudo -u draklive sudo";;
esac

./update_bootloader_files.sh
./update_pcmemtest_files.sh
if [ $# -gt 0 ] ; then
  $sudo draklive2 $*
else
  $sudo draklive2 --clean --all
fi