Skip to content

Commit

Permalink
prevent "unknown ioctl 1976" log spam
Browse files Browse the repository at this point in the history
Signed-off-by: fgierlinger <2966031+fgierlinger@users.noreply.github.com>
  • Loading branch information
fgierlinger committed Jun 24, 2024
1 parent 4bb4272 commit 5dce863
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packer_templates/scripts/_common/vmware_debian_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ vmware-iso|vmware-vmx)
if [ "$major_version" -eq 11 ] && [ "$architecture" = "aarch64" ]; then
echo 'deb http://deb.debian.org/debian bullseye-backports main' >> /etc/apt/sources.list
apt-get update
cat > /etc/modprobe.d/blacklist.conf <<EOF
blacklist vsock_loopback
blacklist vmw_vsock_virtio_transport_common
EOF
fi
apt-get install -y open-vm-tools;
mkdir /mnt/hgfs;
Expand Down

0 comments on commit 5dce863

Please sign in to comment.