]> git.pld-linux.org Git - packages/dracut.git/blame - systemd-paths.patch
- up to 041
[packages/dracut.git] / systemd-paths.patch
CommitLineData
9d3557a3
JR
1--- dracut-026/modules.d/98systemd/rescue.service~ 2013-03-08 07:07:48.000000000 +0100
2+++ dracut-026/modules.d/98systemd/rescue.service 2013-03-21 13:23:51.761696508 +0100
3@@ -17,7 +17,7 @@
4 ExecStartPre=-/bin/plymouth quit
5 ExecStart=-/bin/sh -i -l
441be28f 6 ExecStopPost=-/bin/rm -f -- /.console_lock
9d3557a3
JR
7-ExecStopPost=-/usr/bin/systemctl --fail --no-block default
8+ExecStopPost=-/bin/systemctl --fail --no-block default
9 Type=idle
10 StandardInput=tty-force
11 StandardOutput=inherit
58d9125c
AF
12--- dracut-027/modules.d/98systemd/emergency.service.wiget 2013-03-27 23:05:57.984373121 +0100
13+++ dracut-027/modules.d/98systemd/emergency.service 2013-03-27 23:11:39.569991251 +0100
14@@ -17,7 +17,7 @@ Wants=systemd-vconsole-setup.service
15 Environment=HOME=/
16 WorkingDirectory=/
17 ExecStart=/bin/dracut-emergency
18-ExecStopPost=-/usr/bin/systemctl --fail --no-block default
19+ExecStopPost=-/bin/systemctl --fail --no-block default
492c52fb 20 Type=oneshot
58d9125c
AF
21 StandardInput=tty-force
22 StandardOutput=inherit
This page took 0.038597 seconds and 4 git commands to generate.