[PC-BSD Commits] r5619 - pcbsd/trunk/mfsroot-overlay/root
svn at pcbsd.org
svn at pcbsd.org
Tue Dec 15 06:13:00 PST 2009
Author: kris
Date: 2009-12-15 06:13:00 -0800 (Tue, 15 Dec 2009)
New Revision: 5619
Modified:
pcbsd/trunk/mfsroot-overlay/root/PCBSDStartLive.sh
Log:
Disable numlock on Live mode
Modified: pcbsd/trunk/mfsroot-overlay/root/PCBSDStartLive.sh
===================================================================
--- pcbsd/trunk/mfsroot-overlay/root/PCBSDStartLive.sh 2009-12-15 14:00:52 UTC (rev 5618)
+++ pcbsd/trunk/mfsroot-overlay/root/PCBSDStartLive.sh 2009-12-15 14:13:00 UTC (rev 5619)
@@ -41,6 +41,10 @@
# Setup our script to start kde4 right away
echo "touch /tmp/.xstarted
+
+# Turn off the numlock
+numlockx off
+
/usr/local/kde4/bin/startkde4" >/root/.xinitrc
# Set all NICS to DHCP
More information about the Commits
mailing list