Deleted Added
full compact
Makefile.vm (347037) Makefile.vm (356573)
1#
1#
2# $FreeBSD: stable/11/release/Makefile.vm 347037 2019-05-03 00:45:31Z gjb $
2# $FreeBSD: stable/11/release/Makefile.vm 356573 2020-01-09 21:50:15Z gjb $
3#
4#
5# Makefile for building virtual machine and cloud provider disk images.
6#
7
8VMTARGETS= vm-image
9VMFORMATS?= vhd vmdk qcow2 raw
3#
4#
5# Makefile for building virtual machine and cloud provider disk images.
6#
7
8VMTARGETS= vm-image
9VMFORMATS?= vhd vmdk qcow2 raw
10VMSIZE?= 3072M
10VMSIZE?= 4096M
11SWAPSIZE?= 1G
12VMBASE?= vm
13
14VHD_DESC= Azure, VirtualPC, Hyper-V, Xen disk image
15VMDK_DESC= VMWare, VirtualBox disk image
16QCOW2_DESC= Qemu, KVM disk image
17RAW_DESC= Unformatted raw disk image
18

--- 152 unchanged lines hidden ---
11SWAPSIZE?= 1G
12VMBASE?= vm
13
14VHD_DESC= Azure, VirtualPC, Hyper-V, Xen disk image
15VMDK_DESC= VMWare, VirtualBox disk image
16QCOW2_DESC= Qemu, KVM disk image
17RAW_DESC= Unformatted raw disk image
18

--- 152 unchanged lines hidden ---