[arch-commits] Commit in systemd/trunk (PKGBUILD initcpio-hook-udev)

Dave Reisner dreisner at nymeria.archlinux.org
Thu Sep 19 16:42:23 UTC 2013


    Date: Thursday, September 19, 2013 @ 18:42:22
  Author: dreisner
Revision: 194603

upgpkg: systemd 207-4

create static nodes before udev starts in early userspace

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/initcpio-hook-udev

--------------------+
 PKGBUILD           |    2 +-
 initcpio-hook-udev |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-19 16:33:22 UTC (rev 194602)
+++ PKGBUILD	2013-09-19 16:42:22 UTC (rev 194603)
@@ -19,7 +19,7 @@
         0001-swap-fix-reverse-dependencies.patch
         0002-swap-create-.wants-symlink-to-auto-swap-devices.patch)
 md5sums=('7799f3cc9d289b8db1c1fa56ae7ecd88'
-         '58f87d1f14cef7a2b2b663bac4ef39f0'
+         '29245f7a240bfba66e2b1783b63b6b40'
          '3ded8dde31e9449567cf205c50d91c89'
          'bde43090d4ac0ef048e3eaee8202a407'
          '9eb0a46aa2a3a6d74117f9a174dbe168'

Modified: initcpio-hook-udev
===================================================================
--- initcpio-hook-udev	2013-09-19 16:33:22 UTC (rev 194602)
+++ initcpio-hook-udev	2013-09-19 16:42:22 UTC (rev 194603)
@@ -1,9 +1,9 @@
 #!/usr/bin/ash
 
 run_earlyhook() {
-    /usr/lib/systemd/systemd-udevd --daemon --resolve-names=never
     kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
     systemd-tmpfiles --prefix=/dev --create
+    /usr/lib/systemd/systemd-udevd --daemon --resolve-names=never
     udevd_running=1
 }
 




More information about the arch-commits mailing list