Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 1997 16:16:01 -0800 (PST)
From:      "Jordan K. Hubbard" <jkh>
To:        CVS-committers, cvs-all, cvs-user
Subject:   cvs commit:  src/release/sysinstall cdrom.c dist.c floppy.c globals.c install.c nfs.c sysinstall.h
Message-ID:  <199701220016.QAA24686@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkh         97/01/21 16:16:01

  Modified:    release/sysinstall  cdrom.c dist.c floppy.c globals.c
                        install.c nfs.c sysinstall.h
  Log:
  Argh!  Moving the media initialization to before the disk scribbling
  section was a good thing, since it made it possible to detect media problems
  *before* the installation started, but it also caused various things to
  be mounted BEFORE the chroot() call, which definitely messes things up.
  
  Fix this by detecting the pre-chroot() case and mounting into a subdir.
  
  Revision  Changes    Path
  1.35      +45 -53    src/release/sysinstall/cdrom.c
  1.95      +2 -2      src/release/sysinstall/dist.c
  1.21      +13 -9     src/release/sysinstall/floppy.c
  1.16      +2 -0      src/release/sysinstall/globals.c
  1.161     +9 -54     src/release/sysinstall/install.c
  1.16      +11 -8     src/release/sysinstall/nfs.c
  1.108     +1 -0      src/release/sysinstall/sysinstall.h



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