[PC-BSD Commits] r1416 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Thu Feb 21 08:41:50 PST 2008
Author: kris
Date: 2008-02-21 08:41:50 -0800 (Thu, 21 Feb 2008)
New Revision: 1416
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.ExtractTar.sh
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountUpgrade.sh
Log:
Set the reg entry to ensure that the system updater gets started at system
load
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.ExtractTar.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.ExtractTar.sh 2008-02-21 16:28:20 UTC (rev 1415)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.ExtractTar.sh 2008-02-21 16:41:50 UTC (rev 1416)
@@ -71,6 +71,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/SystemUpdater/runAtStartup true
" > /mnt/tmp/chKernel.sh
chmod 755 /mnt/tmp/chKernel.sh
chroot /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-02-21 16:28:20 UTC (rev 1415)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountUpgrade.sh 2008-02-21 16:41:50 UTC (rev 1416)
@@ -144,6 +144,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/SystemUpdater/runAtStartup true
" > /mnt/tmp/chKernel.sh
chmod 755 /mnt/tmp/chKernel.sh
chroot /mnt /tmp/chKernel.sh
More information about the Commits
mailing list