[PC-BSD Commits] r282 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Mon Jun 4 18:47:30 PDT 2007
Author: kris
Date: 2007-06-05 02:47:29 +0100 (Tue, 05 Jun 2007)
New Revision: 282
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountUpgrade.sh
Log:
Fixed problem with upgrade script not loading kernel up
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountUpgrade.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountUpgrade.sh 2007-06-04 17:20:48 UTC (rev 281)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountUpgrade.sh 2007-06-05 01:47:29 UTC (rev 282)
@@ -88,12 +88,12 @@
echo "#!/bin/sh
cd /boot
rm -rf /boot/kernel
-tar xvjpf /PCBSD/kernels/kern-1.3-standard.tbz
+tar xvjpf /PCBSD/kernels/pcbsd-standard.tbz
" >/mnt/tmp/RunOnSys.sh
# Set the kernel for the system tool
echo "#!/bin/sh
-/usr/local/bin/PBReg set /PC-BSD/Kernel FBSD-6.1-UP_PCBSD
+/usr/local/bin/PBReg set /PC-BSD/Kernel FBSD-6.2-UP_PCBSD
" > /mnt/tmp/chKernel.sh
chmod 755 /mnt/tmp/chKernel.sh
chroot /mnt /tmp/chKernel.sh
@@ -106,12 +106,12 @@
echo "#!/bin/sh
cd /boot
rm -rf /boot/kernel
-tar xvjpf /PCBSD/kernels/kern-1.3-SMP.tbz
+tar xvjpf /PCBSD/kernels/pcbsd-SMP.tbz
" >/mnt/tmp/RunOnSys.sh
# Set the kernel for the system tool
echo "#!/bin/sh
-/usr/local/bin/PBReg set /PC-BSD/Kernel FBSD-6.1-SMP_PCBSD
+/usr/local/bin/PBReg set /PC-BSD/Kernel FBSD-6.2-SMP_PCBSD
" > /mnt/tmp/chKernel.sh
chmod 755 /mnt/tmp/chKernel.sh
chroot /mnt /tmp/chKernel.sh
More information about the Commits
mailing list