From 396422475f61a989d11acc81f17449d5057d7207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 13 Jul 2021 16:53:49 +0200 Subject: Add /etc/rc.conf --- etc/rc.conf | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 etc/rc.conf diff --git a/etc/rc.conf b/etc/rc.conf new file mode 100644 index 0000000..4372917 --- /dev/null +++ b/etc/rc.conf @@ -0,0 +1,30 @@ + +# $NetBSD: rc.conf,v 1.97 2014/07/14 12:29:48 mbalmer Exp $ +# +# See rc.conf(5) for more information. +# +# Use program=YES to enable program, NO to disable it. program_flags are +# passed to the program on the command line. +# + +# Load the defaults in from /etc/defaults/rc.conf (if it's readable). +# These can be overridden below. +# +if [ -r /etc/defaults/rc.conf ]; then + . /etc/defaults/rc.conf +fi + +# If this is not set to YES, the system will drop into single-user mode. +# +rc_configured=YES + +# Add local overrides below. +# +dhcpcd=YES +dhcpcd_flags="-qM xennet0" +sshd=YES +ntpd=YES +ntpdate=YES +cgd=NO +raidframe=NO +wscons=YES -- cgit v1.2.3