@@ -118,10 +118,17 @@
chmod +x /etc/sysconfig/network/scripts/dsu-up.sh
ln -s /etc/sysconfig/network/scripts/dsu-up.sh /etc/sysconfig/network/if-up.d/dsu
-chown root:root /build-custom
-chmod 755 /build-custom
-# run custom build_script after build
-/build-custom
+
+# bios installer config
+cat > /etc/bios-installer.conf << EOF
+TITLE="BIOS-INSTALLER by LINUX-ADMINISTRATOR.COM (c) 2o15"
+BASEMOUNT="/mnt/source"
+# IMAGELOCATION can be NFS, DIR
+IMAGELOCATION="NFS"
+IMAGELOCATION_NFS="85.236.33.12:/home/bios-installer-repo"
+IMAGELOCATION_DIR="/image-installer-img"
+DEBUG=1
+EOF
# cleanup
baseStripInfos
|