Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-10 | label: use internal utility functions wher epossible | Lennart Poettering | |
2010-11-10 | cryptsetup: minimal cryptsetup unit generator | Lennart Poettering | |
2010-11-10 | selinux: relabel /dev after loading policy | Lennart Poettering | |
2010-11-10 | log: downgrade syslog connection failure message since it might happen ↵ | Lennart Poettering | |
during normal operation | |||
2010-11-10 | service: delay automatic restart if job is pending | Lennart Poettering | |
2010-11-10 | update fixme | Lennart Poettering | |
2010-11-10 | manager: when isolating undo all pending jobs, too | Lennart Poettering | |
2010-11-10 | manager: only minimize impact if we are in fail mode | Lennart Poettering | |
2010-11-10 | update TODO with mtab issue | Kay Sievers | |
2010-11-05 | man/tmpfiles.d.xml: add a manpage for tmpfiles.d | Brandon Philips | |
Initial commit of a tmpfiles.d manpage. I ran it through xmllint but I don't know how to make it look pretty like the rest of the xml files. :-P Signed-off-by: Brandon Philips <bphilips@suse.de> | |||
2010-11-02 | do not overwrite other udev tags | Andrey Borzenkov | |
Systemd was unconditionally replacing all tags with own. The net effect was udev-acl tag was lost and devices were not given proper ACLs, making them inaccessible. Before: {pts/0}% udevadm info --query property --name sr0 DEVNAME=/dev/sr0 [...] TAGS=:systemd: {pts/0}% getfacl /dev/sr0 getfacl: Removing leading '/' from absolute path names # file: dev/sr0 # owner: root # group: cdrom user::rw- group::rw- other::--- After: {pts/0}% udevadm info --query property --name sr0 DEVNAME=/dev/sr0 [...] TAGS=:udev-acl:systemd: {pts/0}% getfacl /dev/sr0 getfacl: Removing leading '/' from absolute path names # file: dev/sr0 # owner: root # group: cdrom user::rw- user:bor:rw- group::rw- mask::rw- other::--- Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com> | |||
2010-10-31 | Revert "fsck: add new -l switch to fsck mount options" | Michael Biebl | |
The '-l' option is already taken by fsck.ext[234]: "-l bad_blocks_file Add to badblocks list" This reverts commit cf1a105550766d2251bc10240b6058a37babd600 but keeps the string changes. | |||
2010-10-31 | readahead: shortcut replay if /.readahead doesn't exist | Lennart Poettering | |
2010-10-31 | fedora: start plymouth after udev-settle, so that the graphics modules are ↵ | Lennart Poettering | |
loaded | |||
2010-10-31 | fsck: add new -l switch to fsck mount options | Lennart Poettering | |
2010-10-30 | units: add unit to call /bin/plymouth update-root-fs --read-write | Lennart Poettering | |
2010-10-30 | fedora: /bin/plymouth --sysinit is not necessary on shut down | Lennart Poettering | |
2010-10-29 | fsck: return SUCCESS when we skip the check | Kay Sievers | |
2010-10-29 | fsck: skip checking / if it is writable | Kay Sievers | |
2010-10-29 | fedora: invoke plymouth with its /bin instead of the /usr/bin/ path | Lennart Poettering | |
2010-10-29 | units: fix variable expansion | Lennart Poettering | |
2010-10-29 | mount: don't pull in nofail mounts by default, but use them if they are around | Lennart Poettering | |
2010-10-29 | job: recursively fail BoundBy dependencies | Lennart Poettering | |
2010-10-29 | fsck: fix target name to check for | Lennart Poettering | |
2010-10-29 | units: order units by default before appropriate targets in case they are ↵ | Lennart Poettering | |
pulled indirectly | |||
2010-10-29 | fedora: enable system mounting/swapping by default | Lennart Poettering | |
2010-10-29 | units: fix quota check description | Lennart Poettering | |
2010-10-29 | fedora plymouthd doesn't seem to like --attach-to-session here | Lennart Poettering | |
2010-10-29 | units: no need to create rescue.target.wants anymore | Lennart Poettering | |
2010-10-29 | units: make fedora/single.service standard and rename it to rescue.service | Lennart Poettering | |
2010-10-29 | units: introduce plymouth-start and plymouth-kexec, and move a few things ↵ | Lennart Poettering | |
back from basic to sysinit | |||
2010-10-29 | fedora: get rid of sysinit.service | Lennart Poettering | |
2010-10-29 | Fedora: Link graphical-target.wants to the virtual display-manager.service, ↵ | Bill Nottingham | |
not the specific prefdm.service. | |||
2010-10-29 | Fedora: Make systemunitdir/graphical.target.wants on 'make install'. | Bill Nottingham | |
2010-10-29 | Fedora: by default, run prefdm last to match prior behavior. | Bill Nottingham | |
2010-10-29 | Fedora: don't ship [Install] sections; these are enabled in the system ↵ | Bill Nottingham | |
configuration. | |||
2010-10-29 | Fedora: further unit tweaks | Bill Nottingham | |
1) Just ship rc-local as-is; don't worry about the 'local' name. 2) Don't install rc-local and prefdm to /etc ; just enable them globally for the system in /lib. | |||
2010-10-29 | Fedora: Assorted tweaks to Fedora single-user mode. | Bill Nottingham | |
1) Start after basic.target, not the deprecated sysinit.target 2) Conflict with shutdown. | |||
2010-10-29 | Fedora: Don't ship a init.d reboot symlink. | Bill Nottingham | |
2010-10-29 | update fixme | Lennart Poettering | |
2010-10-29 | unit: get rid of gnoreDependencyFailure= instead treat ConflictedBy= as ↵ | Lennart Poettering | |
weaker counterpart of Conflicts=, similar to Wants= vs. Requires= | |||
2010-10-29 | getty@.service: switch to agetty as the default | Kay Sievers | |
2010-10-29 | unit: replace StopRetroactively= by BindTo= dependencies | Lennart Poettering | |
The property StopRetroactively= needs to be per-dependency, not per-unit, in order to properly express dependencies between .mount units and its .device and fsck .service units. If the .device unit is unplugged the mount should go away, but if the fsck process terminates the .mount should stay. | |||
2010-10-28 | automount: show who's triggering an automount | Lennart Poettering | |
2010-10-28 | units: run sysctl only if /etc/sysctl.conf exists | Lennart Poettering | |
2010-10-28 | systemctl: always show what and where for mount units in status output | Lennart Poettering | |
2010-10-28 | shutdown: reword a few messages a little | Lennart Poettering | |
2010-10-28 | manager: show which jobs are actually installed after a transaction | Lennart Poettering | |
2010-10-28 | timer: when deserializing timer state stay elapsed when we are elapsed | Lennart Poettering | |
2010-10-28 | unit: replace recursive_stop by stop_retroactively to simplify things a little | Lennart Poettering | |