Give ia64 the exact same semantics as i386 with respect to non-512

byte sector devices.
This commit is contained in:
phk 2003-06-04 05:25:04 +00:00
parent 6a2902b95c
commit 6e9f0f8001

View File

@ -177,7 +177,8 @@ main(int argc, char *argv[])
bbsize = 8192;
alphacksum = 1;
} else if (!strcmp(optarg, "ia64")) {
labeloffset = 512;
labelsoffset = 1;
labeloffset = 0;
bbsize = 8192;
alphacksum = 0;
} else {