- 28 Mar, 2011 2 commits
-
-
Lennart Poettering authored
-
Kay Sievers authored
Instead of the /dev/.run trick we have currently implemented, we decided to move the early-boot runtime dir to /run. An existing /var/run directory is bind-mounted to /run. If /var/run is already a symlink, no action is taken. An existing /var/lock directory is bind-mounted to /run/lock. If /var/lock is already a symlink, no action is taken. To implement the directory vs. symlink logic, we have a: ConditionPathIsDirectory= now, which is used in the mount units. Skipped mount unit in case of symlink: $ systemctl status var-run.mount var-run.mount - Runtime Directory Loaded: loaded (/lib/systemd/system/var-run.mount) Active: inactive (dead) start condition failed at Fri, 25 Mar 2011 04:51:41 +0100; 6min ago Where: /var/run What: /run CGroup: name=systemd:/system/var-run.mount The systemd rpm needs to make sure to add something like: %pre mkdir -p -m0755 /run >/dev/null 2>&1 || : or it needs to be added to filesystem.rpm. Udev -git already uses /run if that exists, and is writable at bootup. Otherwise it falls back to the current /dev/.udev. Dracut and plymouth need to be adopted to switch from /dev/.run to run too. Cheers, Kay
-
- 17 Mar, 2011 1 commit
-
-
Lennart Poettering authored
-
- 16 Mar, 2011 3 commits
-
-
Jan Engelhardt authored
Commit 099663ff added "b" as a recognized argument, however, B is not a runlevel like S. (B appears as a pseudo runlevel in openSUSE's init.d scripts only for the sake of insserv being able to manage /etc/init.d/boot.d like the other dirs).
-
Lennart Poettering authored
-
Lennart Poettering authored
-
- 14 Mar, 2011 2 commits
-
-
Lennart Poettering authored
-
Lennart Poettering authored
-
- 11 Mar, 2011 1 commit
-
-
Lennart Poettering authored
-
- 10 Mar, 2011 1 commit
-
-
Lennart Poettering authored
-
- 09 Mar, 2011 3 commits
-
-
Lennart Poettering authored
-
Lennart Poettering authored
main: don't check if /usr really is a mount point, since it is fine if it is passed pre-mounted to us from the initrd
-
Lennart Poettering authored
-
- 04 Mar, 2011 4 commits
-
-
Lennart Poettering authored
This is supposed to play the same roles /var/lib/dbus/machine-id, however fixes a couple of problems: - It is available during early boot since it is stored in /etc - Removes the ID from the D-Bus context and moves it into a system context, thus hopefully lowering hesitation by people to use it. - It is generated at installation time. If the file is empty at boot time it will be mounted over with a randomly generated ID, which is not saved to disk. This is useful to support state-less machines with no transient or writable /etc configuration.
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
- 28 Feb, 2011 1 commit
-
-
Harald Hoyer authored
Just some lame spelling corrections with no functionality.
-
- 23 Feb, 2011 1 commit
-
-
Lennart Poettering authored
-
- 19 Feb, 2011 1 commit
-
-
Lennart Poettering authored
-
- 15 Feb, 2011 2 commits
-
-
Lennart Poettering authored
-
Lennart Poettering authored
-
- 14 Feb, 2011 1 commit
-
-
Lennart Poettering authored
-
- 09 Feb, 2011 1 commit
-
-
Lennart Poettering authored
systemd: show status when run with plymouth, and don't start plymouth a second time when it is already running
-
- 21 Jan, 2011 1 commit
-
-
Lennart Poettering authored
-
- 17 Nov, 2010 1 commit
-
-
Lennart Poettering authored
-
- 15 Nov, 2010 1 commit
-
-
Lennart Poettering authored
-
- 10 Nov, 2010 3 commits
-
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
- 27 Oct, 2010 2 commits
-
-
Lennart Poettering authored
-
Lennart Poettering authored
-
- 26 Oct, 2010 2 commits
-
-
Andrey Borzenkov authored
-
Lennart Poettering authored
-
- 25 Oct, 2010 1 commit
-
-
Lennart Poettering authored
-
- 13 Oct, 2010 2 commits
-
-
Fabiano Fidencio authored
(Modified by Lennart Poettering)
-
Lennart Poettering authored
-
- 08 Oct, 2010 2 commits
-
-
Lennart Poettering authored
-
Lennart Poettering authored
-
- 07 Oct, 2010 1 commit
-
-
Lennart Poettering authored
-