Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 May 1999 09:46:06 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf options src/sys/i386/i386 autoconf.c src/sys/i386/conf GENERIC LINT Makefile.i386 files.i386
Message-ID:  <199905091646.JAA04435@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         1999/05/09 09:46:05 PDT

  Modified files:
    sys/conf             options 
    sys/i386/i386        autoconf.c 
    sys/i386/conf        GENERIC LINT Makefile.i386 files.i386 
  Log:
  Major lobotomy of config(8).  The
  
          config kernel mumble mumble
  
  line has been obsoleted and removed and with it went all knowledge of
  devices on the part of config.
  
  You can still configure a root device (which is used if you give
  the "-r" flag) but now with an option:
  
          options         ROOTDEVNAME=\"da0s2e\"
  
  The string is parsed by the same code as at the "boot -a" prompt.
  
  At the same time, make the "boot -a" prompt both more able and more
  informative.
  
  ALPHA/PC98 people:  You will have to adapt a few simple changes
  (defining rootdev and dumpdev somewhere else) before config works
  for you again, sorry, but it's all in the name of progress.
  
  Revision  Changes    Path
  1.137     +3 -1      src/sys/conf/options
  1.119     +126 -2    src/sys/i386/i386/autoconf.c
  1.169     +1 -3      src/sys/i386/conf/GENERIC
  1.595     +4 -10     src/sys/i386/conf/LINT
  1.150     +2 -2      src/sys/i386/conf/Makefile.i386
  1.239     +1 -2      src/sys/i386/conf/files.i386


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?199905091646.JAA04435>