summaryrefslogtreecommitdiffstats
path: root/perl-install/install
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2012-04-24 20:10:47 +0000
committerColin Guthrie <colin@mageia.org>2012-04-24 20:10:47 +0000
commitd6a5ac91b53160971b2381b1ec1d6b39e8aaa70f (patch)
treeb9e1078ee0620d074e2b349e185586f02cc43c36 /perl-install/install
parent43ba4697a682ca16c322914147a75aeb4f5dbca3 (diff)
downloaddrakx-d6a5ac91b53160971b2381b1ec1d6b39e8aaa70f.tar
drakx-d6a5ac91b53160971b2381b1ec1d6b39e8aaa70f.tar.gz
drakx-d6a5ac91b53160971b2381b1ec1d6b39e8aaa70f.tar.bz2
drakx-d6a5ac91b53160971b2381b1ec1d6b39e8aaa70f.tar.xz
drakx-d6a5ac91b53160971b2381b1ec1d6b39e8aaa70f.zip
services: Read systemd service information.
This adds support for two different methods of working with systemd. The first, and more complete method is to query systemd for information about whether a service is enabled at boot. This mode requires that we are running under systemd and thus only works for machines in interactive mode post-install. For the installer, we also support a more rudamentary method which scans for unit files which contain simple install rules (i.e. only those services which are part of the typical multi-user or graphical targets (corresponding to runlevels 3 and 5 in the old days). This method will not show all services but it should be enough for the installer. https://bugs.mageia.org/show_bug.cgi?id=3253 https://bugs.mageia.org/show_bug.cgi?id=3740 https://bugs.mageia.org/show_bug.cgi?id=4910 https://bugs.mageia.org/show_bug.cgi?id=5122
Diffstat (limited to 'perl-install/install')
-rw-r--r--perl-install/install/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 645af150c..b321f3278 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -3,6 +3,8 @@
- partitionning:
o do not set fs_type to ext4 for raw LVM/RAID/LUKS
o detect LVM on top on Encrypted partitions (mga#5330)
+- services:
+ o systemd support (mga#3253, mga#3740, mga#4910, mga#5122)
Version 14.10 - 23 April 2012