Mageia Bugzilla – Attachment 3850 Details for
Bug 9784
generated auto_inst.cfg.pl missing (LVM, and mdadm RAID, and user details)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
add more fields to auto_inst.pl
9784.diff (text/plain), 524 bytes, created by
Thierry Vignaud
on 2013-04-30 12:14:22 CEST
(
hide
)
Description:
add more fields to auto_inst.pl
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2013-04-30 12:14:22 CEST
Size:
524 bytes
patch
obsolete
>diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm >index b311d4d..96a844c 100644 >--- a/perl-install/install/any.pm >+++ b/perl-install/install/any.pm >@@ -780,7 +780,7 @@ sub g_auto_install { > require install::pkgs; > $o->{default_packages} = install::pkgs::selected_leaves($::o->{packages}); > >- my @fields = qw(mntpoint fs_type size); >+ my @fields = qw(fs_type hd level mntpoint parts size VG_name); > $o->{partitions} = [ map { > my %l; @l{@fields} = @$_{@fields}; \%l; > } grep { >
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index b311d4d..96a844c 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -780,7 +780,7 @@ sub g_auto_install { require install::pkgs; $o->{default_packages} = install::pkgs::selected_leaves($::o->{packages}); - my @fields = qw(mntpoint fs_type size); + my @fields = qw(fs_type hd level mntpoint parts size VG_name); $o->{partitions} = [ map { my %l; @l{@fields} = @$_{@fields}; \%l; } grep {
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 9784
:
3773
|
3774
|
3775
| 3850