diff options
author | Matt Wilson <msw@redhat.com> | 2001-02-06 00:24:37 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-02-06 00:24:37 +0000 |
commit | 5de0eedd8b9adbf7f1120089735064bc565b4dd5 (patch) | |
tree | 6a914d413f2adac6ef1ea82f8a2d089d31aa4df0 /scripts | |
parent | ba977d5b28299df9022be7d8a337ec5ea4355d3d (diff) | |
download | anaconda-5de0eedd8b9adbf7f1120089735064bc565b4dd5.tar.gz anaconda-5de0eedd8b9adbf7f1120089735064bc565b4dd5.tar.xz anaconda-5de0eedd8b9adbf7f1120089735064bc565b4dd5.zip |
add nfs
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mk-images.alpha | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.alpha b/scripts/mk-images.alpha index 9d618f269..6be3feea9 100644 --- a/scripts/mk-images.alpha +++ b/scripts/mk-images.alpha @@ -22,7 +22,7 @@ EOF mount -o loop -t ext2 $MBD_TMPIMAGE $MBD_BOOTTREE } -NETMODULES="3c59x de4x5 depca eepro100 ibmtr old_tulip tulip ne" +NETMODULES="nfs 3c59x de4x5 depca eepro100 ibmtr old_tulip tulip ne" SCSIMODULES="DAC960" mkdir -p $TOPDESTPATH/boot |