Harald Hoyer
b1b704bd67
systemd: add systemd-run and systemd-escape
2015-08-12 14:24:45 +02:00
Cristian Rodríguez
90ff5ad67e
systemd: if kdbus is available, include the kernel module
2015-07-02 02:02:51 +02:00
Cristian Rodríguez
7c433a0b43
systemd: include systemd-random-seed.service
...
In current systemd releases there is no random-seed-load service
only systemd-random-seed.service
2015-06-02 12:06:49 +02:00
Harald Hoyer
6d58fa27a4
change "while read x" to cope with EOF without newline
...
while read x || [ -n "$x" ]
should do the trick
2015-04-28 11:39:15 +02:00
Harald Hoyer
5641b0974b
systemd: add more targets and tools
...
also set the multi-user.target as the default target
2015-03-24 16:02:09 +01:00
Harald Hoyer
28eae10b70
Split the systemd dracut module up
...
Basic systemd functionality is in 00systemd now.
Switching root and the initrd.target is in 00systemd-initrd.
Dracut additions to the systemd initrd are in 98dracut-systemd.
2015-03-19 10:07:37 +01:00