diff --git a/examples/simple/files/etc/rc.local/FAISERVER b/examples/simple/files/etc/rc.local/FAISERVER index 52379b3ba..97bb53dbc 100755 --- a/examples/simple/files/etc/rc.local/FAISERVER +++ b/examples/simple/files/etc/rc.local/FAISERVER @@ -40,7 +40,7 @@ curl -fs 'http://127.0.0.1:3142/acng-report.html?doImport=Start+Import&calcSize= # setup the FAI server, including creating the nfsroot, use my own proxy export APTPROXY="http://127.0.0.1:3142" -fai-setup -vB /var/tmp/base.tar.xz 2>&1 +fai-setup -fvB /var/tmp/base.tar.xz 2>&1 if [ $? -eq 0 ]; then rm /var/tmp/base.tar.xz echo ""