X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/9aae6c4ab39d12056a8df086f1277d43ab27f14e..8f6570b82007b1ca79af4db19412eb258e7b3a2f:/tools/actions/upgrader.py?ds=inline diff --git a/tools/actions/upgrader.py b/tools/actions/upgrader.py index 605de44..3a0dcba 100644 --- a/tools/actions/upgrader.py +++ b/tools/actions/upgrader.py @@ -48,6 +48,7 @@ def upgrade(args): helpers.images.get(args) else: logging.info("Upgrade refused because a pre-installed image is detected at {}.".format(args.images_path)) + helpers.drivers.probeAshmemDriver(args) helpers.lxc.setup_host_perms(args) helpers.lxc.set_lxc_config(args) helpers.lxc.make_base_props(args)