0

We are working on diskless (not really diskless, but with readonly disks) stations. So we found a way to store all havy stuff on remote disk. Is there any way to mount /usr from NFS partition?

tse
  • 173
  • 6

1 Answers1

0

NFS for /usr is not needed when the CoreOS PXE boot method downloads the entire squashfs into RAM. Uncompressed it is maybe 0.7 GB, relatively small.

Add systemd mount units for NFS or whatever other mounts you like.

John Mahowald
  • 30,009
  • 1
  • 17
  • 32