[PC-BSD Commits] r6301 - pcbsd/trunk/pc-sysinstall/examples
svn at pcbsd.org
svn at pcbsd.org
Thu Feb 25 08:13:28 PST 2010
Author: kris
Date: 2010-02-25 08:13:28 -0800 (Thu, 25 Feb 2010)
New Revision: 6301
Modified:
pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.fbsd-netinstall
pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.gmirror
pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.netinstall
pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.restore
pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.rsync
pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.upgrade
pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.zfs
Log:
Removed some invalid flags from examples of pc-sysinstall
Modified: pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.fbsd-netinstall
===================================================================
--- pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.fbsd-netinstall 2010-02-25 14:31:26 UTC (rev 6300)
+++ pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.fbsd-netinstall 2010-02-25 16:13:28 UTC (rev 6301)
@@ -44,7 +44,6 @@
#packageType=uzip
packageType=tar
-commitInstall
# List our components to install
installComponents=ports,src
Modified: pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.gmirror
===================================================================
--- pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.gmirror 2010-02-25 14:31:26 UTC (rev 6300)
+++ pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.gmirror 2010-02-25 16:13:28 UTC (rev 6301)
@@ -29,7 +29,6 @@
#packageType=uzip
packageType=tar
#installComponents=ports,src
-commitInstall
# Run any commands post-install
runCommand=echo 'root' | pw usermod root -h 0
Modified: pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.netinstall
===================================================================
--- pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.netinstall 2010-02-25 14:31:26 UTC (rev 6300)
+++ pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.netinstall 2010-02-25 16:13:28 UTC (rev 6301)
@@ -45,7 +45,6 @@
#packageType=uzip
packageType=tar
#installComponents=ports,src
-commitInstall
#autoLoginUser=kris
Modified: pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.restore
===================================================================
--- pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.restore 2010-02-25 14:31:26 UTC (rev 6300)
+++ pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.restore 2010-02-25 16:13:28 UTC (rev 6301)
@@ -29,7 +29,6 @@
#packageType=uzip
packageType=tar
#installComponents=ports,src
-commitInstall
# Run any commands post-install
#runCommand=echo 'root' | pw usermod root -h 0
Modified: pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.rsync
===================================================================
--- pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.rsync 2010-02-25 14:31:26 UTC (rev 6300)
+++ pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.rsync 2010-02-25 16:13:28 UTC (rev 6301)
@@ -41,5 +41,4 @@
#packageType=uzip
packageType=tar
#installComponents=ports,src
-commitInstall
Modified: pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.upgrade
===================================================================
--- pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.upgrade 2010-02-25 14:31:26 UTC (rev 6300)
+++ pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.upgrade 2010-02-25 16:13:28 UTC (rev 6301)
@@ -17,7 +17,6 @@
#packageType=uzip
packageType=tar
#installComponents=ports,src
-commitInstall
#autoLoginUser=kris
Modified: pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.zfs
===================================================================
--- pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.zfs 2010-02-25 14:31:26 UTC (rev 6300)
+++ pcbsd/trunk/pc-sysinstall/examples/pcinstall.cfg.zfs 2010-02-25 16:13:28 UTC (rev 6301)
@@ -28,7 +28,6 @@
#packageType=uzip
packageType=tar
#installComponents=ports,src
-commitInstall
# Run any commands post-install
runCommand=echo 'root' | pw usermod root -h 0
More information about the Commits
mailing list