diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-05-17 17:04:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-05-17 17:04:30 +0000 |
commit | 3a070d405256a4bc550131cac65c4e5f68a4e2f2 (patch) | |
tree | ad8706884e6d9c852709d6122e6a3453fab0ef5a /distrib/luna88k | |
parent | 71c1251d069316abdb33549d89b70dfd45f2f437 (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/luna88k')
-rw-r--r-- | distrib/luna88k/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |