Guest Configuration
Cubic never modifies a distribution image. Everything a guest gets is handed to
cloud-init on the first boot through a small seed image, cloud-init.iso in
the instance directory. This page lists what that configuration contains.
The seed image is built once, when the VM instance is created, and cloud-init reads it on the first boot only. Later boots ignore it, so a change here needs a new VM instance.
Metadata
Key |
Value |
|---|---|
|
Name of the VM instance. |
|
Name of the VM instance, so the guest hostname matches it. |
User Account
Setting |
Value |
|---|---|
|
Your user name on the host, or the one you passed to |
|
|
|
Public key of the VM instance. The private half is |
|
|
|
|
System Settings
Setting |
Value |
|---|---|
|
|
|
|
|
Written with |
|
The commands of |
What Cubic Does Not Configure
No packages are installed and no repository is added. The guest is the official image with the account above.
No other user is created and the root account stays as the image left it.
Nothing is mounted from the host. Use
cubic scpto move files, see Copy Files.No network configuration is applied inside the guest. The image brings up the virtio network device with DHCP on its own.