mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
nanobsd: Revert back to 1G (really 927M) partitions for rescue.
The last bump to 8G was caused by all the new symbols and debug info we install by default. Turning those off gets us back to a reasonable size: Filesystem Size Used Avail Capacity Mounted on /dev/md1s1a 927M 771M 83M 90% /mnt Sponsored by: Netflix Reviewed by: jlduran@gmail.com Differential Revision: https://reviews.freebsd.org/D43232
This commit is contained in:
parent
91d2a093df
commit
39e39ba056
@ -9,8 +9,7 @@ NANO_RAM_TMPVARSIZE=40960
|
||||
NANO_PMAKE="make -j 8"
|
||||
NANO_LABEL="rescue"
|
||||
NANO_RAM_TMPVARSIZE=40960
|
||||
#NANO_MEDIASIZE="3932160"
|
||||
NANO_MEDIASIZE="16384000"
|
||||
NANO_MEDIASIZE="3932160"
|
||||
NANO_SECTS="63"
|
||||
NANO_HEADS="16"
|
||||
NANO_IMAGES="2"
|
||||
@ -30,10 +29,12 @@ CONF_INSTALL='
|
||||
'
|
||||
# Options to put in make.conf during both build- & installworld.
|
||||
CONF_WORLD='
|
||||
#TARGET_ARCH=i386
|
||||
CFLAGS=-O -pipe
|
||||
WITHOUT_TESTS=YES
|
||||
ALL_MODULES=YES
|
||||
# We do not need these for rescue
|
||||
WITHOUT_LIB32=true
|
||||
WITHOUT_TESTS=true
|
||||
WITHOUT_DEBUG_FILES=t
|
||||
WITHOUT_KERNEL_SYMBOLS=t
|
||||
'
|
||||
|
||||
# Functions
|
||||
|
Loading…
Reference in New Issue
Block a user