From 3a070d405256a4bc550131cac65c4e5f68a4e2f2 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 17 May 2020 17:04:30 +0000 Subject: Change install images called *.fs to *.img. These are UFS filesystem images, but additionally have a bootblock in the first 8K (since UFS does not use that space). There are some UEFI direct-from-internet bootloaders that require the name *.img. So this makes things more convenient for those, while keeping it consistant in all architectures. ok kettenis beck kn --- distrib/luna88k/ramdisk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/luna88k') diff --git a/distrib/luna88k/ramdisk/Makefile b/distrib/luna88k/ramdisk/Makefile index 37ce8e695b0..be32707fc96 100644 --- a/distrib/luna88k/ramdisk/Makefile +++ b/distrib/luna88k/ramdisk/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.28 2019/07/31 11:19:39 aoyama Exp $ +# $OpenBSD: Makefile,v 1.29 2020/05/17 17:04:27 deraadt Exp $ -FS= miniroot${OSrev}.fs +FS= miniroot${OSrev}.img FSSIZE= 8192 FSDISKTYPE= miniroot MOUNT_POINT= /mnt -- cgit v1.2.3