Explorar el Código

Update haos_vm.sh

tteckster hace 3 años
padre
commit
c6dbf87328
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      vm/haos_vm.sh

+ 0 - 1
vm/haos_vm.sh

@@ -328,7 +328,6 @@ qm set $VMID \
   -scsi0 ${DISK1_REF},size=32G >/dev/null
 qm set $VMID \
   -boot order=scsi0 >/dev/null
-qm set $VMID --delete local-lvm:vm-$VMID-disk-2
 msg_ok "Created HAOS VM ${CL}${BL}${VM_NAME}"
 
 if [ "$START_VM" == "yes" ]; then