cvs commit: src/usr.sbin/sysinstall dist.c dist.h menus.c sysinstall.h

Ken Smith kensmith at FreeBSD.org
Mon Dec 31 19:59:18 PST 2007


kensmith    2008-01-01 03:59:18 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/sysinstall  dist.c dist.h menus.c sysinstall.h 
  Log:
  Change sysinstall's handling of X11 stuff.  Doing it in pieces was
  probably the right thing to do a while ago but xorg has progressed
  to the point that for novice users (who are the ones expected to think
  installing X11 during an install...) it's best to just install the
  whole x11/xorg metaport for them.  This removes the X11 sub-menus
  and sets it up so you just select whether or not you want X11.  While
  here garbage collect an X11 configuration menu I missed removing when
  I removed support for attempting xorg configuration from inside sysinstall
  a while ago.
  
  Discussed with:                 rwatson, kris
  No objection from:              re
  Release build tested by:        rwatson
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.254     +3 -37     src/usr.sbin/sysinstall/dist.c
  1.72      +1 -27     src/usr.sbin/sysinstall/dist.h
  1.429     +1 -196    src/usr.sbin/sysinstall/menus.c
  1.275     +0 -8      src/usr.sbin/sysinstall/sysinstall.h


More information about the cvs-src mailing list