Mageia Bugzilla – Attachment 3849 Details for
Bug 9905
initrd creation failed at kernel install time
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
skip comments
9905.diff (text/plain), 436 bytes, created by
Thierry Vignaud
on 2013-04-30 11:43:39 CEST
(
hide
)
Description:
skip comments
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2013-04-30 11:43:39 CEST
Size:
436 bytes
patch
obsolete
>diff --git a/perl-install/fs/dmcrypt.pm b/perl-install/fs/dmcrypt.pm >index 0e5c3c1..0cb73a8 100644 >--- a/perl-install/fs/dmcrypt.pm >+++ b/perl-install/fs/dmcrypt.pm >@@ -33,6 +33,7 @@ sub read_crypttab_ { > my @raw_parts = grep { fs::type::isRawLUKS($_) } fs::get::really_all_fstab($all_hds); > > foreach (cat_($crypttab)) { >+ next if /^#/; > my ($dm_name, $dev) = split; > > my $raw_part = fs::get::device2part($dev, \@raw_parts)
diff --git a/perl-install/fs/dmcrypt.pm b/perl-install/fs/dmcrypt.pm index 0e5c3c1..0cb73a8 100644 --- a/perl-install/fs/dmcrypt.pm +++ b/perl-install/fs/dmcrypt.pm @@ -33,6 +33,7 @@ sub read_crypttab_ { my @raw_parts = grep { fs::type::isRawLUKS($_) } fs::get::really_all_fstab($all_hds); foreach (cat_($crypttab)) { + next if /^#/; my ($dm_name, $dev) = split; my $raw_part = fs::get::device2part($dev, \@raw_parts)
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 9905
: 3849