mirror of https://github.com/tteck/Proxmox.git
parent
85216cabc3
commit
419f750487
|
@ -264,8 +264,8 @@ pvesm alloc $STORAGE $VMID $DISK0 4M 1>&/dev/null
|
||||||
qm importdisk $VMID ${FILE%.*} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null
|
qm importdisk $VMID ${FILE%.*} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null
|
||||||
qm set $VMID \
|
qm set $VMID \
|
||||||
-efidisk0 ${DISK0_REF},efitype=4m,size=4M \
|
-efidisk0 ${DISK0_REF},efitype=4m,size=4M \
|
||||||
-scsi0 ${DISK1_REF},size=2G >/dev/null
|
-scsi0 ${DISK1_REF},size=2G \
|
||||||
-boot order=scsi0 >/dev/null
|
-boot order=scsi0 \
|
||||||
-description "# Mikrotik RouterOS VM
|
-description "# Mikrotik RouterOS VM
|
||||||
### https://github.com/tteck/Proxmox
|
### https://github.com/tteck/Proxmox
|
||||||
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D7EP4GF)" >/dev/null
|
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D7EP4GF)" >/dev/null
|
||||||
|
|
Loading…
Reference in New Issue