On Sat, Feb 25, 2023 at 11:39 AM Adrian Vovk 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 be prefera
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 be preferable for me to make a /usr/lib64->/usr/lib link, then
let systemd t
On Sat, Feb 25, 2023 at 9:45 AM Lennart Poettering
wrote:
>
> On Di, 21.02.23 16:00, Adrian Vovk ([email protected]) wrote:
>
> > Hello all,
> >
> > Would you accept a patch to shared/base-filesystem that makes /usr/lib
> > a fallback link target for /lib64? On my distro I don't support
> > mul
On Di, 21.02.23 16:00, Adrian Vovk ([email protected]) wrote:
> Hello all,
>
> Would you accept a patch to shared/base-filesystem that makes /usr/lib
> a fallback link target for /lib64? On my distro I don't support
> multilib at all and so everything ends up in /usr/lib.
>
> So for example, fo
On Sa, 25.02.23 11:48, [email protected] ([email protected]) wrote:
> This looks to me a straight forward github issue. I am not sure where, at
> github, it should be filed.
>
> Quoting https://systemd.io/BOOT_LOADER_INTERFACE/ , with lines break for
> readability
>
> The EFI variable LoaderFeatures con
This looks to me a straight forward github issue. I am not sure where, at
github, it should be filed.
Quoting https://systemd.io/BOOT_LOADER_INTERFACE/ , with lines break for
readability
The EFI variable LoaderFeatures contains a 64bit unsigned integer with
a number of flags bits that
Hello again.
I have a question about XDG autostart implementation. Why are units
generated with "@autostart" specifier and not some kind of
"app-xdg-autostart-" prefix? Autostart seems to be a category of units,
not an instance for specific unit. Why put it in a specifier? Is there a
use case