<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install, branch 15.40</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>15.40</title>
<updated>2013-04-19T17:17:19+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-04-19T17:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=d104670a390450302a3a5284795977be5fd2b268'/>
<id>d104670a390450302a3a5284795977be5fd2b268</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(_get_existing_one_with_state) split it out of open_part()</title>
<updated>2013-04-19T17:17:16+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-04-19T17:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=f5bdc07ad42a2ffbb8a44d2c6238bb633e02781b'/>
<id>f5bdc07ad42a2ffbb8a44d2c6238bb633e02781b</id>
<content type='text'>
(read_crypttab) try harder to get enough data ({dm_active})
(idea from Colin, mga#5661)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(read_crypttab) try harder to get enough data ({dm_active})
(idea from Colin, mga#5661)
</pre>
</div>
</content>
</entry>
<entry>
<title>fix losing crypt key when activating inactive partitions (mga#5661)</title>
<updated>2013-04-19T17:17:13+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-04-19T17:17:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=327665c753f616babee751a013645f64a83c3f80'/>
<id>327665c753f616babee751a013645f64a83c3f80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix losing crypt key when re-reeading partition tables (mga#5661)</title>
<updated>2013-04-19T17:17:09+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-04-19T17:17:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=a0a2b0e1819a65000a7efd68072ecb72dd8356ae'/>
<id>a0a2b0e1819a65000a7efd68072ecb72dd8356ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(save_crypttab_,read_crypttab_) split them out of (read|save)_crypttab_()</title>
<updated>2013-04-19T17:17:06+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-04-19T17:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=b5cd68029b40c6a92ba67f35d05a30853119c075'/>
<id>b5cd68029b40c6a92ba67f35d05a30853119c075</id>
<content type='text'>
thus enabling to choose to/from which crypttab file read/write-ing

needed for next changes (mga#5661)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
thus enabling to choose to/from which crypttab file read/write-ing

needed for next changes (mga#5661)
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not use /dev/inside prefix.</title>
<updated>2013-04-18T20:24:55+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-04-18T20:24:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=85be01682a88405f5c6f9aa361eeb8271606e4f7'/>
<id>85be01682a88405f5c6f9aa361eeb8271606e4f7</id>
<content type='text'>
As /dev/ is bind mounted into the prefix, we should always refer to /dev/ directly.
In particular this is needed inside wild_device.pm which is often used before the
prefix is even ready (i.e. when configuring existing partitions).

A specific problem here was detecting the major/minor numbers of partitions
which failed because the device node was being searched for inside the prefix
but we'd not even unlocked the encrypted / partition yet to mount it... catch 22.

mga#5661
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As /dev/ is bind mounted into the prefix, we should always refer to /dev/ directly.
In particular this is needed inside wild_device.pm which is often used before the
prefix is even ready (i.e. when configuring existing partitions).

A specific problem here was detecting the major/minor numbers of partitions
which failed because the device node was being searched for inside the prefix
but we'd not even unlocked the encrypted / partition yet to mount it... catch 22.

mga#5661
</pre>
</div>
</content>
</entry>
<entry>
<title>(to_subpart) fix reading link if not a mapper device</title>
<updated>2013-04-18T05:34:30+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-04-18T05:34:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=918f20f64f3800acf7152370211d30a176332db5'/>
<id>918f20f64f3800acf7152370211d30a176332db5</id>
<content type='text'>
condition got inverted in commit r3694 on Mar 23 2012
("perl_checker cleanups")

spot by Colin
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
condition got inverted in commit r3694 on Mar 23 2012
("perl_checker cleanups")

spot by Colin
</pre>
</div>
</content>
</entry>
<entry>
<title>'nss-pam-ldapd' obsoletes 'pam_ldap' (mga#9769)</title>
<updated>2013-04-17T05:26:50+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-04-17T05:26:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=04d98781ffaed87b66c67b16bae9983056bfdbf6'/>
<id>04d98781ffaed87b66c67b16bae9983056bfdbf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New screenshots for the choice of the DE, with Mageia 3 background</title>
<updated>2013-04-16T23:02:51+00:00</updated>
<author>
<name>Rémi Verschelde</name>
<email>akien@mageia.org</email>
</author>
<published>2013-04-16T23:02:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=963c4b741fb001c669efe1a656a0680d2f8db381'/>
<id>963c4b741fb001c669efe1a656a0680d2f8db381</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>drakups: do not rely on legacy initscript for install test (mga#9474)</title>
<updated>2013-04-15T17:29:54+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-04-15T17:29:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=971e6adfa1e3ab43386ca0d449057125fc9a55e8'/>
<id>971e6adfa1e3ab43386ca0d449057125fc9a55e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
