Skip to content

Commit 7ee0c9c

Browse files
authored
Fix Tag "community-scripts" for ArchLinux / OPNSense (#2875)
1 parent 648e452 commit 7ee0c9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vm/archlinux-vm.sh

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

455455
msg_info "Creating a Arch Linux VM"
456456
qm create $VMID -agent 1${MACHINE} -tablet 0 -localtime 1 -bios ovmf${CPU_TYPE} -cores $CORE_COUNT -memory $RAM_SIZE \
457-
-name $HN -tags community-scripts -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci
457+
-name $HN -tags community-script -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci
458458
pvesm alloc $STORAGE $VMID $DISK0 4M 1>&/dev/null
459459
qm importdisk $VMID ${FILE} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null
460460
qm set $VMID \

vm/opnsense-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ qm set $VMID \
565565
-scsi0 ${DISK1_REF},${DISK_CACHE}${THIN}size=2G \
566566
-boot order=scsi0 \
567567
-serial0 socket >/dev/null \
568-
-tags community-scripts
568+
-tags community-script
569569
qm resize $VMID scsi0 10G >/dev/null
570570
DESCRIPTION=$(cat <<EOF
571571
<div align='center'>

0 commit comments

Comments
 (0)