This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| fedora_coreos [2025/10/05 09:48] – [Create VM in Proxmox] herwarth | fedora_coreos [2025/10/06 15:29] (current) – herwarth | ||
|---|---|---|---|
| Line 40: | Line 40: | ||
| . | . | ||
| -----END CERTIFICATE----- | -----END CERTIFICATE----- | ||
| - | # Set vim as default editor | ||
| - | # We use `zz-` as prefix to make sure this is processed last in order to | ||
| - | # override any previously set defaults. | ||
| - | - path: / | ||
| - | overwrite: true | ||
| - | contents: | ||
| - | inline: | | ||
| - | export EDITOR=vim | ||
| links: | links: | ||
| - path: / | - path: / | ||
| Line 75: | Line 67: | ||
| # added to the root image in a future Fedora CoreOS release as it will | # added to the root image in a future Fedora CoreOS release as it will | ||
| # prevent the service from failing. | # prevent the service from failing. | ||
| - | ExecStart=/ | + | ExecStart=/ |
| ExecStart=/ | ExecStart=/ | ||
| ExecStart=/ | ExecStart=/ | ||
| Line 126: | Line 118: | ||
| * Manually confige network with nmcli/nmtui | * Manually confige network with nmcli/nmtui | ||
| * Set hostname | * Set hostname | ||
| + | |||
| + | =====Resize disk in Proxmox===== | ||
| + | When the template diskspace is too small. Resize it in Proxmox and do the following in the VM: | ||
| + | < | ||
| + | rescan-scsi-bus.sh | ||
| + | growpart /dev/sda 4 | ||
| + | xfs_growfs /var | ||
| + | </ | ||
| {{tag> | {{tag> | ||