Mageia Bugzilla – Attachment 3486 Details for
Bug 5801
installer stuck after "current_hd called but $current_hd is not an hd (raid) at ...diskdrake/hd_gtk.pm line 406"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
only show filesystem buttons if type is hd/lvm
diskdrake_filesystems_button_box.patch (text/plain), 440 bytes, created by
Andrew Hill
on 2013-02-03 05:02:02 CET
(
hide
)
Description:
only show filesystem buttons if type is hd/lvm
Filename:
MIME Type:
Creator:
Andrew Hill
Created:
2013-02-03 05:02:02 CET
Size:
440 bytes
patch
obsolete
>--- hd_gtk.pm 2013-02-03 14:26:40.110169345 +1030 >+++ hd_gtk.pm.new 2013-02-03 14:27:20.603169451 +1030 >@@ -160,7 +160,7 @@ > my $box = > gtkpack_(Gtk2::VBox->new(0,7), > 0, $kind->{display_box}, >- 0, filesystems_button_box(), >+ $kind->{type} =~ /hd|lvm/ ? (0, filesystems_button_box()) : (), > 1, $kind->{info_box}); > $kind->{main_box} = gtknew('HBox', spacing => 5, children => [ > 1, $box,
--- hd_gtk.pm 2013-02-03 14:26:40.110169345 +1030 +++ hd_gtk.pm.new 2013-02-03 14:27:20.603169451 +1030 @@ -160,7 +160,7 @@ my $box = gtkpack_(Gtk2::VBox->new(0,7), 0, $kind->{display_box}, - 0, filesystems_button_box(), + $kind->{type} =~ /hd|lvm/ ? (0, filesystems_button_box()) : (), 1, $kind->{info_box}); $kind->{main_box} = gtknew('HBox', spacing => 5, children => [ 1, $box,
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 5801
:
2226
|
2227
| 3486