Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 2003 09:58:24 -0800 (PST)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/sysinstall dist.c
Message-ID:  <200312161758.hBGHwPGe021707@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
scottl      2003/12/16 09:58:24 PST

  FreeBSD src repository

  Modified files:
    usr.sbin/sysinstall  dist.c 
  Log:
  Once upon a time, DEVFS was optional, major numbers where static, and /dev
  needed to be statically populated with device nodes.  The first two are no
  longer true, which makes the third pretty moot.  In fact, we don't seem to
  put device node bits into the distribution archives at all anymore.
  So..... remove the god-aweful nasty hack that force unmounted devfs during
  installation so that static device nodes could land in /dev.  Now that the
  vnode cleaner handles this case better this isn't strictly needed, but
  axeing code in sysinstall is almost always benficial.  Thanks to Don Lewis
  for pointing out this attribute of sysinstall.
  
  Revision  Changes    Path
  1.227     +1 -22     src/usr.sbin/sysinstall/dist.c



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