mirror of https://github.com/tteck/Proxmox.git
parent
942fd3fda2
commit
09cc28b017
|
@ -273,9 +273,12 @@ qm set $VMID \
|
||||||
-efidisk0 ${DISK0_REF},efitype=4m,size=4M \
|
-efidisk0 ${DISK0_REF},efitype=4m,size=4M \
|
||||||
-scsi0 ${DISK1_REF},size=2G \
|
-scsi0 ${DISK1_REF},size=2G \
|
||||||
-boot order=scsi0 \
|
-boot order=scsi0 \
|
||||||
-description "# Mikrotik RouterOS VM
|
-description "<div align='center'><a href='https://Helper-Scripts.com'><img src='https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/logo-81x112.png'/></a>
|
||||||
### https://github.com/tteck/Proxmox
|
|
||||||
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D7EP4GF)" >/dev/null
|
# Mikrotik RouterOS
|
||||||
|
|
||||||
|
<a href='https://ko-fi.com/D1D7EP4GF'><img src='https://img.shields.io/badge/☕-Buy me a coffee-blue' /></a>
|
||||||
|
</div>" >/dev/null
|
||||||
msg_ok "Mikrotik RouterOS VM ${CL}${BL}(${HN})"
|
msg_ok "Mikrotik RouterOS VM ${CL}${BL}(${HN})"
|
||||||
if [ "$START_VM" == "yes" ]; then
|
if [ "$START_VM" == "yes" ]; then
|
||||||
msg_info "Starting Mikrotik RouterOS VM"
|
msg_info "Starting Mikrotik RouterOS VM"
|
||||||
|
|
Loading…
Reference in New Issue