File: nfs

package info (click to toggle)
kickseed 0.58
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 300 kB
  • sloc: sh: 1,699; makefile: 2
file content (9 lines) | stat: -rwxr-xr-x 213 bytes parent folder | download | duplicates (6)
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.

/lib/kickseed/setup/net nfs-modules

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

exit 0