mirror of
https://github.com/Snigdha-OS/snigdhaos-arctic.git
synced 2025-09-22 20:45:03 +02:00
mods
This commit is contained in:
15
archiso/airootfs/etc/systemd/system/mnt-hgfs.mount
Normal file
15
archiso/airootfs/etc/systemd/system/mnt-hgfs.mount
Normal file
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=VMware mount for hgfs
|
||||
DefaultDependencies=no
|
||||
Before=umount.target
|
||||
ConditionVirtualization=vmware
|
||||
After=sys-fs-fuse-connections.mount
|
||||
|
||||
[Mount]
|
||||
What=vmhgfs-fuse
|
||||
Where=/mnt/hgfs
|
||||
Type=fuse
|
||||
Options=default_permissions,allow_other
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user