diff --git a/pmb/install/_install.py b/pmb/install/_install.py index cb9ebf62..2fc7ef2f 100644 --- a/pmb/install/_install.py +++ b/pmb/install/_install.py @@ -537,7 +537,9 @@ def install_on_device_installer(args, step, steps): "ONDEV_CHANNEL_BRANCH_APORTS": channel_cfg["branch_aports"], "ONDEV_CHANNEL_BRANCH_PMAPORTS": channel_cfg["branch_pmaports"], "ONDEV_CHANNEL_DESCRIPTION": channel_cfg["description"], - "ONDEV_CHANNEL_MIRRORDIR_ALPINE": channel_cfg["mirrordir_alpine"]} + "ONDEV_CHANNEL_MIRRORDIR_ALPINE": channel_cfg["mirrordir_alpine"], + "ONDEV_PMBOOTSTRAP_VERSION": pmb.config.version, + "ONDEV_UI": args.ui} pmb.chroot.root(args, ["ondev-prepare"], suffix_installer, env=env) # Remove $DEVICE-boot.img (we will generate a new one if --split was