DragonFly BSD
DragonFly commits List (threaded) for 2003-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/release/sysinstall install.c nfs.c options.c sysinstall.h


From: Hiten Pandya <hmp@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 18 Oct 2003 13:12:26 -0700 (PDT)

hmp         2003/10/18 13:12:26 PDT

  Modified files:
    release/sysinstall   install.c nfs.c options.c sysinstall.h 
  Log:
  Update sysinstall's NFS module:
  
  	* Add ability to select NFSv3 version (default)
  
  	* Add ability to use TCP as protocol.  TCP is
  	  not made default to retain automatic compatiblity
  	  with a wider range of NFS servers.
  
  	* Fix argument processing in mediaInitNFS(), variable_get()
  	  cannot be used in a conditional statement because it returns
  	  a "char *" string; instead, use variable_cmp().
  
  	* Update I/O block sizes in the case when NFS_SLOW is not
  	  set to "YES".  Previously, the NFS_SLOW case had a bigger
  	  block size than the fast case which defaulted to 512b,
  	  whereas the former was 1024.  The new block size used is
  	  4096, which is reasonable for the lowest of connection
  	  mediums.
  
  Reviewed by:	dillon, drhodus
  
  Revision  Changes    Path
  1.4       +2 -0      src/release/sysinstall/install.c
  1.3       +8 -4      src/release/sysinstall/nfs.c
  1.3       +5 -1      src/release/sysinstall/options.c
  1.3       +3 -1      src/release/sysinstall/sysinstall.h




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]