Since DAB is used by Template creators and is of no use to general SysAdmins it was left out of the pveversion -v output in the standard install.
For those who need it they can add dab and any other package names to the array in line 536 (current version PVE 3.3-2 Oct 3rd 2014) in /usr/share/perl5/PVE/API2/APT.pm which is:
In the case of adding dab it would now become:
For those who need it they can add dab and any other package names to the array in line 536 (current version PVE 3.3-2 Oct 3rd 2014) in /usr/share/perl5/PVE/API2/APT.pm which is:
Code:
push @list, qw(lvm2 clvm corosync-pve openais-pve libqb0 redhat-cluster-pve resource-agents-pve fence-agents-pve pve-cluster qemu-server pve-firmware libpve-common-perl libpve-access-control libpve-storage-perl pve-libspice-server1 vncterm vzctl vzprocps vzquota pve-qemu-kvm ksm-control-daemon glusterfs-client);
In the case of adding dab it would now become:
Code:
push @list, qw(lvm2 clvm corosync-pve openais-pve libqb0 redhat-cluster-pve resource-agents-pve fence-agents-pve pve-cluster qemu-server pve-firmware libpve-common-perl libpve-access-control libpve-storage-perl pve-libspice-server1 vncterm vzctl vzprocps vzquota pve-qemu-kvm ksm-control-daemon glusterfs-client[B] dab[/B]);