From 682b248d26bc7fa369077be1b8fd83a1c219a662 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 1 May 2009 20:45:26 +0000 Subject: [PATCH] Run installboot for the proper platform --- targets/NetBSD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/NetBSD b/targets/NetBSD index 39f729c..250300a 100644 --- a/targets/NetBSD +++ b/targets/NetBSD @@ -93,6 +93,6 @@ _image_iso() $INSTALL -m 755 "$IMAGE_KERNEL" "$DESTDIR/netbsd" || exit 2 $INSTALL -m 644 "/usr/mdec/boot" "$DESTDIR/boot" || exit 2 $INSTALL -m 644 "/usr/mdec/bootxx_cd9660" "bootxx" || exit 2 - $INSTALLBOOT -m amd64 -o console=pc -e bootxx || exit 2 + $INSTALLBOOT -m "$ARCH" -o console=pc -e bootxx || exit 2 $MKISOFS $MKISOFS_ARGS "$IMAGE_FILE" "$DESTDIR" || exit 2 }