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 /etc/examples/vm.conf | |
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 'etc/examples/vm.conf')
-rw-r--r-- | etc/examples/vm.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/examples/vm.conf b/etc/examples/vm.conf index e1f4f01e106..f655f030bcd 100644 --- a/etc/examples/vm.conf +++ b/etc/examples/vm.conf @@ -1,4 +1,4 @@ -# $OpenBSD: vm.conf,v 1.9 2019/12/14 09:46:02 kn Exp $ +# $OpenBSD: vm.conf,v 1.10 2020/05/17 17:04:29 deraadt Exp $ # # Macros @@ -29,7 +29,7 @@ vm "openbsd.vm" { disk "/home/vm/OpenBSD.img" # Second disk from OpenBSD contains the install sets - disk $sets "install60.fs" + disk $sets "install60.img" # Interface will show up as tap(4) on the host and as vio(4) in the VM interface { switch "uplink" } |