mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-13 11:29:46 +03:00
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: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
742300b090
commit
4998e27cc7
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue