mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Update ROOT_MIN_SIZE for i386 to 118MB (and other ROOT_*_SIZE).
This commit is contained in:
parent
f33ae51c77
commit
b3e8a7eb8f
4 changed files with 10 additions and 10 deletions
|
|
@ -27,7 +27,7 @@ filesystems:
|
|||
|
||||
Name Purpose Min Size? Optional?
|
||||
---- ------- --------- ---------
|
||||
/ Root filesystem 20MB No
|
||||
/ Root filesystem 118MB No
|
||||
swap Swap space 2 * MEM No
|
||||
/usr System & user files 80MB or more Yes
|
||||
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@
|
|||
* Minimum partition sizes
|
||||
*/
|
||||
#if defined(__alpha__) || defined(__ia64__) || defined(__sparc64__)
|
||||
#define ROOT_MIN_SIZE 40
|
||||
#define ROOT_MIN_SIZE 128
|
||||
#else
|
||||
#define ROOT_MIN_SIZE 30
|
||||
#define ROOT_MIN_SIZE 118
|
||||
#endif
|
||||
#define SWAP_MIN_SIZE 32
|
||||
#define USR_MIN_SIZE 80
|
||||
|
|
@ -80,7 +80,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 128
|
||||
#define ROOT_DEFAULT_SIZE 256
|
||||
#define USR_DEFAULT_SIZE 3072
|
||||
#define VAR_DEFAULT_SIZE 256
|
||||
#define TMP_DEFAULT_SIZE 256
|
||||
|
|
@ -91,7 +91,7 @@
|
|||
* when we have insufficient disk space. If this isn't sufficient we scale
|
||||
* down using the MIN sizes instead.
|
||||
*/
|
||||
#define ROOT_NOMINAL_SIZE 128
|
||||
#define ROOT_NOMINAL_SIZE 192
|
||||
#define USR_NOMINAL_SIZE 512
|
||||
#define VAR_NOMINAL_SIZE 64
|
||||
#define TMP_NOMINAL_SIZE 64
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ filesystems:
|
|||
|
||||
Name Purpose Min Size? Optional?
|
||||
---- ------- --------- ---------
|
||||
/ Root filesystem 20MB No
|
||||
/ Root filesystem 118MB No
|
||||
swap Swap space 2 * MEM No
|
||||
/usr System & user files 80MB or more Yes
|
||||
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@
|
|||
* Minimum partition sizes
|
||||
*/
|
||||
#if defined(__alpha__) || defined(__ia64__) || defined(__sparc64__)
|
||||
#define ROOT_MIN_SIZE 40
|
||||
#define ROOT_MIN_SIZE 128
|
||||
#else
|
||||
#define ROOT_MIN_SIZE 30
|
||||
#define ROOT_MIN_SIZE 118
|
||||
#endif
|
||||
#define SWAP_MIN_SIZE 32
|
||||
#define USR_MIN_SIZE 80
|
||||
|
|
@ -80,7 +80,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 128
|
||||
#define ROOT_DEFAULT_SIZE 256
|
||||
#define USR_DEFAULT_SIZE 3072
|
||||
#define VAR_DEFAULT_SIZE 256
|
||||
#define TMP_DEFAULT_SIZE 256
|
||||
|
|
@ -91,7 +91,7 @@
|
|||
* when we have insufficient disk space. If this isn't sufficient we scale
|
||||
* down using the MIN sizes instead.
|
||||
*/
|
||||
#define ROOT_NOMINAL_SIZE 128
|
||||
#define ROOT_NOMINAL_SIZE 192
|
||||
#define USR_NOMINAL_SIZE 512
|
||||
#define VAR_NOMINAL_SIZE 64
|
||||
#define TMP_NOMINAL_SIZE 64
|
||||
|
|
|
|||
Loading…
Reference in a new issue