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:
Jonathon Anderson
2025-02-14 20:30:46 -07:00
parent 12f7cb4033
commit b05fa4157a
4 changed files with 61 additions and 0 deletions

View File

@@ -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: {}