]> glassweightruler.freedombox.rocks Git - waydroid.git/blobdiff - tools/actions/upgrader.py
drivers: Improve binderfs loading
[waydroid.git] / tools / actions / upgrader.py
index cb1aaa5bdd66fc9c7f3c7d0fd24e0ea86dc86585..71a64e7e90ae41f0cedb40cf7276ddc35f31286e 100644 (file)
@@ -25,7 +25,8 @@ def upgrade(args):
     helpers.images.umount_rootfs(args)
     helpers.drivers.loadBinderNodes(args)
     if not args.offline:
-        helpers.images.get(args)
+        if args.images_path != tools.config.defaults["preinstalled_images_path"]:
+            helpers.images.get(args)
     helpers.lxc.setup_host_perms(args)
     helpers.lxc.set_lxc_config(args)
     helpers.lxc.make_base_props(args)