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. 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 ### VM Creation/Configuration
@ -52,7 +52,7 @@ This screen will show the general configuration options for the VM, such as:
- startup delay (optional) - startup delay (optional)
- shutdown timeout (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 #### OS
@ -72,7 +72,7 @@ This screen will allow users to select the operating system ISO for the VM. User
- Default Type: Linux - Default Type: Linux
- Default Version: 6.x - 2.6 Kernel - 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 #### System
@ -97,7 +97,7 @@ This screen will allow users to configure the system settings for the VM, such a
- TPM (enabled/disabled) - TPM (enabled/disabled)
- Default: disabled - Default: disabled
[!VM Creation System screen](/SPEC/03_create_vm_system.png) ![VM Creation System screen](/SPEC/03_create_vm_system.png)
#### Disks #### Disks
@ -130,7 +130,7 @@ This screen will allow users to configure the disk settings for the VM, such as
- Async IO - Async IO
- Default: io_uring - Default: io_uring
[!VM Creation Disks screen](/SPEC/04_create_vm_disks.png) ![VM Creation Disks screen](/SPEC/04_create_vm_disks.png)
#### CPU #### CPU
@ -143,7 +143,7 @@ This screen will allow users to configure the CPU settings for the VM, such as C
- CPU Type - CPU Type
- Default: host - Default: host
[!VM Creation CPU screen](/SPEC/05_create_vm_cpu.png) ![VM Creation CPU screen](/SPEC/05_create_vm_cpu.png)
#### Memory #### Memory
@ -158,7 +158,7 @@ This screen will allow users to configure the memory settings for the VM, such a
- Allow KSM (enabled/disabled) - Allow KSM (enabled/disabled)
- Default: enabled - Default: enabled
[!VM Creation Memory screen](/SPEC/06_create_vm_memory.png) ![VM Creation Memory screen](/SPEC/06_create_vm_memory.png)
#### Network #### Network
@ -185,7 +185,7 @@ This screen will allow users to configure the network settings for the VM, such
- Multiqueue (integer) - Multiqueue (integer)
- Default: none - Default: none
[!VM Creation Network screen](/SPEC/07_create_vm_network.png) ![VM Creation Network screen](/SPEC/07_create_vm_network.png)
#### Confirm #### 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 - 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 - 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 ### Error Handling