File: nfs

package info (click to toggle)
kickseed 0.64
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 304 kB
  • sloc: sh: 1,709; makefile: 2
file content (9 lines) | stat: -rwxr-xr-x 217 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#! /bin/sh -e
# Bring up everything that's needed to fetch a Kickstart file from NFS.

/usr/lib/kickseed/setup/net nfs-modules

depmod -a >/dev/null 2>&1 || true
log-output -t kickseed modprobe -q nfs || true

exit 0