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/alpha | |
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/alpha')
-rw-r--r-- | distrib/alpha/miniroot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/miniroot/Makefile b/distrib/alpha/miniroot/Makefile index d27c1fc03ca..3b4582c2049 100644 --- a/distrib/alpha/miniroot/Makefile +++ b/distrib/alpha/miniroot/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.15 2019/11/19 09:46:22 deraadt Exp $ +# $OpenBSD: Makefile,v 1.16 2020/05/17 17:04:27 deraadt Exp $ -FS= miniroot${OSrev}.fs +FS= miniroot${OSrev}.img FSSIZE= 5760 FSDISKTYPE= fakeramdisk CDROM= cd${OSrev}.iso |