Move 9p mount code outside of the SPICE conditional. Close #85
This commit is contained in:
parent
8b3d64882f
commit
f3659e760b
2
quickemu
2
quickemu
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue