Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jul 2010 12:44:19 +0000 (UTC)
From:      Bruce Cran <brucec@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.sbin/sysinstall label.c
Message-ID:  <201007071244.o67CiVKY079800@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
brucec      2010-07-07 12:44:19 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/sysinstall  label.c 
  Log:
  SVN rev 209764 on 2010-07-07 12:44:19Z by brucec
  
  Increase the default and minimum partition sizes.
  Bump / to 1GB, /var to 4GB and /tmp to 1GB.
  
  A 512MB root partition is now too small to hold two kernels, so to
  prevent installkernel failing 1GB is a better default. Likewise,
  applications are storing more data in /var so 4GB is more reasonable
  on a modern machine.
  
  The previous minimum partition sizes were too small to hold a minimal
  installation, and have been adjusted accordingly.
  
  Discussed with: rwatson, simon
  Approved by: rrs (mentor)
  MFC after: 1 week
  
  Revision  Changes    Path
  1.161     +7 -7      src/usr.sbin/sysinstall/label.c



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