Added fstab mounts for /home and /opt to initial default profile
- Closes: #1744 Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -28,4 +28,14 @@ nodeprofiles:
|
||||
ipxe template: default
|
||||
ipmi:
|
||||
template: ipmitool.tmpl
|
||||
resources:
|
||||
fstab:
|
||||
- spec: warewulf:/home
|
||||
file: /home
|
||||
vfstype: nfs
|
||||
mntops: defaults,nofail
|
||||
- spec: warewulf:/opt
|
||||
file: /opt
|
||||
vfstype: nfs
|
||||
mntops: defaults,noauto,nofail,ro
|
||||
nodes: {}
|
||||
|
||||
Reference in New Issue
Block a user