diff options
author | Luiz Souza <luiz@netgate.com> | 2017-10-07 13:40:51 -0500 |
---|---|---|
committer | Luiz Souza <luiz@netgate.com> | 2017-10-07 13:43:13 -0500 |
commit | 277eb2fc4f8c2171ed1caae16e98405fd9e572cb (patch) | |
tree | e56cb0553b68a46d3e1510ae65b3afe1a77d49c6 /release | |
parent | d8b2e046db23fd736b231db4860cec01250fc580 (diff) | |
download | FreeBSD-src-277eb2fc4f8c2171ed1caae16e98405fd9e572cb.zip FreeBSD-src-277eb2fc4f8c2171ed1caae16e98405fd9e572cb.tar.gz |
Add the environment files for the build of the SG-3100 installer images.
(cherry picked from commit 5020ca75d145eab6e76c7ff58d5c406c2e44d5e9)
Diffstat (limited to 'release')
-rw-r--r-- | release/conf/r1_installer_make.conf | 6 | ||||
-rw-r--r-- | release/conf/r1_installer_src-env.conf | 2 | ||||
-rw-r--r-- | release/conf/r1_installer_src.conf | 90 |
3 files changed, 98 insertions, 0 deletions
diff --git a/release/conf/r1_installer_make.conf b/release/conf/r1_installer_make.conf new file mode 100644 index 0000000..06e3426 --- /dev/null +++ b/release/conf/r1_installer_make.conf @@ -0,0 +1,6 @@ +# Default serial console speed +BOOT_COMCONSOLE_SPEED=115200 +BOOT_BOOT0_COMCONSOLE_SPEED=0 + +# Do not build modules for ufw-installer +NO_MODULES=yes diff --git a/release/conf/r1_installer_src-env.conf b/release/conf/r1_installer_src-env.conf new file mode 100644 index 0000000..90c70e7 --- /dev/null +++ b/release/conf/r1_installer_src-env.conf @@ -0,0 +1,2 @@ +WITH_META_MODE=YES +WITHOUT_SYSTEM_COMPILER=YES diff --git a/release/conf/r1_installer_src.conf b/release/conf/r1_installer_src.conf new file mode 100644 index 0000000..6da93ce --- /dev/null +++ b/release/conf/r1_installer_src.conf @@ -0,0 +1,90 @@ +WITHOUT_ACCT=YES +WITHOUT_AMD=YES +WITHOUT_APM=YES +WITHOUT_ASSERT_DEBUG=YES +WITHOUT_AT=YES +WITHOUT_ATM=YES +WITHOUT_AUDIT=YES +WITHOUT_AUTHPF=YES +WITHOUT_AUTOFS=YES +WITHOUT_BHYVE=YES +WITHOUT_BLACKLIST=YES +WITHOUT_BLUETOOTH=YES +WITHOUT_BSDINSTALL=YES +WITHOUT_BSNMP=YES +WITHOUT_CALENDAR=YES +WITHOUT_CAPSICUM=YES +WITHOUT_CASPER=YES +WITHOUT_CCD=YES +WITHOUT_CDDL=YES +WITHOUT_CPP=YES +WITHOUT_CTM=YES +WITHOUT_CUSE=YES +WITHOUT_DEBUG_FILES=YES +WITHOUT_DICT=YES +WITHOUT_EE=YES +WITHOUT_EXAMPLES=YES +WITHOUT_FILE=YES +WITHOUT_FINGER=YES +WITHOUT_FLOPPY=YES +WITHOUT_FMTREE=YES +WITHOUT_FREEBSD_UPDATE=YES +WITHOUT_FTP=YES +WITHOUT_GAMES=YES +WITHOUT_GCOV=YES +WITHOUT_GSSAPI=YES +WITHOUT_HAST=YES +WITHOUT_HESIOD=YES +WITHOUT_HTML=YES +WITHOUT_HYPERV=YES +WITHOUT_ICONV=YES +WITHOUT_INETD=YES +WITHOUT_IPFILTER=YES +WITHOUT_IPFW=YES +WITHOUT_ISCSI=YES +WITHOUT_JAIL=YES +WITHOUT_KDUMP=YES +WITHOUT_KERBEROS=YES +WITHOUT_KERNEL_SYMBOLS=YES +WITHOUT_KVM=YES +WITHOUT_LANG=YES +WITHOUT_LDNS_UTILS=YES +WITHOUT_LIB32=YES +WITHOUT_LOCALES=YES +WITHOUT_LOCATE=YES +WITHOUT_LPR=YES +WITHOUT_MAIL=YES +WITHOUT_MAKE=YES +WITHOUT_MAN=YES +WITHOUT_NDIS=YES +WITHOUT_NETGRAPH=YES +WITHOUT_NIS=YES +WITHOUT_NLS=YES +WITHOUT_NLS_CATALOGS=YES +WITHOUT_NS_CACHING=YES +WITHOUT_NTP=YES +WITHOUT_PC_SYSINSTALL=yes +WITHOUT_PF=YES +WITHOUT_PMC=YES +WITHOUT_PORTSNAP=yes +WITHOUT_PPP=YES +WITHOUT_PROFILE=YES +WITHOUT_QUOTAS=YES +WITHOUT_RADIUS_SUPPORT=YES +WITHOUT_RCMDS=YES +WITHOUT_RCS=YES +WITHOUT_RESCUE=YES +WITHOUT_ROUTED=YES +WITHOUT_SETUID_LOGIN=YES +WITHOUT_SHAREDOCS=YES +WITHOUT_SVNLITE=YES +WITHOUT_TALK=YES +WITHOUT_TCP_WRAPPERS=YES +WITHOUT_TCSH=YES +WITHOUT_TELNET=YES +WITHOUT_TESTS=yes +WITHOUT_TEXTPROC=YES +WITHOUT_TIMED=YES +WITHOUT_TOOLCHAIN=YES +WITHOUT_UNBOUND=YES +WITHOUT_USB_GADGET_EXAMPLES=YES |