<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx, branch 16.45</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>16.45</title>
<updated>2014-10-26T08:24:51+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-10-26T08:24:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=b2b5e16eaca3d468cde7c65032aada628180e396'/>
<id>b2b5e16eaca3d468cde7c65032aada628180e396</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix selecting of uneeded locales (mga#3723)</title>
<updated>2014-10-26T08:23:20+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-10-26T08:05:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=4cd217c05ea6fbb9e9269fdd202bafe4d190c29a'/>
<id>4cd217c05ea6fbb9e9269fdd202bafe4d190c29a</id>
<content type='text'>
original fix by Pablo Saratxaga

Mageia has he ability to choose both *language* and *country*
Language is used for choosing translations to be displayed, etc.
country for things like currency, etc.
(country may be deduced from other geographical settings rather than
choosen directly, but that is not the problem).

GNU libc locales embedd both concepts (language and country) in a single
locale.
Obviously those exists for only some combinations.

For cases were an existing matching locale doesn't exists, Mageia
chooses two locales, one for the language oriented settings, and another
four the country oriented settings.

Unlike normal installer where packages to be installed are choosen; in
draklive-install, we have a set of "all packages", and "uneeded" ones
are removed.
The problem was obviously the installer didn't see the "need" for the
locales-xx package for country; only language was checked.

This fixes that, the idea is to check for *both* $locale-&gt;{lang} and
$locale-&gt;{country}, which can lead two *two* neeeded locales-xx packages
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
original fix by Pablo Saratxaga

Mageia has he ability to choose both *language* and *country*
Language is used for choosing translations to be displayed, etc.
country for things like currency, etc.
(country may be deduced from other geographical settings rather than
choosen directly, but that is not the problem).

GNU libc locales embedd both concepts (language and country) in a single
locale.
Obviously those exists for only some combinations.

For cases were an existing matching locale doesn't exists, Mageia
chooses two locales, one for the language oriented settings, and another
four the country oriented settings.

Unlike normal installer where packages to be installed are choosen; in
draklive-install, we have a set of "all packages", and "uneeded" ones
are removed.
The problem was obviously the installer didn't see the "need" for the
locales-xx package for country; only language was checked.

This fixes that, the idea is to check for *both* $locale-&gt;{lang} and
$locale-&gt;{country}, which can lead two *two* neeeded locales-xx packages
</pre>
</div>
</content>
</entry>
<entry>
<title>pre-create /dev/null &amp; co again (for draklive)</title>
<updated>2014-10-26T08:00:27+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-10-26T07:59:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=e9d30f33a0edb88a819c67cfc14ed5ce66312ceb'/>
<id>e9d30f33a0edb88a819c67cfc14ed5ce66312ceb</id>
<content type='text'>
partially reverting commit 1a213f9497330c3173500e4e27d0e21a694beba4

add a comment explaining the purpose
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
partially reverting commit 1a213f9497330c3173500e4e27d0e21a694beba4

add a comment explaining the purpose
</pre>
</div>
</content>
</entry>
<entry>
<title>16.44</title>
<updated>2014-10-22T23:48:56+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-10-22T23:48:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=d978a9c47dc5644b9357695c202d60eb1925ea38'/>
<id>d978a9c47dc5644b9357695c202d60eb1925ea38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>try harder to umount everything when sg went havroc</title>
<updated>2014-10-22T22:21:31+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-10-22T22:21:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=f4cd3076f00884833aff775414c1132237be922e'/>
<id>f4cd3076f00884833aff775414c1132237be922e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>introduce mount() function</title>
<updated>2014-10-22T22:21:24+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-10-21T21:33:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=a7065e441c7f46cf430ad9f2aa4ea6f7e48906ac'/>
<id>a7065e441c7f46cf430ad9f2aa4ea6f7e48906ac</id>
<content type='text'>
more readable &amp; needed for next commit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
more readable &amp; needed for next commit
</pre>
</div>
</content>
</entry>
<entry>
<title>perl_checker cleanups</title>
<updated>2014-10-21T21:37:43+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-10-21T21:34:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=1b94db0c531b1d9f7a3fc095a5b646fccffc20ec'/>
<id>1b94db0c531b1d9f7a3fc095a5b646fccffc20ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>document --stage2-update in --help</title>
<updated>2014-10-21T21:37:43+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-10-21T21:37:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=8d32986d9ceae07aa986c81c85d03645d51792ae'/>
<id>8d32986d9ceae07aa986c81c85d03645d51792ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mount /dev -o ro</title>
<updated>2014-10-21T20:36:33+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-10-21T20:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=83f911b151adc8f31db9a4fa51f31174452f8e78'/>
<id>83f911b151adc8f31db9a4fa51f31174452f8e78</id>
<content type='text'>
(prevent rm -fr going havroc on some error pathes)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(prevent rm -fr going havroc on some error pathes)
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing spacing</title>
<updated>2014-10-21T20:36:03+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-10-21T20:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=fe03a12331a16033319d9de1c4ed4b26e11d953a'/>
<id>fe03a12331a16033319d9de1c4ed4b26e11d953a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
