diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2014-04-27 16:40:40 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2014-04-27 16:40:40 +0000 |
| commit | 73e46dba116dd9490e7f713f3d683096af48566a (patch) | |
| tree | 5fbea84cd34c30eb59b4edec5637d9043b6f3008 /release | |
| parent | faecd0da18bcd53db2ee3acb8510306fff2d4fb4 (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile index c0f5506f9a61..92075f8365aa 100644 --- a/release/Makefile +++ b/release/Makefile @@ -164,6 +164,7 @@ system: packagesystem ln -fs /tmp/bsdinstall_etc/resolv.conf release/etc/resolv.conf echo sendmail_enable=\"NONE\" > release/etc/rc.conf echo hostid_enable=\"NO\" >> release/etc/rc.conf + echo debug.witness.trace=0 >> release/etc/sysctl.conf cp ${.CURDIR}/rc.local release/etc touch ${.TARGET} @@ -188,6 +189,7 @@ bootonly: packagesystem ln -fs /tmp/bsdinstall_etc/resolv.conf bootonly/etc/resolv.conf echo sendmail_enable=\"NONE\" > bootonly/etc/rc.conf echo hostid_enable=\"NO\" >> bootonly/etc/rc.conf + echo debug.witness.trace=0 >> bootonly/etc/sysctl.conf cp ${.CURDIR}/rc.local bootonly/etc dvd: @@ -206,6 +208,7 @@ dvd: 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 cp ${.CURDIR}/rc.local ${.TARGET}/etc touch ${.TARGET} |
