mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Give ia64 the exact same semantics as i386 with respect to non-512
byte sector devices.
This commit is contained in:
parent
d422eae9e8
commit
8c401bb94d
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue