Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 1999 21:29:32 -0700 (PDT)
From:      "Jordan K. Hubbard" <jkh@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/release/sysinstall Makefile config.c devices.c disks.c dist.c dist.h index.c install.c kget.c media.c menus.c network.c options.c package.c sysinstall.8 sysinstall.h system.c tcpip.c variable.c
Message-ID:  <199909010429.VAA38472@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkh         1999/08/31 21:29:32 PDT

  Modified files:
    release/sysinstall   Makefile config.c devices.c disks.c 
                         dist.c dist.h index.c install.c kget.c 
                         media.c menus.c network.c options.c 
                         package.c sysinstall.8 sysinstall.h 
                         system.c tcpip.c variable.c 
  Log:
  MFC:  Catch 3.2-stable sysinstall up to 4.0-current level functionality,
  bringing in DHCP support.  The only thing I left out were Poul-Henning's
  newfs changes since I'm not sure if he's brought the rest of that support
  into -stable yet.  If it turns out that this is the case, I'll MFC those
  changes too.
  
  Revision  Changes    Path
  1.87      +2 -1      src/release/sysinstall/Makefile
  1.142     +2 -2      src/release/sysinstall/config.c
  1.101     +8 -9      src/release/sysinstall/devices.c
  1.112     +11 -7     src/release/sysinstall/disks.c
  1.147     +2 -14     src/release/sysinstall/dist.c
  1.41      +2 -9      src/release/sysinstall/dist.h
  1.73      +2 -4      src/release/sysinstall/index.c
  1.246     +3 -7      src/release/sysinstall/install.c
  1.12      +1 -12     src/release/sysinstall/kget.c
  1.101     +4 -7      src/release/sysinstall/media.c
  1.221     +7 -34     src/release/sysinstall/menus.c
  1.42      +4 -7      src/release/sysinstall/network.c
  1.64      +5 -11     src/release/sysinstall/options.c
  1.81      +2 -7      src/release/sysinstall/package.c
  1.24      +36 -89    src/release/sysinstall/sysinstall.8
  1.175     +1 -7      src/release/sysinstall/sysinstall.h
  1.97      +3 -9      src/release/sysinstall/system.c
  1.90      +30 -110   src/release/sysinstall/tcpip.c
  1.28      +2 -5      src/release/sysinstall/variable.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909010429.VAA38472>