summaryrefslogtreecommitdiff
path: root/src/system-update-generator
Commit message (Collapse)AuthorAge
* system-update-generator: modernizationsLennart Poettering2014-06-13
|
* Standarize on one spelling of symlink error messageZbigniew Jędrzejewski-Szmek2013-04-24
| | | | | It's polite to print the name of the link that wasn't created, and it makes little sense to print the target.
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-26
| | | | | | also a number of minor fixups and bug fixes: spelling, oom errors that didn't print errors, not properly forwarding error codes, few more consistency issues, et cetera
* readahead: use Conflicts= instead of masking to get rid of readahead unitsLennart Poettering2012-05-23
|
* readahead: disable collect/replay during system updatesLennart Poettering2012-05-23
|
* manager: rework generator logicLennart Poettering2012-05-23
| | | | | | | | | | | | | | | | | | | | Previously generated units were always placed at the end of the search path. With this change there will be three unit dirs instead of one, to place generated entries at the beginning, in the middle and at the end of the search path: beginning: for units that need to override all configuration, regardless of user or vendor. Example use: system-update-generator uses this to temporarily redirect default.target. middle: for units that need to override vendor configuration, but not vendor configuration. Example use: /etc/fstab should override vendor supplied configuration (think /tmp), but should not override native user configuration. end: does not override anything but is available as well. Possible usage might be to convert D-Bus bus service files to native units but allowing vendor supplied native units to win.
* log: make sure generators never log into the journal to avoid activation ↵Lennart Poettering2012-05-22
| | | | | | deadlocks This makes all generators log to kmsg by default.
* mount: drop unused functionLennart Poettering2012-05-22
|
* system-update: add system update generatorLennart Poettering2012-05-22
http://freedesktop.org/wiki/Software/systemd/SystemUpdates