Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-14 | honor SELinux labels, when creating and writing config files | Harald Hoyer | |
Also split out some fileio functions to fileio.c and provide a SELinux aware pendant in fileio-label.c see https://bugzilla.redhat.com/show_bug.cgi?id=881577 | |||
2013-01-04 | build-sys: drop all distribution specfic checks | Lennart Poettering | |
Yay, we now have a completely generic systemd. No distribution specific checks anymore! | |||
2012-12-24 | hostnamed: make chassis type configurable via /etc/machine-info | Lennart Poettering | |
For many usecases it is useful to store the chassis type somewhere, and /etc/machine-info sounds like a good place. Ideally we could always detect the chassis type from firmware, but frequently that's not available and in many embedded devices probably entirely unrealistic. This patch adds a configurable setting CHASSIS= to /etc/machine-info and exposes this via hostnamectl/hostnamed. hostnamed will guess the chassis type from DMI if nothing is set explicitly. I also added support for detecting it from ACPI, which should be more useful as ACPI 5.0 actually knows a "tablet" chassis type, which neither DMI nor previous ACPI versions knew. This also enables DMI-based and ACPI-based detection for non-x86 systems as ACPI is apparently coming to ARM platforms soon. I tried to minimize the vocabulary of chassis types understood and added: desktop, laptop, server, tablet, handset. This is much less than either APCI or DMI know. If we need more types later on we can easily add them. | |||
2012-11-15 | hostnamectl: fix parsing of --no-ask-password | Lennart Poettering | |
2012-11-12 | enable localization for common *ctl commands | Dave Reisner | |
2012-10-29 | hostnamectl: do not choke on set-hostname with no argument | Kay Sievers | |
https://bugzilla.redhat.com/show_bug.cgi?id=871172 | |||
2012-10-21 | hostnamectl: add more really basic system info to the status output | Lennart Poettering | |
2012-10-19 | timedatectl,hostnamectl: rework --help text | Lennart Poettering | |
2012-10-17 | hostname: add new hostnamectl tool as text client for hostnamed | Lennart Poettering | |