From 5a2d63171c4688dd1c424ed1563bca684247c585 Mon Sep 17 00:00:00 2001 From: Thomas Berezansky Date: Tue, 26 Aug 2014 09:10:09 -0400 Subject: [PATCH] Remove default hardware config settings Replacing them with ?s ensures that the person setting things up has to pay attention to them. Signed-off-by: Thomas Berezansky --- vmbuilder/vmbuilder.conf.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vmbuilder/vmbuilder.conf.example b/vmbuilder/vmbuilder.conf.example index 3b34938fa..c08221bdb 100644 --- a/vmbuilder/vmbuilder.conf.example +++ b/vmbuilder/vmbuilder.conf.example @@ -14,10 +14,10 @@ dns=?.?.?.? ?.?.?.? ... pass=evergreen # Virtual Hardware config -mem=40960 -cpus=2 -rootsize=80G -swapsize=12G +mem=? +cpus=? +rootsize=?G +swapsize=?G # Other useful settings flavor=virtual -- 2.11.0