Mageia Bugzilla – Attachment 6532 Details for
Bug 15919
Live installer goes into error loop after detecting insufficient space on selected root partition
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
debug patch for checking if it's there the value got undefined
15919-dbg.diff (text/plain), 810 bytes, created by
Thierry Vignaud
on 2015-05-13 13:56:39 CEST
(
hide
)
Description:
debug patch for checking if it's there the value got undefined
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2015-05-13 13:56:39 CEST
Size:
810 bytes
patch
obsolete
>diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm >index 911b378..2fe26d5 100644 >--- a/perl-install/fs/partitioning_wizard.pm >+++ b/perl-install/fs/partitioning_wizard.pm >@@ -558,6 +558,8 @@ sub main { > > $combobox->signal_connect("changed", sub { > $mainw->{kind} = $kinds[$combobox->get_active]; >+ warn ">> SETTING mainw->{kind} to $mainw->{kind}\n"; >+ log::l(">> SETTING mainw->{kind} to $mainw->{kind}"); > my %solutions = partitionWizardSolutions($o, $all_hds, $fstab, $manual_fstab, $partitions, $partitioning_flags, $skip_mtab, diskdrake::hd_gtk::kind2hd($mainw->{kind})); > delete $solutions{diskdrake} if $b_nodiskdrake; > display_choices($o, $contentbox, $mainw, %solutions);
diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm index 911b378..2fe26d5 100644 --- a/perl-install/fs/partitioning_wizard.pm +++ b/perl-install/fs/partitioning_wizard.pm @@ -558,6 +558,8 @@ sub main { $combobox->signal_connect("changed", sub { $mainw->{kind} = $kinds[$combobox->get_active]; + warn ">> SETTING mainw->{kind} to $mainw->{kind}\n"; + log::l(">> SETTING mainw->{kind} to $mainw->{kind}"); my %solutions = partitionWizardSolutions($o, $all_hds, $fstab, $manual_fstab, $partitions, $partitioning_flags, $skip_mtab, diskdrake::hd_gtk::kind2hd($mainw->{kind})); delete $solutions{diskdrake} if $b_nodiskdrake; display_choices($o, $contentbox, $mainw, %solutions);
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15919
: 6532 |
6533
|
6540