[Fai-commit] r3337 - trunk/bin

fai-repository at svn.debian.org fai-repository at svn.debian.org
Tue Mar 28 14:49:24 UTC 2006


Author: lange
Date: 2006-03-28 14:49:23 +0000 (Tue, 28 Mar 2006)
New Revision: 3337

Modified:
   trunk/bin/setup_harddisks
Log:
allow logical partitions to be bootable


Modified: trunk/bin/setup_harddisks
===================================================================
--- trunk/bin/setup_harddisks	2006-03-28 14:28:07 UTC (rev 3336)
+++ trunk/bin/setup_harddisks	2006-03-28 14:49:23 UTC (rev 3337)
@@ -7,7 +7,7 @@
 #
 # This script is part of FAI (Fully Automatic Installation)
 # Copyright (c) 1999, 2000 by ScALE Workgroup, Universitaet zu Koeln
-# Copyright (c) 2000-2005 by Thomas Lange, Uni Koeln
+# Copyright (c) 2000-2006 by Thomas Lange, Uni Koeln
 #
 #*********************************************************************
 # This program is free software; you can redistribute it and/or modify
@@ -463,7 +463,7 @@
 			$MountpointPart{$extmp} = PartName($disk,$PrimPartNo);
 			$DiskMountpoints{$disk} .= " $extmp";
 		    }
-		    ($options =~ /\bboot\b/i) && die "ERROR: line $a, only primary partitions can be bootable.\n";
+#		    ($options =~ /\bboot\b/i) && die "ERROR: line $a, only primary partitions can be bootable.\n";
 		}
 		$DiskMountpoints{$disk} .= " $mountpoint";
 		# size




More information about the Fai-commit mailing list