#!/bin/bash
# compile kernel, and put romdisk.img into it.
#-----------------------------------------------------------------------------
make nfs || exit 1
#-----------------------------------------------------------------------------
# End of NFSONLY bash install file.
