2
0
forked from Ivasoft/openwrt

base-files: sysupgrade: kill all but essential processes before starting the update

SVN-Revision: 28626
This commit is contained in:
Jo-Philipp Wich
2011-10-27 16:52:31 +00:00
parent 825658977f
commit 52e93e54bc
3 changed files with 30 additions and 1 deletions

View File

@@ -127,6 +127,11 @@ elif ask_bool $SAVE_CONFIG "Keep config files over reflash"; then
else
export SAVE_CONFIG=0
fi
kill_remaining TERM
sleep 3
kill_remaining KILL
run_hooks "" $sysupgrade_pre_upgrade
if [ -n "$(rootfs_type)" ]; then