Skip to content

Instantly share code, notes, and snippets.

@cupracer
Last active January 26, 2018 10:06
Show Gist options
  • Save cupracer/5c04268b7cf634ae2c7ca14e761775d4 to your computer and use it in GitHub Desktop.
Save cupracer/5c04268b7cf634ae2c7ca14e761775d4 to your computer and use it in GitHub Desktop.
Define a bind mount in SLES AutoYaST
<nfs>
<nfs_entries config:type="list">
<nfs_entry>
<mount_point>/var/tmp</mount_point>
<nfs_options>bind</nfs_options>
<server_path>/tmp</server_path>
<vfstype>auto</vfstype>
</nfs_entry>
</nfs_entries>
</nfs>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment