varous minor updates
[automated-distro-installer] / fai / config / scripts / DEBIAN / 40-misc
index e160cbb06176200ab54f4723db70b9425bb3df67..a699fdb91f3522245f59a3546f4e73c517439b6f 100755 (executable)
@@ -58,7 +58,10 @@ ln -fs /proc/mounts $target/etc/mtab
 rm -f $target/etc/dpkg/dpkg.cfg.d/fai $target/etc/dpkg/dpkg.cfg.d/unsafe-io
 
 if [ $FAI_ACTION = "install" -o $FAI_ACTION = "dirinstall" ] ; then
-  [ -f /etc/fai/fai.conf ] && cp /etc/fai/fai.conf $target/etc/fai/fai.conf
+  if [ -f /etc/fai/fai.conf ]; then
+    mkdir -p $target/etc/fai
+    cp /etc/fai/fai.conf $target/etc/fai/fai.conf
+  fi
 fi
 
 ainsl -a /etc/fai/fai.conf "FAI_CONFIG_SRC=$FAI_CONFIG_SRC"