Re: [systemd-devel] Linking /lib64 to /usr/lib

2023-02-27 Thread Lennart Poettering
On Sa, 25.02.23 10:01, Neal Gompa (ngomp...@gmail.com) wrote: > On Sat, Feb 25, 2023 at 9:45 AM Lennart Poettering > wrote: > > > > On Di, 21.02.23 16:00, Adrian Vovk (adrianv...@gmail.com) wrote: > > > > > Hello all, > > > > > > Would you accept a patch to shared/base-filesystem that makes /usr/

Re: [systemd-devel] Linking /lib64 to /usr/lib

2023-02-27 Thread Lennart Poettering
On Sa, 25.02.23 11:39, Adrian Vovk (adrianv...@gmail.com) wrote: > Well it would only link /lib64 to /usr/lib if both Debian-style and > Fedora-style multilib don't exist and the loader is in lib, unless I'm > mistaken? I'm pretty sure it should be harmless to Fedora and openSUSE. > > Maybe it'd b

Re: [systemd-devel] Linking /lib64 to /usr/lib

2023-02-27 Thread Lennart Poettering
On Sa, 25.02.23 13:41, Neal Gompa (ngomp...@gmail.com) wrote: > > Maybe I should explain my reasoning: > > > > Part of the reason I didn't do the split is to be less surprising. My > > distro has no package management, nor does it have multilib. The /usr/lib64 > > vs /usr/lib split has always be

Re: [systemd-devel] Immutable Images: Updating

2023-02-27 Thread Lennart Poettering
On Di, 21.02.23 16:42, Adrian Vovk (adrianv...@gmail.com) wrote: > For OTA updates, I have some design goals I want to achieve, and I > think it's doable with systemd-sysupdate if I extend it in some places > and work around it in others. First, however, here are some of the > features I'd like th

Re: [systemd-devel] Immutable Images: Single Data Patition

2023-02-27 Thread Lennart Poettering
On Di, 21.02.23 16:50, Adrian Vovk (adrianv...@gmail.com) wrote: > Part of the A/B approach involves two classes of user data partitions: > ones that are encrypted (/var, /etc) and ones that are not (/home). > I'll be adding an additional partition to the non-encrypted category, > as part of my ef