[PC-BSD Commits] r17231 - in pcbsd/current/overlays/desktop-overlay: boot usr/local/share/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Sat Jun 9 06:11:56 PDT 2012
Author: kris
Date: 2012-06-09 13:11:54 +0000 (Sat, 09 Jun 2012)
New Revision: 17231
Modified:
pcbsd/current/overlays/desktop-overlay/boot/loader.conf
pcbsd/current/overlays/desktop-overlay/usr/local/share/pcbsd/scripts/first-boot.sh
Log:
Shorten delay in booting, and set mixer to 100:100 at first boot
Modified: pcbsd/current/overlays/desktop-overlay/boot/loader.conf
===================================================================
--- pcbsd/current/overlays/desktop-overlay/boot/loader.conf 2012-06-08 20:20:36 UTC (rev 17230)
+++ pcbsd/current/overlays/desktop-overlay/boot/loader.conf 2012-06-09 13:11:54 UTC (rev 17231)
@@ -33,7 +33,7 @@
kern.geom.eli.visible_passphrase=2
# Enable the graphical boot-loader
-autoboot_delay="06"
+autoboot_delay="03"
graphics_enable="YES"
beastie_theme="/boot/themes/default/theme.conf"
Modified: pcbsd/current/overlays/desktop-overlay/usr/local/share/pcbsd/scripts/first-boot.sh
===================================================================
--- pcbsd/current/overlays/desktop-overlay/usr/local/share/pcbsd/scripts/first-boot.sh 2012-06-08 20:20:36 UTC (rev 17230)
+++ pcbsd/current/overlays/desktop-overlay/usr/local/share/pcbsd/scripts/first-boot.sh 2012-06-09 13:11:54 UTC (rev 17231)
@@ -7,3 +7,6 @@
# Start by finding the fastest mirror server
${sDir}/fastest-mirror.sh set auto >/dev/null 2>/dev/null
+# Set default mixer volume
+mixer vol 100:100 >/dev/null 2>/dev/null
+mixer pcm 100:100 >/dev/null 2>/dev/null
More information about the Commits
mailing list