summaryrefslogtreecommitdiff
path: root/distrib/landisk
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2020-05-17 17:04:30 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2020-05-17 17:04:30 +0000
commit3a070d405256a4bc550131cac65c4e5f68a4e2f2 (patch)
treead8706884e6d9c852709d6122e6a3453fab0ef5a /distrib/landisk
parent71c1251d069316abdb33549d89b70dfd45f2f437 (diff)
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/landisk')
-rw-r--r--distrib/landisk/ramdisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/landisk/ramdisk/Makefile b/distrib/landisk/ramdisk/Makefile
index f2fefbfa953..56a8ec11539 100644
--- a/distrib/landisk/ramdisk/Makefile
+++ b/distrib/landisk/ramdisk/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.30 2019/05/03 20:03:58 deraadt Exp $
+# $OpenBSD: Makefile,v 1.31 2020/05/17 17:04:27 deraadt Exp $
-FS= miniroot${OSrev}.fs
+FS= miniroot${OSrev}.img
FSSIZE= 5120
FSDISKTYPE= miniroot2.5M
MOUNT_POINT= /mnt