[arch-commits] Commit in systemd/trunk (initcpio-install-systemd)

Dave Reisner dreisner at nymeria.archlinux.org
Thu Sep 19 13:49:42 UTC 2013


    Date: Thursday, September 19, 2013 @ 15:49:42
  Author: dreisner
Revision: 194597

add tmpfiles binary and early /dev setup services

Modified:
  systemd/trunk/initcpio-install-systemd

--------------------------+
 initcpio-install-systemd |   17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

Modified: initcpio-install-systemd
===================================================================
--- initcpio-install-systemd	2013-09-19 09:44:46 UTC (rev 194596)
+++ initcpio-install-systemd	2013-09-19 13:49:42 UTC (rev 194597)
@@ -101,6 +101,7 @@
 
     # systemd
     add_binary /usr/lib/systemd/systemd /init
+    add_binary /usr/bin/systemd-tmpfiles
 
     # generate sysroot.mount and sysroot-usr.mount
     add_file "/usr/lib/systemd/system-generators/systemd-fstab-generator"
@@ -114,12 +115,7 @@
             99-systemd.rules \
 
     map add_systemd_unit \
-            systemd-udevd-control.socket \
-            systemd-udevd-kernel.socket \
-            sockets.target \
-            systemd-journald.service \
-            systemd-udevd.service \
-            systemd-udev-trigger.service \
+            ctrl-alt-del.target
             initrd-cleanup.service \
             initrd-fs.target \
             initrd-parse-etc.service \
@@ -128,8 +124,15 @@
             initrd-switch-root.target \
             initrd-udevadm-cleanup-db.service \
             initrd.target \
+            kmod-static-nodes.service \
+            sockets.target \
             systemd-fsck at .service \
-            ctrl-alt-del.target
+            systemd-journald.service \
+            systemd-tmpfiles-setup-dev.service \
+            systemd-udev-trigger.service \
+            systemd-udevd-control.socket \
+            systemd-udevd-kernel.socket \
+            systemd-udevd.service \
 
     add_symlink "/usr/lib/systemd/system/default.target" "initrd.target"
 




More information about the arch-commits mailing list