Hello,

I would like to do this:
diff --git a/systemd/Makefile.am b/systemd/Makefile.am
index 19a3706..7a50038 100644
--- a/systemd/Makefile.am
+++ b/systemd/Makefile.am
@@ -6181,8 +6181,6 @@ USER_UNIT_ALIASES += \
        $(systemunitdir)/busnames.target busnames.target
 
 GENERAL_ALIASES += \
-       $(systemunitdir)/remote-fs.target $(pkgsysconfdir)/system/multi-user.tar
-       $(systemunitdir)/getty@.service $(pkgsysconfdir)/system/getty.target.wan
        $(pkgsysconfdir)/user $(sysconfdir)/xdg/systemd/user \
        $(dbussystemservicedir)/org.freedesktop.systemd1.service $(dbussessionse

In order to get rid of this warning during bootup:
systemd[1]: Failed to populate /etc with preset unit settings, ignoring: File 
exists

This only happens when booting up for the first time and /etc/machine-id is 
missing, but it generates a warning and the files are under systemd control.

Any reason not to do this?

/Johan
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to