]> git.pld-linux.org Git - packages/dracut.git/blob - systemd-paths.patch
- up to 038
[packages/dracut.git] / systemd-paths.patch
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
6  ExecStopPost=-/bin/rm -f -- /.console_lock
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
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
20  Type=oneshot
21  StandardInput=tty-force
22  StandardOutput=inherit
This page took 0.040584 seconds and 3 git commands to generate.