Update 'test.sh'
This commit is contained in:
parent
487dd8c843
commit
e137fecc74
5
test.sh
5
test.sh
@ -79,7 +79,7 @@ function default_settings() {
|
|||||||
BRG="vmbr0"
|
BRG="vmbr0"
|
||||||
MAC=$GEN_MAC
|
MAC=$GEN_MAC
|
||||||
VLAN=""
|
VLAN=""
|
||||||
START_VM="yes"
|
START_VM="no"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -145,8 +145,7 @@ qm set $VMID \
|
|||||||
-scsi0 ${DISK1_REF},size=32G >/dev/null
|
-scsi0 ${DISK1_REF},size=32G >/dev/null
|
||||||
qm set $VMID \
|
qm set $VMID \
|
||||||
-boot order=scsi0 >/dev/null
|
-boot order=scsi0 >/dev/null
|
||||||
qm set $VMID -description "# Home Assistant OS
|
qm set $VMID -description "# Home Assistant OS" >/dev/null
|
||||||
### https://github.com/tteck/Proxmox" >/dev/null
|
|
||||||
|
|
||||||
if [ "$START_VM" == "yes" ]; then
|
if [ "$START_VM" == "yes" ]; then
|
||||||
qm start $VMID
|
qm start $VMID
|
||||||
|
Loading…
x
Reference in New Issue
Block a user