Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 1996 07:28:17 -0800 (PST)
From:      "Jordan K. Hubbard" <jkh>
To:        CVS-committers, cvs-all, cvs-user
Subject:   cvs commit:  src/release/sysinstall anonFTP.c apache.c cdrom.c config.c devices.c disks.c index.c install.c installFinal.c label.c media.c misc.c package.c sysinstall.h system.c termcap.c
Message-ID:  <199603181528.HAA28191@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkh         96/03/18 07:28:16

  Modified:    release/sysinstall  anonFTP.c apache.c cdrom.c config.c
                        devices.c disks.c index.c  install.c installFinal.c
                        label.c media.c misc.c package.c  sysinstall.h
                        system.c termcap.c
  Log:
  Lots of fixes:
  
  1. Revamp package installer to use new dependency lists and also
     pkg_add's new `read from stdin' mode to prevent a copy of the package
     from hitting the disk unnecessarily.
  
  2. More fixes for running "not as init" - don't get upset if CDROM already
     mounted, do the right thing instead.
  
  3. If running as init, assume first-time install and _don't show the
     (W)rite option in the fdisk screen.
  
  4. Many other little tweaks, some of which will have to wait for fuller testing
     until I can create a boot floppy (testing certain system-destroying
     features of sysinstall can be a royal pain).  Expect some more commits.
  
  Revision  Changes    Path
  1.8       +57 -59    src/release/sysinstall/anonFTP.c
  1.15      +134 -146  src/release/sysinstall/apache.c
  1.11      +16 -8     src/release/sysinstall/cdrom.c
  1.19      +3 -3      src/release/sysinstall/config.c
  1.41      +5 -10     src/release/sysinstall/devices.c
  1.36      +4 -2      src/release/sysinstall/disks.c
  1.21      +51 -12    src/release/sysinstall/index.c
  1.77      +6 -6      src/release/sysinstall/install.c
  1.22      +2 -2      src/release/sysinstall/installFinal.c
  1.38      +4 -2      src/release/sysinstall/label.c
  1.28      +2 -2      src/release/sysinstall/media.c
  1.15      +2 -2      src/release/sysinstall/misc.c
  1.29      +34 -166   src/release/sysinstall/package.c
  1.46      +4 -3      src/release/sysinstall/sysinstall.h
  1.48      +2 -2      src/release/sysinstall/system.c
  1.12      +1 -3      src/release/sysinstall/termcap.c



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