From 4fee4766a68532bf4d07bd898e3c09ca6f233640 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 4 Apr 2017 10:41:40 -0300 Subject: Guess image name by hostname first if no image param is found --- kvmx-create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kvmx-create') diff --git a/kvmx-create b/kvmx-create index 16349c0..36d3795 100755 --- a/kvmx-create +++ b/kvmx-create @@ -119,7 +119,7 @@ function kvmx_config { image="$image_base/$hostname/box.img" else image_base="$HOME/.local/share/kvmx" - kvmx_user_config image $image_base/debian/box.img "Destination image (ending in .img)" + kvmx_user_config image $image_base/$hostname/box.img "Destination image (ending in .img)" fi kvmx_user_config size 3G "Image size" -- cgit v1.2.3