summaryrefslogtreecommitdiffstats
path: root/distrib/sparc64/miniroot
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2020-05-17 17:04:27 +0000
committerderaadt <deraadt@openbsd.org>2020-05-17 17:04:27 +0000
commit4675fc66a864566d1639c35678d029ce2c447edd (patch)
treecc6abc0653a4b66f1b084724832a9fbf108c4c85 /distrib/sparc64/miniroot
parentmove section 3 manual page to the usual set (diff)
downloadwireguard-openbsd-4675fc66a864566d1639c35678d029ce2c447edd.tar.xz
wireguard-openbsd-4675fc66a864566d1639c35678d029ce2c447edd.zip
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
Diffstat (limited to 'distrib/sparc64/miniroot')
-rw-r--r--distrib/sparc64/miniroot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sparc64/miniroot/Makefile b/distrib/sparc64/miniroot/Makefile
index 1d4fa241237..f558ecd3596 100644
--- a/distrib/sparc64/miniroot/Makefile
+++ b/distrib/sparc64/miniroot/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.21 2020/04/04 13:28:46 deraadt Exp $
+# $OpenBSD: Makefile,v 1.22 2020/05/17 17:04:28 deraadt Exp $
-FS= miniroot${OSrev}.fs
+FS= miniroot${OSrev}.img
FSSIZE= 6400
FSDISKTYPE= fakeramdisk
CDROM= cd${OSrev}.iso