X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=templates%2Frawhide.template;h=ae9399df93f4c792943cdd9c2a8377c36dc2b55d;hb=837399023dce58f8fdd9a3c6c5e39af087bacceb;hp=cbf8532156d5204a6a64965fd61cf6c382f73c94;hpb=925be79f3065e383cbc532ebd637652999a9671e;p=mclu.git diff --git a/templates/rawhide.template b/templates/rawhide.template index cbf8532..ae9399d 100755 --- a/templates/rawhide.template +++ b/templates/rawhide.template @@ -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 \