Why do we set the software raid flags for patition with type=fe?? I think the right type should be "fd"... look at the patch attached...
Is there any particular reason for this? otherwise I will commit the patch...
Bye, -Andrea
-- Andrea Righi System Management Group - CINECA - http://www.cineca.it Via Magnanelli 6/3 40033 Casalecchio di Reno (BO) - Italy e-mail: [EMAIL PROTECTED]
--- lib/SystemImager/Common.pm 31 Jan 2005 18:19:09 -0000 1.42
+++ lib/SystemImager/Common.pm 1 Feb 2005 10:01:18 -0000
@@ -667,11 +667,10 @@
} elsif ($id eq "ef") { # ef EFI (FAT-12/16/32)
} elsif ($id eq "fd") { # fd Linux raid autodetect
-
- } elsif ($id eq "fe") { # fe LANstep
-
$flags = "raid";
+ } elsif ($id eq "fe") { # fe LANstep
+
} else {
print qq(\n\n);
print qq(WARNING: I don't quite know how to interpret the Id tag of "$id" on partition\n);
