! ! Make the default size for / 1GB. ! ! Reported on: stable by many ! Discussed with: kib, rwatson ! Reviewed by: ! ! XXX-Q: are there other palces that need to be adjusted? ! Index: usr.sbin/sysinstall/label.c =================================================================== --- usr.sbin/sysinstall/label.c (revision 202941) +++ usr.sbin/sysinstall/label.c (working copy) @@ -82,7 +82,7 @@ * for this configuration we scale things relative to the NOM vs DEFAULT * sizes. If the disk is larger then /home will get any remaining space. */ -#define ROOT_DEFAULT_SIZE 512 +#define ROOT_DEFAULT_SIZE 1024 #define USR_DEFAULT_SIZE 8192 #define VAR_DEFAULT_SIZE 1024 #define TMP_DEFAULT_SIZE 512 @@ -93,7 +93,7 @@ * when we have insufficient disk space. If this isn't sufficient we scale * down using the MIN sizes instead. */ -#define ROOT_NOMINAL_SIZE 256 +#define ROOT_NOMINAL_SIZE 512 #define USR_NOMINAL_SIZE 1536 #define VAR_NOMINAL_SIZE 128 #define TMP_NOMINAL_SIZE 128