<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/install, branch 14.12</title>
<subtitle>Mageia Installer and base platform for many utilities</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/'/>
<entry>
<title>14.12</title>
<updated>2012-04-25T09:04:03+00:00</updated>
<author>
<name>Anne Nicolas</name>
<email>ennael@mageia.org</email>
</author>
<published>2012-04-25T09:04:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=3b10b7e4315f1aa5c9349f92a09ac2ebf5c2f411'/>
<id>3b10b7e4315f1aa5c9349f92a09ac2ebf5c2f411</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update NEWS</title>
<updated>2012-04-25T08:39:24+00:00</updated>
<author>
<name>Anne Nicolas</name>
<email>ennael@mageia.org</email>
</author>
<published>2012-04-25T08:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=fb322a20b553a3277dad832e818cf1064698309d'/>
<id>fb322a20b553a3277dad832e818cf1064698309d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update desktop images</title>
<updated>2012-04-25T08:25:44+00:00</updated>
<author>
<name>Anne Nicolas</name>
<email>ennael@mageia.org</email>
</author>
<published>2012-04-25T08:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=dea9931aa2be2db2e4a495e919f03bddab5e5d90'/>
<id>dea9931aa2be2db2e4a495e919f03bddab5e5d90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>14.11</title>
<updated>2012-04-25T06:25:36+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-04-25T06:25:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=d0a41e5fa65cc77ddcb8fd3a69095133064c3aa7'/>
<id>d0a41e5fa65cc77ddcb8fd3a69095133064c3aa7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reuse code from hd_gtk, fixes display of "Use free space" solution</title>
<updated>2012-04-24T21:58:30+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@mageia.org</email>
</author>
<published>2012-04-24T21:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=ef4d052aecde0c2d76f962c597380576fdec4a8c'/>
<id>ef4d052aecde0c2d76f962c597380576fdec4a8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix removing several notebook pages</title>
<updated>2012-04-24T21:17:30+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@mageia.org</email>
</author>
<published>2012-04-24T21:17:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=6f3e6537d28cf9c2de2c4c2427ed5a4e9c9f06d1'/>
<id>6f3e6537d28cf9c2de2c4c2427ed5a4e9c9f06d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>services: Read systemd service information.</title>
<updated>2012-04-24T20:10:47+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2012-04-24T20:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=d6a5ac91b53160971b2381b1ec1d6b39e8aaa70f'/>
<id>d6a5ac91b53160971b2381b1ec1d6b39e8aaa70f</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>(choosePackages) fix offering desktop choice since DVD has task-kde4-minimal</title>
<updated>2012-04-24T06:39:29+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-04-24T06:39:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=2006454d4511f4e4170a4084d214d83b0170d06b'/>
<id>2006454d4511f4e4170a4084d214d83b0170d06b</id>
<content type='text'>
instead of task-kde4 (Luc Menut, mga#5574)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of task-kde4 (Luc Menut, mga#5574)
</pre>
</div>
</content>
</entry>
<entry>
<title>better log</title>
<updated>2012-04-24T06:39:26+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-04-24T06:39:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=02e59a3353e6fdd3f81243908fa61a38984ab5d5'/>
<id>02e59a3353e6fdd3f81243908fa61a38984ab5d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>log a unlogged change (do not try to update KDE3 to KDE4 anymore)</title>
<updated>2012-04-24T06:39:23+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-04-24T06:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=dda105ae9b777620adee8ecc5062b9d8f84dfd67'/>
<id>dda105ae9b777620adee8ecc5062b9d8f84dfd67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
