Changes for page proxmox

Last modified by Kevin Wiki on 2025/07/05 22:56

From version 5.1
edited by Kevin Wiki
on 2025/07/05 20:21
Change comment: There is no comment for this version
To version 6.1
edited by Kevin Wiki
on 2025/07/05 20:22
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -92,10 +92,11 @@
92 92  
93 93  == Bash Script to Automate Setup ==
94 94  
95 -You can automate the full process using the script below.
95 +Install the above using bash script below
96 96  
97 97  === setup_proxmox_templates.sh ===
98 98  
99 +{{code language="bash"}}
99 99  #!/bin/bash
100 100  
101 101  # Exit on errors
... ... @@ -122,6 +122,7 @@
122 122  qm set 910 -ide2 nvme:cloudinit
123 123  qm resize 910 virtio0 +8G
124 124  qm template 910
126 +{{/code}}
125 125  
126 126  echo "Templates setup complete."
127 127