[Fai-commit] r4389 - trunk/bin

lange at alioth.debian.org lange at alioth.debian.org
Thu Jul 5 22:25:37 UTC 2007


Author: lange
Date: 2007-07-05 22:25:37 +0000 (Thu, 05 Jul 2007)
New Revision: 4389

Modified:
   trunk/bin/fai
Log:
define FAI_DEBOOTSTRAP, FAI_DEBOOTSTRAP_OPT for dirinstall


Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai	2007-07-05 21:48:08 UTC (rev 4388)
+++ trunk/bin/fai	2007-07-05 22:25:37 UTC (rev 4389)
@@ -215,6 +215,9 @@
 	exit 3
     fi
     export NFSROOT=$(source $FAI_ETC_DIR/make-fai-nfsroot.conf; echo $NFSROOT)
+    export FAI_DEBOOTSTRAP=$(source $FAI_ETC_DIR/make-fai-nfsroot.conf; echo $FAI_DEBOOTSTRAP)
+    export FAI_DEBOOTSTRAP_OPT=$(source $FAI_ETC_DIR/make-fai-nfsroot.conf; echo $FAI_DEBOOTSTRAP_OPT)
+
 fi
 
 if [ $(id -u) != "0" ]; then




More information about the Fai-commit mailing list