mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Update haos_vm.sh
This commit is contained in:
		@@ -133,9 +133,9 @@ pvesm alloc $STORAGE $VMID $DISK0 128 1>&/dev/null
 | 
			
		||||
qm importdisk $VMID ${FILE%.*} $STORAGE ${IMPORT_OPT:-} 1>&/dev/null
 | 
			
		||||
qm set $VMID \
 | 
			
		||||
  -efidisk0 ${DISK0_REF},size=128K \
 | 
			
		||||
  -scsi0 ${DISK1_REF},size=32G > /dev/null
 | 
			
		||||
  -scsi0 ${DISK1_REF},size=32G >/dev/null
 | 
			
		||||
qm set $VMID \
 | 
			
		||||
  -boot order=scsi0 > /dev/null
 | 
			
		||||
  -boot order=scsi0 >/dev/null
 | 
			
		||||
set +o errtrace
 | 
			
		||||
(
 | 
			
		||||
  echo -e "${CHECKMARK} \e[1;92m Adding serial port and configuring console... \e[0m"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user