<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/install/NEWS, branch topic/bug-13680</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>do not load hyper-v modules (mga#14117)</title>
<updated>2014-12-12T18:37:15+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-12-12T18:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=cc6d1ea0c4ed0f026b82900f1a9385e8d241dbdf'/>
<id>cc6d1ea0c4ed0f026b82900f1a9385e8d241dbdf</id>
<content type='text'>
this is already done by udev in stage1
(thanks David Remy for testing)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is already done by udev in stage1
(thanks David Remy for testing)
</pre>
</div>
</content>
</entry>
<entry>
<title>16.47</title>
<updated>2014-12-05T22:12:45+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-12-05T22:12:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=480479d5f7fa341d425f9e61c51b6e447432a9c5'/>
<id>480479d5f7fa341d425f9e61c51b6e447432a9c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gnore modules failures for hyper-v (mga#14117)</title>
<updated>2014-12-05T22:11:49+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-12-05T22:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=cf937b5a274d1c3db2baa63476a60c9df9415ce1'/>
<id>cf937b5a274d1c3db2baa63476a60c9df9415ce1</id>
<content type='text'>
BTW why was this added here? this won't work in stage1...
see commit 93cca46c26c2078593f663f894193053cc740d43
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BTW why was this added here? this won't work in stage1...
see commit 93cca46c26c2078593f663f894193053cc740d43
</pre>
</div>
</content>
</entry>
<entry>
<title>do not crash if fstab contains a bind mount</title>
<updated>2014-11-25T20:06:30+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-11-25T20:06:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=fe979d50ba183c76a0afbaa19952cc8e807d5dc7'/>
<id>fe979d50ba183c76a0afbaa19952cc8e807d5dc7</id>
<content type='text'>
rationale: it crashes on a file (mga#14657)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rationale: it crashes on a file (mga#14657)
</pre>
</div>
</content>
</entry>
<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>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>
</feed>
