aboutsummaryrefslogtreecommitdiff
path: root/release/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2026-01-07 13:55:54 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2026-01-07 14:19:43 +0000
commitd07198ff72aeddc5a884cfb81b22c22f2abf88f6 (patch)
tree43671497026c24d2e0e73fa8b87fa54a785af886 /release/Makefile
parentcbc00fcc2b92e6e38b0a180261547b1a22b461bd (diff)
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index 230eb66fc077..bcc640075bf0 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -278,7 +278,6 @@ disc1:
.endif
# Set up installation environment
ln -fs /tmp/bsdinstall_etc/resolv.conf ${.TARGET}/etc/resolv.conf
- echo sendmail_enable=\"NONE\" > ${.TARGET}/etc/rc.conf
echo hostid_enable=\"NO\" >> ${.TARGET}/etc/rc.conf
echo debug.witness.trace=0 >> ${.TARGET}/etc/sysctl.conf
echo vfs.mountroot.timeout=\"10\" >> ${.TARGET}/boot/loader.conf
@@ -323,7 +322,6 @@ bootonly:
.endif
# Set up installation environment
ln -fs /tmp/bsdinstall_etc/resolv.conf ${.TARGET}/etc/resolv.conf
- echo sendmail_enable=\"NONE\" > ${.TARGET}/etc/rc.conf
echo hostid_enable=\"NO\" >> ${.TARGET}/etc/rc.conf
echo debug.witness.trace=0 >> ${.TARGET}/etc/sysctl.conf
echo vfs.mountroot.timeout=\"10\" >> ${.TARGET}/boot/loader.conf
@@ -382,7 +380,6 @@ dvd:
.endif
# Set up installation environment
ln -fs /tmp/bsdinstall_etc/resolv.conf ${.TARGET}/etc/resolv.conf
- echo sendmail_enable=\"NONE\" > ${.TARGET}/etc/rc.conf
echo hostid_enable=\"NO\" >> ${.TARGET}/etc/rc.conf
echo debug.witness.trace=0 >> ${.TARGET}/etc/sysctl.conf
echo vfs.mountroot.timeout=\"10\" >> ${.TARGET}/boot/loader.conf