Move 9p mount code outside of the SPICE conditional. Close #85

This commit is contained in:
Martin Wimpress 2021-10-13 04:16:46 +01:00
parent 8b3d64882f
commit f3659e760b
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -635,6 +635,7 @@ function vm_boot() {
if [ "${guest_os}" != "macos" ] && [ -n "${PUBLIC}" ]; then
echo " - WebDAV: On guest: dav://localhost:9843/"
fi
fi
if [ "${guest_os}" != "windows" ] && [ -n "${PUBLIC}" ]; then
echo -n " - 9P: On guest: "
@ -650,7 +651,6 @@ function vm_boot() {
fi
fi
fi
fi
# If smbd is available and ~/Public is present export it to the guest via samba
if [[ -e "/usr/sbin/smbd" && -n ${PUBLIC} ]]; then