[Fai-commit] r5288 - people/michael/experimental/patches

mt at alioth.debian.org mt at alioth.debian.org
Fri Mar 13 08:22:15 UTC 2009


Author: mt
Date: 2009-03-13 08:22:14 +0000 (Fri, 13 Mar 2009)
New Revision: 5288

Modified:
   people/michael/experimental/patches/setup-storage_gpt-bios
Log:
the parser must of course see the longer match first


Modified: people/michael/experimental/patches/setup-storage_gpt-bios
===================================================================
--- people/michael/experimental/patches/setup-storage_gpt-bios	2009-03-05 12:58:39 UTC (rev 5287)
+++ people/michael/experimental/patches/setup-storage_gpt-bios	2009-03-13 08:22:14 UTC (rev 5288)
@@ -27,7 +27,7 @@
            $FAI::configs{$FAI::device}{preserveparts} = 1;
          }
 -        | /^disklabel:(msdos|gpt)/
-+        | /^disklabel:(msdos|gpt|gpt-bios)/
++        | /^disklabel:(msdos|gpt-bios|gpt)/
          {
            # set the disk label - actually not only the above, but all types 
            # supported by parted could be allowed, but others are not implemented




More information about the Fai-commit mailing list