Fix image markdown syntax in SPEC.md for consistency

This commit is contained in:
Philip Henning 2026-03-13 14:45:44 +01:00
parent 8c90306c75
commit 3ead4d765e

18
SPEC.md
View file

@ -15,7 +15,7 @@ The script will prompt users to authenticate using their Proxmox credentials (us
Default: The PAM realm will be selected by default, but users can choose other realms if needed.
[!Login screen](/SPEC/00_login.png)
![Login screen](/SPEC/00_login.png)
### VM Creation/Configuration
@ -52,7 +52,7 @@ This screen will show the general configuration options for the VM, such as:
- startup delay (optional)
- shutdown timeout (optional)
[!VM Creation General screen](/SPEC/01_create_vm_general.png)
![VM Creation General screen](/SPEC/01_create_vm_general.png)
#### OS
@ -72,7 +72,7 @@ This screen will allow users to select the operating system ISO for the VM. User
- Default Type: Linux
- Default Version: 6.x - 2.6 Kernel
[!VM Creation OS screen](/SPEC/02_create_vm_os.png)
![VM Creation OS screen](/SPEC/02_create_vm_os.png)
#### System
@ -97,7 +97,7 @@ This screen will allow users to configure the system settings for the VM, such a
- TPM (enabled/disabled)
- Default: disabled
[!VM Creation System screen](/SPEC/03_create_vm_system.png)
![VM Creation System screen](/SPEC/03_create_vm_system.png)
#### Disks
@ -130,7 +130,7 @@ This screen will allow users to configure the disk settings for the VM, such as
- Async IO
- Default: io_uring
[!VM Creation Disks screen](/SPEC/04_create_vm_disks.png)
![VM Creation Disks screen](/SPEC/04_create_vm_disks.png)
#### CPU
@ -143,7 +143,7 @@ This screen will allow users to configure the CPU settings for the VM, such as C
- CPU Type
- Default: host
[!VM Creation CPU screen](/SPEC/05_create_vm_cpu.png)
![VM Creation CPU screen](/SPEC/05_create_vm_cpu.png)
#### Memory
@ -158,7 +158,7 @@ This screen will allow users to configure the memory settings for the VM, such a
- Allow KSM (enabled/disabled)
- Default: enabled
[!VM Creation Memory screen](/SPEC/06_create_vm_memory.png)
![VM Creation Memory screen](/SPEC/06_create_vm_memory.png)
#### Network
@ -185,7 +185,7 @@ This screen will allow users to configure the network settings for the VM, such
- Multiqueue (integer)
- Default: none
[!VM Creation Network screen](/SPEC/07_create_vm_network.png)
![VM Creation Network screen](/SPEC/07_create_vm_network.png)
#### Confirm
@ -200,7 +200,7 @@ This screen will display a summary of the VM configuration and allow users to co
- Set the display to `serial0` so the Proxmox VE web console opens the serial terminal via xterm.js
- If the follow-up serial-console configuration fails, show that clearly as a separate post-creation error state because the VM itself may already exist
[!VM Creation Confirm screen](/SPEC/08_create_vm_confirm.png)
![VM Creation Confirm screen](/SPEC/08_create_vm_confirm.png)
### Error Handling