[systemd-devel] [systemd-commits] 5 commits - Makefile-man.am man/daemon.xml man/file-hierarchy.xml tmpfiles.d/systemd.conf

Filipe Brandenburger filbranden at google.com
Mon Jun 30 12:56:03 PDT 2014


Hi,

On Mon, Jun 30, 2014 at 12:28 PM, Kay Sievers <kay at vrfy.org> wrote:
> We should find out when we need to create /lib64 --> $libdir, grr ... :)

Problem is that $libdir is relevant for the host distribution but
might not be for the one running inside the nspawn'd namespace.

Consider the case where you're running Fedora but use debootstrap to
create a Debian tree and systemd-nspawn to run a process in it.
$libdir will make sense in Fedora, not in Debian...

Maybe it should try both and figure out which one of them exists?

Or default to $libdir and allow an override for the cross-distro cases.

Cheers,
Filipe


More information about the systemd-devel mailing list