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

Erwin Lansing erwin at FreeBSD.org
Mon Oct 23 20:49:50 UTC 2006


erwin       2006-10-23 20:49:49 UTC

  FreeBSD src repository (ports committer)

  Modified files:
    usr.sbin/sysinstall  dist.c install.c sysinstall.h 
  Log:
  If the user did not chose a distribution from the menu, a sensible
  default distribution (user) will be installed, however, no kernel
  will be installed.  Fix this by installing a sensible default kernel,
  SMP/GENERIC, depending on WITH_SMP and number of CPUS found.
  
  Reviewed by:    jhb
  
  Revision  Changes    Path
  1.245     +1 -1      src/usr.sbin/sysinstall/dist.c
  1.370     +2 -0      src/usr.sbin/sysinstall/install.c
  1.273     +1 -0      src/usr.sbin/sysinstall/sysinstall.h


More information about the cvs-src mailing list