mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-18 02:41:18 +02:00
profiles: Disable split-usr explicitly for generic images
We don't want to have separate /bin, /lib, /usr/bin and /usr/lib directories. The former two are meant to be symlinks to the latter two. The `split-usr` USE flag gets enabled with the profiles update in portage-stable, so before doing the update, clear the flag in the overlay. This is not done for SDK images, since they seem to have split /usr on purpose.
This commit is contained in:
parent
d16712fab5
commit
110f58e4d1
@ -0,0 +1,4 @@
|
||||
# We don't have a separate /{bin,lib} and /usr/{bin,lib}
|
||||
sys-apps/coreutils -split-usr
|
||||
sys-apps/systemd -split-usr
|
||||
sys-apps/shadow -split-usr
|
Loading…
x
Reference in New Issue
Block a user