<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/fs/type.pm, branch 18.15</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>Set fs_type to '' for BIOS boot and Empty partitions.</title>
<updated>2017-02-25T11:39:49+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2017-02-04T08:11:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=7f8ba6effceeec774d6da321832cf618ea222daf'/>
<id>7f8ba6effceeec774d6da321832cf618ea222daf</id>
<content type='text'>
This prevents misreporting of the partition type in diskdrake if they
located on top of an old partition that contained a valid file system.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents misreporting of the partition type in diskdrake if they
located on top of an old partition that contained a valid file system.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't treat Empty or BIOS_GRUB partitions as free space (mga#20074).</title>
<updated>2017-02-25T11:31:23+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2017-01-21T20:33:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=4b3e4de0e72b4034613c9834f7a60c4822828d6b'/>
<id>4b3e4de0e72b4034613c9834f7a60c4822828d6b</id>
<content type='text'>
The subroutine isEmpty() is used to identify free space on the disk
(not DOS "Empty" partitions). Because we use a string to flag Empty
and BIOS_GRUB partitions, rather than a numeric value, the numeric
equality operator gives false positives.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The subroutine isEmpty() is used to identify free space on the disk
(not DOS "Empty" partitions). Because we use a string to flag Empty
and BIOS_GRUB partitions, rather than a numeric value, the numeric
equality operator gives false positives.
</pre>
</div>
</content>
</entry>
<entry>
<title>Preserve DOS "Empty" partitions instead of treating them as free space (mga#20074).</title>
<updated>2017-02-25T11:31:16+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2017-01-21T20:23:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=0d79e34dad3062575746f97c613f0e643a2d8b29'/>
<id>0d79e34dad3062575746f97c613f0e643a2d8b29</id>
<content type='text'>
To minimise the changes this close to mga6 release (and until we fix
the bug in partition auto-allocation that mistakenly creates BIOS boot
partitions non-GPT disks), reuse the BIOS_GRUB flag for flagging Empty
partitions, as the real partition ID (0x00) is used to flag free space.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To minimise the changes this close to mga6 release (and until we fix
the bug in partition auto-allocation that mistakenly creates BIOS boot
partitions non-GPT disks), reuse the BIOS_GRUB flag for flagging Empty
partitions, as the real partition ID (0x00) is used to flag free space.
</pre>
</div>
</content>
</entry>
<entry>
<title>(isFormatable) introduce it</title>
<updated>2016-11-15T07:34:45+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2016-11-14T16:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=4a217824737f82d15cf8120356111739d00269db'/>
<id>4a217824737f82d15cf8120356111739d00269db</id>
<content type='text'>
we could have exported cannotBeMountable() but it's cleaner to export
another isFoobar() function
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we could have exported cannotBeMountable() but it's cleaner to export
another isFoobar() function
</pre>
</div>
</content>
</entry>
<entry>
<title>simplify</title>
<updated>2016-10-16T09:18:52+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2016-10-16T05:57:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=4d6e37a9a982f3068ff587f05a6a4fa5073c13a1'/>
<id>4d6e37a9a982f3068ff587f05a6a4fa5073c13a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BIOS boot partition cannot be mounted</title>
<updated>2016-07-11T16:00:07+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2016-07-11T15:14:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=b9bb780015a57f1df1080175bce0e501d4825593'/>
<id>b9bb780015a57f1df1080175bce0e501d4825593</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix inverted test</title>
<updated>2016-07-05T07:45:47+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2016-07-05T07:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=9bc2ad2b2da7a9bb882661f4079796adc188d73e'/>
<id>9bc2ad2b2da7a9bb882661f4079796adc188d73e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>factorize bad block checks</title>
<updated>2016-07-04T14:46:00+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2016-07-04T14:43:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=1f8f60631b6dd0f12dd24b993b9961814f734fc6'/>
<id>1f8f60631b6dd0f12dd24b993b9961814f734fc6</id>
<content type='text'>
also enable bad blocks checking on JFS (was in one place but not in
other and indeed mkfs.jfs does support it)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also enable bad blocks checking on JFS (was in one place but not in
other and indeed mkfs.jfs does support it)
</pre>
</div>
</content>
</entry>
<entry>
<title>perl_checker cleanup</title>
<updated>2016-07-04T14:43:43+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2016-07-04T14:43:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=ef6f00d56d393d45a77657e85c8cc905f88b5477'/>
<id>ef6f00d56d393d45a77657e85c8cc905f88b5477</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix being able to create vfat on UEFI (mga#15698)</title>
<updated>2016-06-30T14:29:49+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2016-06-29T15:23:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=b14b860a8e92c36767b519de516128b3d7847628'/>
<id>b14b860a8e92c36767b519de516128b3d7847628</id>
<content type='text'>
and explain the purpose of the uniq_() call
see commit 56b573476e2ea63a509ab2f8ec0683397ae7c85e

Rationale: use_pt_type() now returns 0 for common disks (eg: GPT ones)
Under GPT+UEFI, we've 2 important "FS" having vfag as the real FS:
ESP &amp; FAT32
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and explain the purpose of the uniq_() call
see commit 56b573476e2ea63a509ab2f8ec0683397ae7c85e

Rationale: use_pt_type() now returns 0 for common disks (eg: GPT ones)
Under GPT+UEFI, we've 2 important "FS" having vfag as the real FS:
ESP &amp; FAT32
</pre>
</div>
</content>
</entry>
</feed>
