Skip to content

Commit bd30194

Browse files
authored
Update VM Tags (#1562)
* haos-vm.sh tag * debian-vm.sh tag * Update mikrotik-routeros.sh tag * Update nextcloud-vm.sh tag * Update openwrt.sh tag * Update owncloud-vm.sh tag * Update ubuntu2204-vm.sh tag * Update ubuntu2404-vm.sh tag * Add pimox-haos-vm.sh tag * Undo add tag Unable to test
1 parent 8cb63aa commit bd30194

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

vm/debian-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ done
402402

403403
msg_info "Creating a Debian 12 VM"
404404
qm create $VMID -agent 1${MACHINE} -tablet 0 -localtime 1 -bios ovmf${CPU_TYPE} -cores $CORE_COUNT -memory $RAM_SIZE \
405-
-name $HN -tags proxmox-helper-scripts -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci
405+
-name $HN -tags community-script -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci
406406
pvesm alloc $STORAGE $VMID $DISK0 4M 1>&/dev/null
407407
qm importdisk $VMID ${FILE} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null
408408
qm set $VMID \

vm/haos-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ done
444444
msg_ok "Extracted KVM Disk Image"
445445
msg_info "Creating HAOS VM"
446446
qm create $VMID -agent 1${MACHINE} -tablet 0 -localtime 1 -bios ovmf${CPU_TYPE} -cores $CORE_COUNT -memory $RAM_SIZE \
447-
-name $HN -tags proxmox-helper-scripts -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci
447+
-name $HN -tags community-script -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci
448448
pvesm alloc $STORAGE $VMID $DISK0 4M 1>&/dev/null
449449
qm importdisk $VMID ${FILE%.*} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null
450450
qm set $VMID \

vm/mikrotik-routeros.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ DISK_REF="${STORAGE}:${DISK_REF:-}${DISK_VAR:-}"
269269
msg_ok "Extracted Mikrotik RouterOS CHR Disk Image"
270270
msg_info "Creating Mikrotik RouterOS CHR VM"
271271
qm create $VMID -tablet 0 -localtime 1 -cores $CORE_COUNT -memory $RAM_SIZE -name $HN \
272-
-tags proxmox-helper-scripts -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU \
272+
-tags community-script -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU \
273273
-onboot 1 -ostype l26 -scsihw virtio-scsi-pci
274274
qm importdisk $VMID ${FILE%.*} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null
275275
qm set $VMID \

vm/nextcloud-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ done
401401

402402
msg_info "Creating a $NAME"
403403
qm create $VMID -agent 1${MACHINE} -tablet 0 -localtime 1 -bios seabios${CPU_TYPE} -cores $CORE_COUNT -memory $RAM_SIZE \
404-
-name $HN -tags proxmox-helper-scripts -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci
404+
-name $HN -tags community-script -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci
405405
pvesm alloc $STORAGE $VMID $DISK0 4M 1>&/dev/null
406406
pvesm alloc $STORAGE $VMID $DISK1 12G 1>&/dev/null
407407
qm importdisk $VMID ${FILE} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null

vm/openwrt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ qm set $VMID \
475475
-efidisk0 ${DISK0_REF},efitype=4m,size=4M \
476476
-scsi0 ${DISK1_REF},size=512M \
477477
-boot order=scsi0 \
478-
-tags proxmox-helper-scripts \
478+
-tags community-script \
479479
-description "<div align='center'><a href='https://Helper-Scripts.com'><img src='https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/images/logo-81x112.png'/></a>
480480
481481
# OpenWRT

vm/owncloud-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ done
401401

402402
msg_info "Creating a $NAME"
403403
qm create $VMID -agent 1${MACHINE} -tablet 0 -localtime 1 -bios seabios${CPU_TYPE} -cores $CORE_COUNT -memory $RAM_SIZE \
404-
-name $HN -tags proxmox-helper-scripts -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci
404+
-name $HN -tags community-script -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci
405405
pvesm alloc $STORAGE $VMID $DISK0 4M 1>&/dev/null
406406
pvesm alloc $STORAGE $VMID $DISK1 12G 1>&/dev/null
407407
qm importdisk $VMID ${FILE} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null

vm/ubuntu2204-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ done
402402

403403
msg_info "Creating a Ubuntu 22.04 VM"
404404
qm create $VMID -agent 1${MACHINE} -tablet 0 -localtime 1 -bios ovmf${CPU_TYPE} -cores $CORE_COUNT -memory $RAM_SIZE \
405-
-name $HN -tags proxmox-helper-scripts -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci
405+
-name $HN -tags community-script -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci
406406
pvesm alloc $STORAGE $VMID $DISK0 4M 1>&/dev/null
407407
qm importdisk $VMID ${FILE} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null
408408
qm set $VMID \

vm/ubuntu2404-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ done
392392

393393
msg_info "Creating a Ubuntu 24.04 VM"
394394
qm create $VMID -agent 1${MACHINE} -tablet 0 -localtime 1 -bios ovmf${CPU_TYPE} -cores $CORE_COUNT -memory $RAM_SIZE \
395-
-name $HN -tags proxmox-helper-scripts -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci
395+
-name $HN -tags community-script -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci
396396
pvesm alloc $STORAGE $VMID $DISK0 4M 1>&/dev/null
397397
qm importdisk $VMID ${FILE} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null
398398
qm set $VMID \

0 commit comments

Comments
 (0)