mclu boot: Add --size and --timezone options.
[mclu.git] / templates / rawhide.template
index d83d6e7..ae9399d 100755 (executable)
@@ -9,9 +9,14 @@ 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
+                     --update \
+                     --root-password password:123456 \
+                     --selinux-relabel
         ;;
 
     base-image)