[PC-BSD Commits] r5079 - in pcbsd/trunk/pc-sysinstall: . backend
svn at pcbsd.org
svn at pcbsd.org
Wed Nov 18 17:47:53 PST 2009
Author: kris
Date: 2009-11-18 17:47:53 -0800 (Wed, 18 Nov 2009)
New Revision: 5079
Added:
pcbsd/trunk/pc-sysinstall/backend/startautoinstall.sh
Modified:
pcbsd/trunk/pc-sysinstall/pc-sysinstall
Log:
Added feature to pc-sysinstall to perform an automated installation if the right conf
files are present, which may be fetched from remote as well
Property changes on: pcbsd/trunk/pc-sysinstall/backend/startautoinstall.sh
___________________________________________________________________
Added: svn:executable
+ *
Modified: pcbsd/trunk/pc-sysinstall/pc-sysinstall
===================================================================
--- pcbsd/trunk/pc-sysinstall/pc-sysinstall 2009-11-19 01:25:39 UTC (rev 5078)
+++ pcbsd/trunk/pc-sysinstall/pc-sysinstall 2009-11-19 01:47:53 UTC (rev 5079)
@@ -79,6 +79,10 @@
fi
;;
+ # Parse an auto-install directive, and begin the installation
+ start-autoinstall) ${BACKEND}/startautoinstall.sh ${2}
+ ;;
+
# The user is wanting to query which disks are available
disk-list) ${QUERYDIR}/disk-list.sh
;;
More information about the Commits
mailing list