chiark / gitweb /
units: move the last flag files to /dev/.run
authorLennart Poettering <lennart@poettering.net>
Fri, 11 Mar 2011 00:06:53 +0000 (01:06 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 11 Mar 2011 00:06:53 +0000 (01:06 +0100)
TODO
src/main.c
units/fsck-root.service.in
units/plymouth-start.service

diff --git a/TODO b/TODO
index daa96773add2b9e3bfaa6ac0ca3e0ec4ccfbcad3..64047191e87cf11da780b1392a29b0ca2a275f66 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,19 +6,17 @@ F15:
 
 * isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
 
-* NFS, networkmanager ordering issue
+* NFS, networkmanager ordering issue (PENDING)
 
 * add fstab fields to add wait timeouts, change Wants to Requires by local-fs.target
 
 * hook emergency.target into local-fs.target in some way as OnFailure with isolate
 
-* mount /dev/.run and /var/run as bind mounts
-
-* drop SIGHUP handling from rsyslog.service upstream
+* drop SIGHUP handling from rsyslog.service upstream (PENDING)
 
 * teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
 
-* save/restore tool for SysV as requested by FPC
+* save/restore tool for SysV as requested by FPC (PENDING)
 
 * bind mounts are ignored
 
index 5d37f804d0513fa31661d7e2f7e6dd202aaf0575..54ebb0b08cb8f67b6996a5f52eaab9c8c276e73d 100644 (file)
@@ -1051,7 +1051,7 @@ int main(int argc, char *argv[]) {
 
         /* If Plymouth is being run make sure we show the status, so
          * that there's something nice to see when people press Esc */
-        if (access("/dev/.systemd/plymouth", F_OK) >= 0)
+        if (access("/dev/.run/initramfs/plymouth", F_OK) >= 0)
                 arg_show_status = true;
 
         if (arg_action == ACTION_HELP) {
index 290c8453cce912ab5c98d68ac64221b76ff10ae6..ae6ea924a213cd1ed6d33ff194937b13dc8d1a95 100644 (file)
@@ -12,7 +12,7 @@ After=systemd-readahead-collect.service systemd-readahead-replay.service
 Before=local-fs.target shutdown.target remount-rootfs.service quotacheck.service
 
 # Dracut informs us with this flag file if the root fsck was already run
-ConditionPathExists=!/dev/.initramfs/fsck
+ConditionPathExists=!/dev/.run/initramfs/root-fsck
 
 [Service]
 Type=oneshot
index c3c101eb8ad8e77d8ea0cb4aff42084ca85b88e3..4ef2bcc0206558501bfa941458da00e1f292c8a5 100644 (file)
@@ -13,7 +13,7 @@ After=systemd-vconsole-setup.service udev-settle.service
 Before=systemd-ask-password-plymouth.service
 
 # Dracut informs us with this flag file if plymouth is already running
-ConditionPathExists=!/dev/.systemd/plymouth
+ConditionPathExists=!/dev/.run/initramfs/plymouth
 
 [Service]
 ExecStart=/sbin/plymouthd --mode=boot