<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/partition_table, branch 16.71</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>perl_checker cleanup</title>
<updated>2015-03-25T18:56:58+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-03-25T18:56:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=9183f717571c853aa63d0d97df92a0ac80af6e77'/>
<id>9183f717571c853aa63d0d97df92a0ac80af6e77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>log which partition we fail to add</title>
<updated>2015-03-25T18:55:51+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-03-25T10:15:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=8d8e7bd48c35338cbdd84f957d51f7f02ad920fa'/>
<id>8d8e7bd48c35338cbdd84f957d51f7f02ad920fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>set proper GUID to ESP partitions with GPT layout</title>
<updated>2015-03-25T18:55:51+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-03-25T08:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=14f3a580a02af53896d98ac559ec0788642996a6'/>
<id>14f3a580a02af53896d98ac559ec0788642996a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix retrieving ESP partition type</title>
<updated>2015-03-25T18:55:50+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-03-24T14:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=ee22664bcb1fdedece15e07d047ba86f3d791ee6'/>
<id>ee22664bcb1fdedece15e07d047ba86f3d791ee6</id>
<content type='text'>
ESP are the only partitions we're detecting through their pt_type
(modulo 0x12 which was Compaq Diagnostic &amp; unlikely to be found on
GPT...)

However GPT has no equivalent to pt_type
But we can test for ESP flag
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ESP are the only partitions we're detecting through their pt_type
(modulo 0x12 which was Compaq Diagnostic &amp; unlikely to be found on
GPT...)

However GPT has no equivalent to pt_type
But we can test for ESP flag
</pre>
</div>
</content>
</entry>
<entry>
<title>use a proper interface between parted/perl worlds</title>
<updated>2015-03-25T18:55:33+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-03-24T14:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=134d2506afa228492d0a61f2d31486ca41ec54ef'/>
<id>134d2506afa228492d0a61f2d31486ca41ec54ef</id>
<content type='text'>
create directly the hash in XS instead of instead of sprintf()ing it
into a string which was then parsed in perl in order to actually create
the hash

this fixes several issues:
- due to adding some fields to the string under if (),
  we could silently have ignored some partitions
-

this also simplifies adding further fields
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
create directly the hash in XS instead of instead of sprintf()ing it
into a string which was then parsed in perl in order to actually create
the hash

this fixes several issues:
- due to adding some fields to the string under if (),
  we could silently have ignored some partitions
-

this also simplifies adding further fields
</pre>
</div>
</content>
</entry>
<entry>
<title>fix retrieving partition</title>
<updated>2015-03-25T18:55:32+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-03-25T10:09:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=726c4d452fe00595bf1ce7c49f5084b5de2eb9e6'/>
<id>726c4d452fe00595bf1ce7c49f5084b5de2eb9e6</id>
<content type='text'>
needed for next commit
also we were passing '' as fs_type to c::disk_add_partition()

$part was undef since commit 9e6b327ca2b1f46db62e0811fabf0a6cf0b114a7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
needed for next commit
also we were passing '' as fs_type to c::disk_add_partition()

$part was undef since commit 9e6b327ca2b1f46db62e0811fabf0a6cf0b114a7
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not try to delete partitions if the partition table was overwritten</title>
<updated>2015-02-04T21:09:33+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@gmail.com</email>
</author>
<published>2015-02-04T21:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=03d7d48114f72ac6762a6e236799ac93d9e04303'/>
<id>03d7d48114f72ac6762a6e236799ac93d9e04303</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>perl_checker cleanup</title>
<updated>2015-02-04T05:07:53+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-02-04T05:07:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=8558c1b6785d2853747ef69dcf8a1fe0268531ea'/>
<id>8558c1b6785d2853747ef69dcf8a1fe0268531ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix partition number in GPT for empty disks</title>
<updated>2015-02-03T22:43:25+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@gmail.com</email>
</author>
<published>2015-02-03T22:43:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=ec943bda7b15ac69dc85cb04865e09e6b21f7177'/>
<id>ec943bda7b15ac69dc85cb04865e09e6b21f7177</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix GPT initialization on empty disk</title>
<updated>2015-02-03T22:41:49+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@gmail.com</email>
</author>
<published>2015-02-03T22:41:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=bc58011804080303cd6e3c15a3f39bc95c961431'/>
<id>bc58011804080303cd6e3c15a3f39bc95c961431</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
