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

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

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