Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Sep 2001 04:15:22 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern init_main.c
Message-ID:  <200109151115.f8FBFMW54136@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2001/09/15 04:15:22 PDT

  Modified files:
    sys/kern             init_main.c 
  Log:
  In the devfs case, have initproc attempt the easy cases of mounting /dev.
  This works if /dev exists, or if / is read/write (nfsroot).  If it is
  too hard, leave it up to init -d (which will probably fail if /dev does
  not exist, but there isn't much else we can do short of making a union
  mount on /).
  
  This means we get a proper /dev if you boot a 5.x kernel on a 4.x world,
  which I happen to do often (the ramdisks on our install netboot servers
  have 4.x userland worlds on them).
  
  Revision  Changes    Path
  1.176     +18 -2     src/sys/kern/init_main.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?200109151115.f8FBFMW54136>