Openwrt/target/linux/x86
Felix Fietkau a14437024c x86: fix sysupgrade
Function move_config should be called after or during preinit_mount_root
hook in do_mount_root function. At this state sysupgrade.tgz is not in its
place during that time when do_mount_root is called. Function move_config
is called later so the sysupgrade.tgz stays in root directory to the second
restart when it is unpacked properly.

This patch adds move_config function to preinit_mount_root hook instead
of preinit_main and changes the filename of script to be called before
80_mount_root is called. It will prepare the sysupgrade archive for do_mount_root
within preinit_mount_root hook.

This patch solves ticket #15042 and #14088.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>

SVN-Revision: 39996
2014-03-21 15:55:07 +00:00
..
alix2
base-files x86: fix sysupgrade 2014-03-21 15:55:07 +00:00
ep80579
generic
geos
image
kvm_guest
net5501 x86/net5501: remove old kernel config 2014-02-23 18:09:33 +00:00
olpc x86/olpc: remove old kernel config 2014-02-23 18:20:32 +00:00
patches-3.3
patches-3.8
patches-3.10 x86: fix MTD API usage in the RDC specific board patch 2014-02-23 21:15:56 +00:00
rdc x86/rdc: remove old kernel config 2014-02-23 21:16:04 +00:00
thincan x86/thincan: remove old kernel config 2014-02-23 13:07:24 +00:00
xen_domu
base-files.mk
config-3.3
config-3.8
config-3.10
Makefile
modules.mk