From 3323f850e65b400791ead58c7618a55be12a46bc Mon Sep 17 00:00:00 2001 From: deraadt Date: Sun, 11 Apr 2021 16:11:59 +0000 Subject: [PATCH] vnconfig is run without a label-type (install360), because in-Makefile scripting calculates msdos+ffs layout, so FSTYPE= is not neccessary. --- distrib/powerpc64/iso/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/distrib/powerpc64/iso/Makefile b/distrib/powerpc64/iso/Makefile index c40540231ff..062e784be92 100644 --- a/distrib/powerpc64/iso/Makefile +++ b/distrib/powerpc64/iso/Makefile @@ -1,8 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 2020/10/03 05:58:52 gkoehler Exp $ +# $OpenBSD: Makefile,v 1.3 2021/04/11 16:11:59 deraadt Exp $ FS= install${OSrev}.img FSSIZE= 1032192 -FSTYPE= install360 CDROM= install${OSrev}.iso MOUNT_POINT= /mnt -- 2.20.1