Give ia64 the exact same semantics as i386 with respect to non-512
byte sector devices.
This commit is contained in:
parent
6a2902b95c
commit
6e9f0f8001
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user