base-files: export x86 platform upgrade functions to common.sh

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
Yousong Zhou
2017-01-01 01:06:37 +08:00
committed by Felix Fietkau
parent d53fcdefbf
commit 6f61d8511e
3 changed files with 95 additions and 96 deletions

View File

@@ -4,9 +4,9 @@
move_config() {
local partdev
. /lib/upgrade/platform.sh
. /lib/upgrade/common.sh
if platform_export_bootdevice && platform_export_partdevice partdev 1; then
if export_bootdevice && export_partdevice partdev 1; then
if mount -t ext4 -o rw,noatime "/dev/$partdev" /mnt; then
if [ -f /mnt/sysupgrade.tgz ]; then
mv -f /mnt/sysupgrade.tgz /