From: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> Signed-off-by: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> --- tests/ts/fdisk/bsd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/ts/fdisk/bsd b/tests/ts/fdisk/bsd index 8d2e762..19e999b 100755 --- a/tests/ts/fdisk/bsd +++ b/tests/ts/fdisk/bsd @@ -46,7 +46,8 @@ BYTE_ORDER=$($TS_HELPER_SYSINFO byte-order) # and also on arch-specific offset (see include/pt-bsd.h) ARCH=$(uname -m) case $ARCH in - *ppc* | *alpha* | *ia64*) + # see include/pt-bsd.h + *alpha* | *ppc* | *ia64* | *hppa* ) BSD_LABELSECTOR=0 BSD_LABELOFFSET=64 ;; -- 1.8.4.5 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html