mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[package] base-files: sysupgrade: kill all but essential processes before starting the update
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28626 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user