rpcd: iwinfo plugin fixes
[openwrt.git] / package / base-files / files / lib / preinit / 80_mount_root
index 9a99ee9..f3fe788 100644 (file)
@@ -3,7 +3,13 @@
 # Copyright (C) 2010 Vertical Communications
 
 do_mount_root() {
-    boot_run_hook preinit_mount_root
+       mount_root
+       boot_run_hook preinit_mount_root
+       [ -f /sysupgrade.tgz ] && {
+               echo "- config restore -"
+               cd /
+               tar xzf /sysupgrade.tgz
+       }
 }
 
 [ "$INITRAMFS" = "1" ] || boot_hook_add preinit_main do_mount_root