Sha256: 64e6da512b2facf4a4834e6bc9609761117d077b9f447f4d5659116d2030ae91
Contents?: true
Size: 776 Bytes
Versions: 144
Compression:
Stored size: 776 Bytes
Contents
# # xen-tools : interesting bits # xt-install-image Install a new distribution. xt-customize-image Run a collection of hook scripts to customise the freshly installed system. xt-create-xen-config Create a Xen configuration file in so that xm can start the new domain. # PARTITIONING /etc/xen-tools/partitions.d/ --partition partition_scheme_file # Automatic IP provisioning --ip=auto /etc/xen-tools/ips.txt # Config template /etc/xen-tools/xm.tmpl --template # tar up first image and use for installation xen-create-image --size=2Gb --swap=128Mb --dhcp \ --lvm=myvolumegroup --hostname=vm01.my.flat \ --install-method=tar --install-source=/path/to/tar.file.tar # Roles /etc/xen-tools/role.d --role=filename -role-args # skeleton dir /etc/xen-tools/skel
Version data entries
144 entries across 144 versions & 5 rubygems