<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/fs, branch 15.44</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>fix a crash when reloading partition table (mga#9838)</title>
<updated>2013-04-23T19:28:05+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-04-23T19:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=9a85819bad00420ca8cb5965021f0dd76ec565ad'/>
<id>9a85819bad00420ca8cb5965021f0dd76ec565ad</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 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>allow to choose btrfs in normal mode (mga#65)</title>
<updated>2013-04-07T08:57:45+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-04-07T08:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=58bbc1fb86132ac8ca16bef41fb0e8c91960846f'/>
<id>58bbc1fb86132ac8ca16bef41fb0e8c91960846f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tag btrfs &amp; nilfs2 as Journalised FS</title>
<updated>2013-04-07T08:57:34+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-04-07T08:57:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=45543ae209f6226945c74fa9a9704204893e9971'/>
<id>45543ae209f6226945c74fa9a9704204893e9971</id>
<content type='text'>
(even if more Journalised FS or like one)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(even if more Journalised FS or like one)
</pre>
</div>
</content>
</entry>
<entry>
<title>bind mount /run in chroot, thus fixing dracut runs (Dave Hodgins, mga#9213)</title>
<updated>2013-04-06T03:21:55+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-04-06T03:21:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=56056e359705b9746cd08db8fd6ce90df6b5b6bf'/>
<id>56056e359705b9746cd08db8fd6ce90df6b5b6bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(vgs) log ignored dmraid devices (might help mga#9467)</title>
<updated>2013-04-04T16:56:33+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-04-04T16:56:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=77197cbc504fbc5c35c5e6ff4c261e3e0740a2c2'/>
<id>77197cbc504fbc5c35c5e6ff4c261e3e0740a2c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
