moved fstab creation for nodes to template

This commit is contained in:
Christian Goll
2022-01-28 14:26:59 +01:00
parent fb1b04c370
commit 113e65e7d7
3 changed files with 29 additions and 33 deletions

View File

@@ -0,0 +1,8 @@
rootfs / tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /run/shm tmpfs defaults 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
{{range .NFSMounts}}
{{.}}
{{end}}