diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-02-29 19:43:38 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-02-29 19:43:38 +0100 |
commit | a8862308d06f484a5e848fda8870d0fb27f96e1d (patch) | |
tree | 2b70b99c9357a15c53de27a33e35f667c7224bb3 | |
parent | 75375dde8fc519c60da4266640b4bcc07a097792 (diff) | |
download | kanotix-a8862308d06f484a5e848fda8870d0fb27f96e1d.zip kanotix-a8862308d06f484a5e848fda8870d0fb27f96e1d.tar.gz |
disable bootflag for second MBR partition
-rwxr-xr-x | isohybrid-acritox | 2 |
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); |