On Sat, 03.01.15 12:07, Umut Tezduyar Lindskog ([email protected]) wrote: > Hi, > > Our /etc is a sym link and due to that all the links created by > tmpfiles.d/etc.conf are wrong. Is there a reason why the links are > relative? > > I would like to send a patch to either: > a) Convert the relative links to absolute ones. > b) Follow the sym link before creating the relative one.
I think it is quite beneficial of symlinks stay relative on disk, so that when we look at a container image in subdirectory the symlinks point to the correct files. Maybe /etc can be made a bind mount in your setup? Lennart -- Lennart Poettering, Red Hat _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
