summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/bsdlabel/bsdlabel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c
index 56b5176..97e5e32 100644
--- a/sbin/bsdlabel/bsdlabel.c
+++ b/sbin/bsdlabel/bsdlabel.c
@@ -176,6 +176,10 @@ main(int argc, char *argv[])
labeloffset = 64;
bbsize = 8192;
alphacksum = 1;
+ } else if (!strcmp(optarg, "ia64")) {
+ labeloffset = 512;
+ bbsize = 8192;
+ alphacksum = 0;
} else {
errx(1, "Unsupported architecture");
}
OpenPOWER on IntegriCloud