Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-04 | serial: use TERM=vt100 instead of TERM=vt100-nav | Lennart Poettering | |
TERM=vt100-nav was necessary for compat with some ppc hvc devices, a long time ago. Unfortunately vt100-nav terminfo is not installed by default on most distros, hence change the default to v100 which is available universally and still should be a relatively safe and conservative default. Should it turn out that vt100 is not really the best choice we can revert this change again and then ask distros to move vt100-nav into their default install. | |||
2010-12-20 | Fix misspellings in os-release manpage and hwclock-load.service | Miklos Vajna | |
2010-12-16 | Frugalware: start gettys after local.service | Miklos Vajna | |
2010-11-25 | units: Remove Gentoo specific xdm.servicesystemd/v14 | Gustavo Sverzut Barbieri | |
That unity pulls in OpenRC which in turn pulls in most of legacy system that causes lots of troubles as it is too smart, thus not recommended. Moreover, SystemD developers seems to agree that a service file per DM is the best approach, so having gdm.service, kdm.service, slim.service is better than a single wrapper for them. | |||
2010-11-23 | units: simplify shutdown scripts | Lennart Poettering | |
2010-11-19 | units: move a couple of units from base.target to sysinit.target | Lennart Poettering | |
2010-11-18 | sysctl: implement native sysctl tool to support Debian-style /etc/sysctl.d | Lennart Poettering | |
2010-11-18 | units: enable console ask-password agent by default | Lennart Poettering | |
2010-11-18 | units: make sure prefdm is killed first, user sessions second on shutdown | Lennart Poettering | |
2010-11-18 | cryptsetup: automatically order crypt partitions before cryptsetup.target | Lennart Poettering | |
2010-11-16 | units: order hwclock after readahead | Lennart Poettering | |
2010-11-16 | units: set TERM for gettys again, since they acquire a TTY on their own | Lennart Poettering | |
2010-11-16 | units: allow start-up of plymouth ask-password agent very early | Lennart Poettering | |
2010-11-16 | units: enable ask-paswword .path units early enough to be useful for early ↵ | Lennart Poettering | |
mounts | |||
2010-11-16 | units: delay getty until logins are allowed | Lennart Poettering | |
2010-11-15 | exec: automatically determine right TERM= setting based on tty name | Lennart Poettering | |
2010-11-15 | drop support for MANAGER_SESSION, introduce MANAGER_USER instead | Lennart Poettering | |
2010-11-15 | units: use ConditionDirectoryNotEmpty= where applicable | Lennart Poettering | |
2010-11-15 | delete tmp.mount which may conflict with an unrelated fstab entry | Kay Sievers | |
2010-11-14 | units: make use of agetty mandatory | Lennart Poettering | |
2010-11-14 | Remove umount*.service files for Debian | Michael Biebl | |
With the introduction of native shutdown/reboot, the killall.service was removed (as this functionality was moved into systemd-shutdown). Without killall.service though, the umount*.service files no longer work correctly. Wit native mount support those files are also no longer necessary, so remove them. | |||
2010-11-11 | units: deal properly with the fact that agetty is called getty on Debian | Lennart Poettering | |
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-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 | 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 | 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: 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: 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 | 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 | units: run sysctl only if /etc/sysctl.conf exists | Lennart Poettering | |
2010-10-27 | units: run sysv related scripts with TERM=linux | Lennart Poettering | |
2010-10-26 | ask-password: enable plymouth agent by default | Lennart Poettering | |
2010-10-26 | units: now that we don't set TERM anymore by default, make sure to pass it ↵ | Lennart Poettering | |
to our rescue sessions | |||
2010-10-26 | units: Remove the distro specific references to killall.service. | Franz Dietrich | |
Maybe debian and fedora still have the killall.service but usually it shouldn't be necessary anymore. | |||
2010-10-25 | units: Since killall.service does not exist anymore remove all references. | Franz Dietrich | |
This commit deletes all references to killall.service for the default services. The distribution specific services will be modified in a separate commit. | |||
2010-10-25 | mount: add nosuid,nodev,noexec switches to /var/lock and /var/run | Lennart Poettering | |
2010-10-25 | arch: remove obsolete sysinit.service | Tom Gundersen | |
This is now split into smaller units and shipped with the downstream package. | |||
2010-10-25 | fsck: remove symlink from fsck.target to sysinit.target | Tom Gundersen | |
2010-10-25 | ubuntu: Treat Ubuntu as a distinct distro in configure.ac etc | Andrew Edmunds | |
Previously Ubuntu was treated as being equivalent to Debian, but the two distributions require different behaviour in certain places. This commit does not change the behaviour of systemd on either distro but it creates a framework for changes to be introduced by later commits. The following previously meant "Target is Debian or Ubuntu". * configure option "--with-distro=debian" * C preprocessor symbol "TARGET_DEBIAN" * Automake conditional "TARGET_DEBIAN" After this commit, all of the above are redefined to mean "Target is Debian" The following are introduced to mean "Target is Ubuntu". * configure option "--with-distro=ubuntu" * C preprocessor symbol "TARGET_UBUNTU" * Automake conditional "TARGET_UBUNTU" Most code written for Debian will also be applicable to Ubuntu. An extra Automake conditional "TARGET_DEBIAN_OR_UBUNTU" is introduced to avoid duplication of code that would otherwise occur. This commit updates configure.ac, Makefile.am and distro-specific source files in line with the above definitions. |