From a8862308d06f484a5e848fda8870d0fb27f96e1d Mon Sep 17 00:00:00 2001
From: Andreas Loibl <andreas@andreas-loibl.de>
Date: Wed, 29 Feb 2012 19:43:38 +0100
Subject: disable bootflag for second MBR partition

---
 isohybrid-acritox | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/isohybrid-acritox b/isohybrid-acritox
index 4e5b773..8cb40c9 100755
--- a/isohybrid-acritox
+++ b/isohybrid-acritox
@@ -183,7 +183,7 @@ $fstype  = 0x83;
 $pentry  = 2;
 
 seek(FILE, 430+16*$pentry, SEEK_SET) or die "$0: $file: $!\n";
-print FILE pack("CCCCCCCCVV", 0x80, $bhead, $bsect, $bcyl, $fstype, $ehead, $esect, $ecyl, $embiso_lba, $psize);
+print FILE pack("CCCCCCCCVV", 0x00, $bhead, $bsect, $bcyl, $fstype, $ehead, $esect, $ecyl, $embiso_lba, $psize);
 
 # Done...
 close(FILE);
-- 
cgit v1.0