[PC-BSD Commits] r18720 - pcbsd/current/overlays/desktop-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Thu Aug 30 06:45:29 PDT 2012
Author: kris
Date: 2012-08-30 13:45:29 +0000 (Thu, 30 Aug 2012)
New Revision: 18720
Modified:
pcbsd/current/overlays/desktop-overlay/etc/rc.conf
Log:
Enable fast-boot, but with networking done before. This takes longer, but
still saves us 25-45 seconds on bootup, depending upon the system, and seems
to fix the issues it caused with some mouse / other devices not showing
up right away
Modified: pcbsd/current/overlays/desktop-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-08-30 09:18:36 UTC (rev 18719)
+++ pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-08-30 13:45:29 UTC (rev 18720)
@@ -100,8 +100,8 @@
moused_enable="YES"
# Enable fast-booting
-fastboot_enable="NO"
-fastboot_earlyrc="/usr/local/etc/rc.d/pefs /usr/local/etc/rc.d/dbus /usr/local/etc/rc.d/hald /etc/rc.d/moused /usr/local/etc/rc.d/gdm"
+fastboot_enable="YES"
+fastboot_earlyrc="/etc/rc.d/netif /etc/rc.d/dhclient /etc/rc.d/pf /etc/rc.d/routing /etc/rc.d/devd /usr/local/etc/rc.d/pefs /usr/local/etc/rc.d/dbus /usr/local/etc/rc.d/hald /etc/rc.d/moused /usr/local/etc/rc.d/gdm"
# Enable the Warden
warden_enable="YES"
More information about the Commits
mailing list