#!/bin/sh xen-create-image --pygrub --memory=512MB --dhcp --bridge=xenbr0\ --install-method=rinse --force\ --partitions=CentOS\ --hostname centos7 --dist centos-7\ --password=1 --mac=00:16:3e:00:03:07 exit