From 54e46626a0aeaa9cab0750ae002af3e63874b03f Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 3 Nov 2015 17:10:10 +0100 Subject: [PATCH] add -f --- examples/simple/files/etc/rc.local/FAISERVER | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""