<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/fs/partitioning_wizard.pm, branch 17.34</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>check that ESP mount point actually is an ESP</title>
<updated>2016-02-10T22:10:05+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-06-30T08:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=c36f5bc526c4f46acce03a5061e7a0e26a867337'/>
<id>c36f5bc526c4f46acce03a5061e7a0e26a867337</id>
<content type='text'>
fixing grub2 faillure resulting in draklive-install crash (mga#16246)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixing grub2 faillure resulting in draklive-install crash (mga#16246)
</pre>
</div>
</content>
</entry>
<entry>
<title>prevent a crash (mga#15919)</title>
<updated>2015-12-25T09:33:21+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-05-13T11:59:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=b41c49beadd672f4e16fd7ce37070ed8ff2a39d5'/>
<id>b41c49beadd672f4e16fd7ce37070ed8ff2a39d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>only use current disk when auto partitioning, wiping disk, using free space (mga#16055)</title>
<updated>2015-06-03T22:59:57+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@gmail.com</email>
</author>
<published>2015-06-01T22:18:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=765b1e22ea39a0fb32000e77a6c7f0fe116cd9ed'/>
<id>765b1e22ea39a0fb32000e77a6c7f0fe116cd9ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix not always suggesting /boot/ESP mount point</title>
<updated>2015-05-25T15:04:25+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2015-05-25T09:35:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=4525579cc2f70223c3b6ffe2c977621e081f4e08'/>
<id>4525579cc2f70223c3b6ffe2c977621e081f4e08</id>
<content type='text'>
thus fixing mga#15689 for live installs

The check for whether an ESP needs to be created or not seems to prevent
us to suggest a mount point for the existing one in some cases

to be reviewed for mga6...

diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm
index f3b9973..b222c07 100644
--- a/perl-install/fs/partitioning_wizard.pm
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
thus fixing mga#15689 for live installs

The check for whether an ESP needs to be created or not seems to prevent
us to suggest a mount point for the existing one in some cases

to be reviewed for mga6...

diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm
index f3b9973..b222c07 100644
--- a/perl-install/fs/partitioning_wizard.pm
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a crash after "insufficient space" error</title>
<updated>2015-05-14T06:31:15+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-05-14T06:27:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=e398b3cd6490c60035da843b37e555e89367b644'/>
<id>e398b3cd6490c60035da843b37e555e89367b644</id>
<content type='text'>
create_display_box gets called twice. The first time, only the $kind
parameter has a value, the second time all the parameters (including
$button) have values.

On the first time through the partitioning step, the second call to
create_display_box sets the selected_for_resize flag for my NTFS
partition. When returning to the partitioning step, this flag is still
set, so the first call to create_display_box executes the block of code
that ends with

  $button-&gt;signal_connect('focus-in-event' =&gt; sub { ... });

even though it doesn't have a value for $button.
(Martin Whitaker, mga#15919)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
create_display_box gets called twice. The first time, only the $kind
parameter has a value, the second time all the parameters (including
$button) have values.

On the first time through the partitioning step, the second call to
create_display_box sets the selected_for_resize flag for my NTFS
partition. When returning to the partitioning step, this flag is still
set, so the first call to create_display_box executes the block of code
that ends with

  $button-&gt;signal_connect('focus-in-event' =&gt; sub { ... });

even though it doesn't have a value for $button.
(Martin Whitaker, mga#15919)
</pre>
</div>
</content>
</entry>
<entry>
<title>perl_checker cleanups</title>
<updated>2015-05-13T11:55:49+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-05-13T11:55:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=ba618d46e944c42f74ec9c58bc1aafd60d8d7c82'/>
<id>ba618d46e944c42f74ec9c58bc1aafd60d8d7c82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the resize handler more visible (mga#15728)</title>
<updated>2015-04-22T07:41:31+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@gmail.com</email>
</author>
<published>2015-04-21T21:27:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=8a3e0a2b8b39048f5c4727cf408239a257737907'/>
<id>8a3e0a2b8b39048f5c4727cf408239a257737907</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Making the resizing handle wider</title>
<updated>2015-04-20T20:45:56+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@gmail.com</email>
</author>
<published>2015-04-20T17:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=311a3b0293a150d84c629bd265152a4e87e96107'/>
<id>311a3b0293a150d84c629bd265152a4e87e96107</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ugly separator between partitions</title>
<updated>2015-04-20T20:45:56+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@gmail.com</email>
</author>
<published>2015-04-19T23:37:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=c57eea38c00d04ad3025024045a15840c62a8806'/>
<id>c57eea38c00d04ad3025024045a15840c62a8806</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hide empty space &lt; 2MB, we have such holes due to alignment (mga#15733)</title>
<updated>2015-04-19T22:55:57+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@gmail.com</email>
</author>
<published>2015-04-19T22:55:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=8e034f26d81087858a25b15c779c536887fc95a3'/>
<id>8e034f26d81087858a25b15c779c536887fc95a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
