[PC-BSD Commits] r482 - in pcbsd/trunk: installcd-overlay/usr/local/pcbsd/scripts system-overlay/PCBSD/bin system-overlay/boot
svn at pcbsd.org
svn at pcbsd.org
Sat Jul 14 22:35:23 PDT 2007
Author: kris
Date: 2007-07-15 06:35:23 +0100 (Sun, 15 Jul 2007)
New Revision: 482
Added:
pcbsd/trunk/system-overlay/boot/beastie.4th
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.ExtractTar.sh
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountUpgrade.sh
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh
pcbsd/trunk/system-overlay/PCBSD/bin/pdm
Log:
Add a new option to the FreeBSD / PCBSD loader menu, now you can choose
an option to re-run the X gui tool, in case you switched video cards or
something, its easy to get back into the wizard now.
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.ExtractTar.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.ExtractTar.sh 2007-07-14 10:25:04 UTC (rev 481)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.ExtractTar.sh 2007-07-15 05:35:23 UTC (rev 482)
@@ -97,8 +97,6 @@
tar xvf /mnt/PCBSD/tmp/sys-source.tar >/dev/null 2>/dev/null
rm /mnt/PCBSD/tmp/sys-source.tar
-#cp /cdmnt/boot/loading-screen.pcx /mnt/boot/
-cp /cdmnt/boot/beastie.4th /mnt/boot/
# Reset the LANG stuff
MM_CHARSET="UTF-8" ; export MM_CHARSET
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountUpgrade.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountUpgrade.sh 2007-07-14 10:25:04 UTC (rev 481)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountUpgrade.sh 2007-07-15 05:35:23 UTC (rev 482)
@@ -134,8 +134,6 @@
tar xvf /mnt/PCBSD/tmp/sys-source.tar >/dev/null 2>/dev/null
rm /mnt/PCBSD/tmp/sys-source.tar
-cp /cdmnt/boot/beastie.4th /mnt/boot/
-
# Reset the LANG stuff
MM_CHARSET="UTF-8" ; export MM_CHARSET
LANG="en_US.UTF-8" ; export LANG
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh 2007-07-14 10:25:04 UTC (rev 481)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh 2007-07-15 05:35:23 UTC (rev 482)
@@ -72,7 +72,7 @@
echo 'linux_load="YES"
#hw.pci.allow_unsupported_io_range="1"
hw.ata.atapi_dma="1"
-autoboot_delay="2"
+autoboot_delay="5"
agp_load="YES"
wlan_wep_load="YES"
wlan_ccmp_load="YES"
Modified: pcbsd/trunk/system-overlay/PCBSD/bin/pdm
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/bin/pdm 2007-07-14 10:25:04 UTC (rev 481)
+++ pcbsd/trunk/system-overlay/PCBSD/bin/pdm 2007-07-15 05:35:23 UTC (rev 482)
@@ -3,6 +3,13 @@
# Copyright 2007 PC-BSD Software
###############################################################################
+# Check if the user wanted to run the xorg-gui at the loader menu
+/sbin/sysctl -a | /usr/bin/grep kern.module_path | /usr/bin/grep PCBSD
+if [ "$?" = "0" ]
+then
+ /usr/bin/touch /PCBSD/conf/.runxsetup
+fi
+
# Start our loop
while
i=1
Added: pcbsd/trunk/system-overlay/boot/beastie.4th
More information about the Commits
mailing list