summaryrefslogtreecommitdiff
path: root/isohybrid-acritox
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2012-02-29 19:43:38 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2012-02-29 19:43:38 +0100
commita8862308d06f484a5e848fda8870d0fb27f96e1d (patch)
tree2b70b99c9357a15c53de27a33e35f667c7224bb3 /isohybrid-acritox
parent75375dde8fc519c60da4266640b4bcc07a097792 (diff)
downloadkanotix-a8862308d06f484a5e848fda8870d0fb27f96e1d.zip
kanotix-a8862308d06f484a5e848fda8870d0fb27f96e1d.tar.gz
disable bootflag for second MBR partition
Diffstat (limited to 'isohybrid-acritox')
-rwxr-xr-xisohybrid-acritox2
1 files changed, 1 insertions, 1 deletions
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);