Add 'cmdline' template option.
[mclu.git] / templates / rawhide.template
index cbf8532..ae9399d 100755 (executable)
@@ -9,7 +9,10 @@ case "$1" in
 
     # Build image.
     build)
-        virt-builder "$2" --output "$3" --format "$4" \
+        virt-builder "$base_image" --output "$output" --format "$format" \
+                     $size \
+                     --hostname "$name" \
+                     $timezone \
                      --install fedora-repos-rawhide \
                      --update \
                      --root-password password:123456 \