소스 검색

Update haos-vm-v3.sh

tteckster 3 년 전
부모
커밋
9fa467647a
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      vm/haos-vm-v3.sh

+ 2 - 1
vm/haos-vm-v3.sh

@@ -337,7 +337,8 @@ qm set $VMID \
   -scsi0 ${DISK1_REF},size=32G >/dev/null
 qm set $VMID \
   -boot order=scsi0 >/dev/null
-
+qm set $VMID -description "# Home Assistant OS
+### https://github.com/tteck/Proxmox" >/dev/null
 msg_ok "Created HAOS VM ${CL}${BL}${VM_NAME}"
 
 if [ "$START_VM" == "yes" ]; then