[PC-BSD Commits] r13670 - in pcbsd/current/system-overlay: etc usr/local/etc/rc.d usr/local/share/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Tue Nov 1 09:56:23 PDT 2011
Author: kris
Date: 2011-11-01 09:56:22 -0700 (Tue, 01 Nov 2011)
New Revision: 13670
Added:
pcbsd/current/system-overlay/usr/local/etc/rc.d/pcbsdinit
pcbsd/current/system-overlay/usr/local/share/pcbsd/scripts/fastest-mirror.sh
pcbsd/current/system-overlay/usr/local/share/pcbsd/scripts/first-boot.sh
Modified:
pcbsd/current/system-overlay/etc/rc.conf
Log:
Create new service which can be run at first boot. Add initial script which
does a check of the mirror servers, and sets the default to the fastest.
Modified: pcbsd/current/system-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/system-overlay/etc/rc.conf 2011-11-01 14:50:02 UTC (rev 13669)
+++ pcbsd/current/system-overlay/etc/rc.conf 2011-11-01 16:56:22 UTC (rev 13670)
@@ -91,3 +91,6 @@
# Clean out temporary files.
clear_tmp_enable="YES"
clean_tmp_X="YES"
+
+# Run the pcbsd init service
+pcbsdinit_enable="YES"
Index: pcbsd/current/system-overlay/usr/local/etc/rc.d/pcbsdinit
===================================================================
--- pcbsd/current/system-overlay/usr/local/etc/rc.d/pcbsdinit 2011-11-01 14:50:02 UTC (rev 13669)
+++ pcbsd/current/system-overlay/usr/local/etc/rc.d/pcbsdinit 2011-11-01 16:56:22 UTC (rev 13670)
Property changes on: pcbsd/current/system-overlay/usr/local/etc/rc.d/pcbsdinit
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
Index: pcbsd/current/system-overlay/usr/local/share/pcbsd/scripts/fastest-mirror.sh
===================================================================
--- pcbsd/current/system-overlay/usr/local/share/pcbsd/scripts/fastest-mirror.sh 2011-11-01 14:50:02 UTC (rev 13669)
+++ pcbsd/current/system-overlay/usr/local/share/pcbsd/scripts/fastest-mirror.sh 2011-11-01 16:56:22 UTC (rev 13670)
Property changes on: pcbsd/current/system-overlay/usr/local/share/pcbsd/scripts/fastest-mirror.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
Index: pcbsd/current/system-overlay/usr/local/share/pcbsd/scripts/first-boot.sh
===================================================================
--- pcbsd/current/system-overlay/usr/local/share/pcbsd/scripts/first-boot.sh 2011-11-01 14:50:02 UTC (rev 13669)
+++ pcbsd/current/system-overlay/usr/local/share/pcbsd/scripts/first-boot.sh 2011-11-01 16:56:22 UTC (rev 13670)
Property changes on: pcbsd/current/system-overlay/usr/local/share/pcbsd/scripts/first-boot.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
More information about the Commits
mailing list