Skip to content
Snippets Groups Projects
Unverified Commit 4998e27c authored by Casey's avatar Casey :recycle:
Browse files

chroot: force disable /usr merge (MR 2418)


We plan to ship systemd with split /usr until the /usr merge is complete
in Alpine. Let's not drop all our code yet but just forcefully disable
it.

Signed-off-by: default avatarCaleb Connolly <caleb@postmarketos.org>
parent 742300b0
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,11 @@ def init(chroot: Chroot, usr_merge=UsrMerge.AUTO):
# When already initialized: just prepare the chroot
arch = chroot.arch
# We plan to ship systemd with split /usr until the /usr merge is complete
# in Alpine. Let's not drop all our code yet but just forcefully disable
# it.
usr_merge = UsrMerge.OFF
config = get_context().config
# If the channel is wrong and the user has auto_zap_misconfigured_chroots
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment