diff --git a/conf/netbsd-8.0.conf b/conf/netbsd-8.0.conf index 5d275b0..e20b051 100644 --- a/conf/netbsd-8.0.conf +++ b/conf/netbsd-8.0.conf @@ -13,7 +13,7 @@ VM_SHUTDOWN_CMD="/sbin/shutdown -p now" VM_INSTALL_CMD="/usr/sbin/pkg_add" VM_RSYNC_PKG="rsync" -VM_SSHFS_PKG="sshfs-fuse" +VM_SSHFS_PKG="fuse-sshfs" VM_PRE_INSTALL_PKGS="tree" VM_LOGIN_TAG="NetBSD/amd64 (localhost) (console)" diff --git a/conf/netbsd-8.1.conf b/conf/netbsd-8.1.conf index f72375a..df15386 100644 --- a/conf/netbsd-8.1.conf +++ b/conf/netbsd-8.1.conf @@ -11,7 +11,7 @@ VM_SHUTDOWN_CMD="/sbin/shutdown -p now" VM_INSTALL_CMD="/usr/sbin/pkg_add" VM_RSYNC_PKG="rsync" -VM_SSHFS_PKG="sshfs-fuse" +VM_SSHFS_PKG="fuse-sshfs" VM_PRE_INSTALL_PKGS="tree" VM_LOGIN_TAG="NetBSD/amd64 (localhost) (console)" diff --git a/conf/netbsd-8.2.conf b/conf/netbsd-8.2.conf index 98b0a9e..6402d77 100644 --- a/conf/netbsd-8.2.conf +++ b/conf/netbsd-8.2.conf @@ -12,7 +12,7 @@ VM_SHUTDOWN_CMD="/sbin/shutdown -p now" VM_INSTALL_CMD="/usr/sbin/pkg_add" VM_RSYNC_PKG="rsync" -VM_SSHFS_PKG="sshfs-fuse" +VM_SSHFS_PKG="fuse-sshfs" VM_PRE_INSTALL_PKGS="tree" VM_LOGIN_TAG="NetBSD/amd64 (localhost) (console)" diff --git a/conf/netbsd-9.0.conf b/conf/netbsd-9.0.conf index ca71b7b..6709f2f 100644 --- a/conf/netbsd-9.0.conf +++ b/conf/netbsd-9.0.conf @@ -11,7 +11,7 @@ VM_SHUTDOWN_CMD="/sbin/shutdown -p now" VM_INSTALL_CMD="/usr/sbin/pkg_add" VM_RSYNC_PKG="rsync" -VM_SSHFS_PKG="sshfs-fuse" +VM_SSHFS_PKG="fuse-sshfs" VM_PRE_INSTALL_PKGS="tree" diff --git a/conf/netbsd-9.1.conf b/conf/netbsd-9.1.conf index f7b556f..a1cb7f1 100644 --- a/conf/netbsd-9.1.conf +++ b/conf/netbsd-9.1.conf @@ -12,7 +12,7 @@ VM_SHUTDOWN_CMD="/sbin/shutdown -p now" VM_INSTALL_CMD="/usr/sbin/pkg_add" VM_RSYNC_PKG="rsync" -VM_SSHFS_PKG="sshfs-fuse" +VM_SSHFS_PKG="fuse-sshfs" VM_PRE_INSTALL_PKGS="tree" diff --git a/conf/netbsd-9.2.conf b/conf/netbsd-9.2.conf index 967829e..a6d2595 100644 --- a/conf/netbsd-9.2.conf +++ b/conf/netbsd-9.2.conf @@ -12,7 +12,7 @@ VM_SHUTDOWN_CMD="/sbin/shutdown -p now" VM_INSTALL_CMD="/usr/sbin/pkg_add" VM_RSYNC_PKG="rsync" -VM_SSHFS_PKG="sshfs-fuse" +VM_SSHFS_PKG="fuse-sshfs" VM_PRE_INSTALL_PKGS="tree"