< Previous | Contents | Next >
3.2.7. More uvt-kvm options
The following options can be used to change some of the characteristics of the VM that you are creating:
• --memory : Amount of RAM in megabytes. Default: 512.
• --disk : Size of the OS disk in gigabytes. Default: 8.
• --cpu : Number of CPU cores. Default: 1.
Some other parameters will have an impact on the cloud-init configuration:
• --password password : Allow login to the VM using the Ubuntu account and this provided password.
• --run-script-once script_file : Run script_file as root on the VM the first time it is booted, but never again.
• --packages package_list : Install the comma-separated packages specified in package_list on first boot. A complete description of all available modifiers is available in the manpage of uvt-kvm.