File: nfs

package info (click to toggle)
kickseed 0.50
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 276 kB
  • ctags: 68
  • sloc: sh: 1,389; makefile: 21
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