[PC-BSD Commits] r1826 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Mon May 5 09:00:13 PDT 2008
Author: kris
Date: 2008-05-05 09:00:13 -0700 (Mon, 05 May 2008)
New Revision: 1826
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.ExtractTar.sh
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountUpgrade.sh
Log:
Changed Tag of installed kernels to reflect changes to FreeBSD7.0
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.ExtractTar.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.ExtractTar.sh 2008-05-05 15:58:39 UTC (rev 1825)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.ExtractTar.sh 2008-05-05 16:00:13 UTC (rev 1826)
@@ -73,7 +73,7 @@
# Set the kernel for the system tool
echo "#!/bin/sh
-/usr/local/bin/PBReg set /PC-BSD/Kernel FBSD6.3-PCBSD1.5
+/usr/local/bin/PBReg set /PC-BSD/Kernel FBSD7.0-PCBSD7.0
/usr/local/bin/PBReg set /PC-BSD/SystemUpdater/runAtStartup true
" > /mnt/tmp/chKernel.sh
chmod 755 /mnt/tmp/chKernel.sh
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountUpgrade.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountUpgrade.sh 2008-05-05 15:58:39 UTC (rev 1825)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountUpgrade.sh 2008-05-05 16:00:13 UTC (rev 1826)
@@ -143,7 +143,7 @@
# Set the kernel for the system tool
echo "#!/bin/sh
-/usr/local/bin/PBReg set /PC-BSD/Kernel FBSD6.3-PCBSD1.5
+/usr/local/bin/PBReg set /PC-BSD/Kernel FBSD7.0-PCBSD7.0
/usr/local/bin/PBReg set /PC-BSD/SystemUpdater/runAtStartup true
" > /mnt/tmp/chKernel.sh
chmod 755 /mnt/tmp/chKernel.sh
More information about the Commits
mailing list