Florian Albrechtskirchinger
5d013e5e3c
systemd: install missing drop-in configs
...
In host-only mode, install missing drop-in configuration files for
/etc/systemd/{journal.conf,system.conf}.
9 years ago
Harald Hoyer
8261d2367e
systemd: add missing -.slice unit
9 years ago
Harald Hoyer
3847bd450d
systemd: add udev.hwdb and udev.conf
9 years ago
Michael Chapman
5dea430e08
systemd: ensure journal is volatile
...
If journald.conf already contains Storage=persistent, journald will
write to /var/log/journal/, which ends up at /run/initramfs/log/journal/
after switching root. We want to make sure early boot logs are written
to /run/log/journal/ so they can be flushed to /var/log/journal/ after
switching root.
9 years ago
Ville Skyttä
9430ae301e
Do not use deprecated egrep/fgrep
9 years ago
Harald Hoyer
4bcd41389c
systemd: include machine-info
9 years ago
Harald Hoyer
1a2290ea79
Revert "systemd: if kdbus is available, include the kernel module"
...
This reverts commit 90ff5ad67e
.
There will be no kdbus anymore :-/
9 years ago
Harald Hoyer
b1b704bd67
systemd: add systemd-run and systemd-escape
10 years ago
Cristian Rodríguez
90ff5ad67e
systemd: if kdbus is available, include the kernel module
10 years ago
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
10 years ago
Harald Hoyer
6d58fa27a4
change "while read x" to cope with EOF without newline
...
while read x || [ -n "$x" ]
should do the trick
10 years ago
Harald Hoyer
5641b0974b
systemd: add more targets and tools
...
also set the multi-user.target as the default target
10 years ago
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.
10 years ago