Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-25 | umount: Make sure / is remounted ro on shutdown | Michael Biebl | |
Increment n_failed in mount_points_list_umount() if we skip /. Otherwise it can happen that mount_points_list_remount_read_only() is not called in umount_all(). | |||
2010-10-25 | util: Add welcome message for Ubuntu | Andrew Edmunds | |
The approved method for determining the installed release of Ubuntu is to execute "lsb_release". However, this is in /usr/bin and is implemented in python so it is not safe to execute at this early stage of booting. This code parses /etc/lsb-release which is where "lsb_release" looks for the information. | |||
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. | |||
2010-10-25 | systemd: unset HOME and TERM set from the kernel | Lennart Poettering | |
2010-10-25 | ask-password: add basic tty agent | Lennart Poettering | |
2010-10-22 | ask-password: rename ask-password-agent to gnome-ask-password-agent | Lennart Poettering | |
2010-10-22 | fsck: suppress error message if we cannot change into single user mode since ↵ | Lennart Poettering | |
we are already passt early bootup | |||
2010-10-22 | dbus: epose FsckPassNo property for service objects | Lennart Poettering | |
2010-10-22 | systemctl: introduce systemctl kill | Lennart Poettering | |
2010-10-21 | unit-name: Fix unescaping | Tom Gundersen | |
Invalid characters in unit names are escaped as \xFF. However, when unescaping we were looking for \FF. | |||
2010-10-21 | tmpfiles: consider TRUNCATE_DIRECTORY as well. | Gustavo Sverzut Barbieri | |
reorder lines to match the enum declaration. | |||
2010-10-21 | fsck: drop -C from fsck cmdline to avoid EPIPE | Kay Sievers | |
2010-10-20 | unit: introduce %f specifier to decode file names | Lennart Poettering | |
2010-10-20 | mount: pull in quotacheck.service, not quotacheck.target | Lennart Poettering | |
2010-10-20 | mount: require fsck | Lennart Poettering | |
2010-10-20 | manager: properly parse finish timestamp | Lennart Poettering | |
2010-10-20 | manager: properly write header marker on serialization | Lennart Poettering | |
2010-10-20 | mount: do not implicitly pull in fsck service for root dir | Lennart Poettering | |
2010-10-20 | service: implement FsckPassNo= option | Lennart Poettering | |
2010-10-20 | log: reopen console so that we have logging on shutdown | Lennart Poettering | |
2010-10-20 | fsck: don't be idempotent for root directories | Lennart Poettering | |
2010-10-19 | fsck: make fsck idempotent | Lennart Poettering | |
2010-10-19 | fsck: properly hook in fsck everywhere, add special support for fsck'ing ↵ | Lennart Poettering | |
root dir | |||
2010-10-19 | fsck: atomically replace base.target by rescue.target/reboot.target when ↵ | Lennart Poettering | |
fsck fails | |||
2010-10-19 | fsck: be verbose when skipping fsck due to missing AC | Lennart Poettering | |
2010-10-19 | fsck: add initial version of fsck and quotacheck wrappers | Lennart Poettering | |
2010-10-19 | systemctl: fix counting in list-units output | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=643502 | |||
2010-10-19 | tmpfiles: destruct selinux database after use | Lennart Poettering | |
2010-10-19 | label: don't fail miserably if filesystem doesn't do xattrs/labels | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=642664 | |||
2010-10-18 | swap: listen for POLLPRI events on /proc/swaps if available | Lennart Poettering | |
2010-10-18 | label: if the selinux policy knows no label, then silently don't do anything | Lennart Poettering | |
2010-10-18 | util: ignore quota files by default | Lennart Poettering | |
2010-10-18 | manager: serialize/deserialize finish timestamp | Lennart Poettering | |
2010-10-18 | tmpfiles: integrate kay's directory cleanup code and otherwise beef up ↵ | Lennart Poettering | |
tmpfiles quite a bit | |||
2010-10-14 | shutdown: loop only as long as we manage to unmount/detach devices, give up ↵ | Lennart Poettering | |
immediately when we are stuck | |||
2010-10-14 | umount: disable dm devices by devnode, not by path name | Lennart Poettering | |
2010-10-14 | systemctl: accept -f as short for --force | Lennart Poettering | |
2010-10-14 | umount: try to get rid of DM devices | Lennart Poettering | |
2010-10-14 | shutdown: log to console by default | Lennart Poettering | |
2010-10-14 | vala: register new D-Bus calls | Fabiano Fidencio | |
2010-10-14 | systemctl: rework halt/reboot/poweroff/kexec/exit logic around --force | Lennart Poettering | |
2010-10-14 | manager: hookup shutdown helper and signals | Lennart Poettering | |
2010-10-14 | dbus: expose shutdown helper via D-Bus | Lennart Poettering | |
2010-10-14 | manager: hookup execution of systemd-shutdown helper | Fabiano Fidencio | |
(Modified by Lennart Poettering) | |||
2010-10-14 | shutdown: make use of wait_for_terminate_and_warn() | Lennart Poettering | |
2010-10-14 | shutdown: execute rescue kill only once | Lennart Poettering | |
2010-10-14 | shutdown: don't chdir to /, since init is running with / as cwd anyway | Lennart Poettering | |
2010-10-14 | umount: be a bit more verbose when unable to umount/unswap/delete loopbacks | Lennart Poettering | |
2010-10-14 | umount: simplify code for deactivating loop devices | Lennart Poettering | |
2010-10-14 | umount: properly enumerate loopback devices | Lennart Poettering | |