Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-29 | remount-fs: also remount /usr according to fstab | Lennart Poettering | |
2012-06-29 | man: add references to the new inhibitor lock documentation | Lennart Poettering | |
2012-06-28 | logind: add reference to new logind dbus api documentation | Lennart Poettering | |
2012-06-28 | man: add various links from man pages to appropriate wiki pages | Lennart Poettering | |
2012-06-28 | man: minor accuracy corrections | Lennart Poettering | |
2012-06-28 | nspawn: introduce new --capabilities= flag and make use of it in the nspawn ↵ | Lennart Poettering | |
test case | |||
2012-06-28 | man: fix reference to systemd-tty-ask-password-agent | Tom Gundersen | |
2012-06-28 | man: extend watchdog docs a bit | Lennart Poettering | |
2012-06-27 | man: fix incorrectly named manpage for udev service | Dave Reisner | |
The service is systemd-udev.service, not systemd-udevd.service. | |||
2012-06-27 | units: add explicit dependency on display-manager.service to graphical.target | Lennart Poettering | |
This replaces the symlink based dependency by an explicit one in the unit file so that we avoid the dangling symlink when no display manager is installed. | |||
2012-06-27 | man: add reference to systemd-delta to tmpfiles | Lennart Poettering | |
2012-06-27 | man: document preset files | Lennart Poettering | |
2012-06-27 | man: document unit names in systemd-tmpfiles(8) | Lennart Poettering | |
2012-06-27 | man: document fstab generator | Lennart Poettering | |
2012-06-27 | man: document systemd-update-generator | Lennart Poettering | |
2012-06-27 | man: document getty-generator | Lennart Poettering | |
2012-06-27 | man: document systemd-cryptsetup-generator | Lennart Poettering | |
2012-06-27 | man: document /etc/crypttab | Lennart Poettering | |
2012-06-27 | man: document systemd-cryptsetup | Lennart Poettering | |
2012-06-27 | man: fix --h vs. -h typos | Lennart Poettering | |
2012-06-27 | man: typo in systemd-analyze.xml | Shawn Landden | |
2012-06-27 | man: document tty-ask-password-agent | Lennart Poettering | |
2012-06-27 | man: write man page for systemd-analyze | Lennart Poettering | |
2012-06-27 | man: document systemd-ask-password-console.service and friends | Lennart Poettering | |
2012-06-27 | man: document quotacheck | Lennart Poettering | |
2012-06-27 | man: properly document .socket units in man page | Lennart Poettering | |
2012-06-27 | man: document systemd-fsck | Lennart Poettering | |
2012-06-26 | man: document the readahead services | Lennart Poettering | |
2012-06-26 | man: document systemd-halt.service and friends | Lennart Poettering | |
2012-06-26 | man: document systemd-suspend.service | Lennart Poettering | |
2012-06-26 | man/bootup.xml: Fix grammar by adding missing verb »is« | Paul Menzel | |
2012-06-26 | man: document systemd-shutdownd | Lennart Poettering | |
2012-06-26 | man: document systemd-initctl | Lennart Poettering | |
2012-06-26 | man: various minor fixes | Lennart Poettering | |
2012-06-26 | man: document systemd-hostnamed | Lennart Poettering | |
2012-06-26 | man: fix typo in sysntemd-user-sessions.service page | Tom Gundersen | |
2012-06-25 | man: document localed | Lennart Poettering | |
2012-06-25 | man: document systemd-timedated.service | Lennart Poettering | |
2012-06-25 | man: document systemd-update-utmp-runlevel | Lennart Poettering | |
2012-06-25 | man: document systemd-user-sessions.service | Lennart Poettering | |
2012-06-25 | units: rename halt/hibernate/kexec/poweroff/reboot/suspend to systed-xxx | Lennart Poettering | |
These service units also execute our own code, hence rename the accordingly and prefix them with systemd- | |||
2012-06-25 | units: rename fsck@.service to systemd-fsck@.service | Lennart Poettering | |
The rule is that units that encapsulate our own code are prefixed with "systemd-". Since the fsck units invoke our own code, hence add the missing prefix. Since a long long time the fsck units didn't invoke the naked fsck binaries anymore, and it is unlikely that this well ever change. On the opposite: the code in systemd-fsck will probably get more complex over time to handle fsck progress to plymouth forwarding. Same for quotacheck (but not quotaon!) | |||
2012-06-25 | man: document systemd-remount-fs.service | Lennart Poettering | |
2012-06-25 | man: document systemd-random-seed-load.service | Lennart Poettering | |
2012-06-25 | man: document systemd-vconsole-setup.service | Lennart Poettering | |
2012-06-22 | man: introduce bootup(7) | Lennart Poettering | |
2012-06-22 | man: add more references to k-c-l(7) | Lennart Poettering | |
2012-06-22 | man: fix references to udev man page | Lennart Poettering | |
2012-06-22 | man: add reference to bootparam(7) even though it is terribly out of date | Lennart Poettering | |
2012-06-22 | man: mention other initrd implementations in kernel-command-line(7) | Lennart Poettering | |