ok. committed.
bye, -Andrea
Brian Elliott Finley wrote:
Good catch, Andrea,
You're right. Please commit your patch.
Looks like it got mangled with this commit of mine:
revision 1.38 date: 2004/02/26 18:46:11; author: brianfinley; state: Exp; lines: +5 -2 Add fe partition type.
} elsif ($id eq "fd") { # fd Linux raid autodetect + + } elsif ($id eq "fe") { # fe LANstep + $flags = "raid";
Andrea Righi wrote:
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
------------------------------------------------------------------------
--- 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);
-- Andrea Righi System Management Group - CINECA - http://www.cineca.it Via Magnanelli 6/3 40033 Casalecchio di Reno (BO) - Italy e-mail: [EMAIL PROTECTED]
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Sisuite-devel mailing list Sisuite-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sisuite-devel