* The drop is locked in /etc/rc.firmware

This commit is contained in:
Scott Ullrich 2007-08-02 18:46:44 +00:00
parent 33edf4b995
commit caae9b2c61

View File

@ -3,10 +3,7 @@
touch /var/run/config.lock
/etc/rc.conf_mount_rw
# Now turn on or off serial console as needed
php -f /tmp/post_upgrade_command.php
rm /var/run/config.lock
KERNELTYPE=`cat /boot/kernel/pfsense_kernel.txt`
if [ $KERNELTYPE = "wrap" ]; then
@ -29,5 +26,6 @@ if [ -d /kernels ]; then
rm -rf /kernels/*
fi
rm /var/run/config.lock
/etc/rc.conf_mount_ro
# Now turn on or off serial console as needed
php -f /tmp/post_upgrade_command.php