summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2014-12-03 10:13:41 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2014-12-03 10:13:41 -0600
commit1267025fb76af18e31b2c7de16606abbb9b87ea3 (patch)
tree8cc3a36b1dd7e1438d05a293cae8eac572126a7c /conf.d
parent30cc3cdb76a66c7c0f89a52db4e5cff77b570e31 (diff)
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/.gitignore2
-rw-r--r--conf.d/Makefile28
-rw-r--r--conf.d/adjkerntz10
-rw-r--r--conf.d/bootmisc10
-rw-r--r--conf.d/consolefont18
-rw-r--r--conf.d/devfs8
-rw-r--r--conf.d/dmesg3
-rw-r--r--conf.d/fsck34
-rw-r--r--conf.d/hostname2
-rw-r--r--conf.d/hwclock20
-rw-r--r--conf.d/ipfw14
-rw-r--r--conf.d/keymaps23
-rw-r--r--conf.d/killprocs3
-rw-r--r--conf.d/localmount3
-rw-r--r--conf.d/modules23
-rw-r--r--conf.d/moused16
-rw-r--r--conf.d/netmount40
-rw-r--r--conf.d/network.BSD.in4
-rw-r--r--conf.d/network.GNU-kFreeBSD.in4
-rw-r--r--conf.d/network.GNU.in4
-rw-r--r--conf.d/network.Linux.in43
-rw-r--r--conf.d/network.in28
-rw-r--r--conf.d/powerd7
-rw-r--r--conf.d/rarpd3
-rw-r--r--conf.d/savecore25
-rw-r--r--conf.d/staticroute.BSD.in6
-rw-r--r--conf.d/staticroute.GNU-kFreeBSD.in5
-rw-r--r--conf.d/staticroute.GNU.in7
-rw-r--r--conf.d/staticroute.Linux.in8
-rw-r--r--conf.d/syscons19
-rw-r--r--conf.d/tmpfiles3
-rw-r--r--conf.d/urandom5
32 files changed, 0 insertions, 428 deletions
diff --git a/conf.d/.gitignore b/conf.d/.gitignore
deleted file mode 100644
index 377ebc05..00000000
--- a/conf.d/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-network
-staticroute
diff --git a/conf.d/Makefile b/conf.d/Makefile
deleted file mode 100644
index 93476fc2..00000000
--- a/conf.d/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-include ../mk/net.mk
-
-DIR= ${CONFDIR}
-CONF= bootmisc fsck hostname localmount netmount urandom tmpfiles \
- ${CONF-${OS}}
-
-ifeq (${MKNET},yes)
-CONF+= network staticroute
-TARGETS+= network staticroute
-CLEANFILES+= network staticroute
-endif
-
-MK= ../mk
-include ${MK}/os.mk
-
-CONF-FreeBSD= ipfw moused powerd rarpd savecore syscons
-
-CONF-Linux= consolefont devfs dmesg hwclock keymaps killprocs modules
-
-CONF-NetBSD= moused rarpd savecore
-
-include ${MK}/scripts.mk
-
-network: network.in network${SFX}
- cat $^ > $@
-
-staticroute: staticroute${SFX}
- cp $@${SFX} $@
diff --git a/conf.d/adjkerntz b/conf.d/adjkerntz
deleted file mode 100644
index b7291cd8..00000000
--- a/conf.d/adjkerntz
+++ /dev/null
@@ -1,10 +0,0 @@
-# Set CLOCK to "UTC" if your system clock is set to UTC (also known as
-# Greenwich Mean Time). If your clock is set to the local time, then
-# set CLOCK to "local". Note that if you dual boot with Windows, then
-# you should set it to "local".
-clock="UTC"
-
-# If you want to set the Hardware Clock to the current System Time
-# during shutdown, then say "YES" here.
-# You normally don't need to do this if you run a ntp daemon.
-clock_systohc="NO"
diff --git a/conf.d/bootmisc b/conf.d/bootmisc
deleted file mode 100644
index d79706cc..00000000
--- a/conf.d/bootmisc
+++ /dev/null
@@ -1,10 +0,0 @@
-# List of /tmp directories we should clean up
-clean_tmp_dirs="/tmp"
-
-# Should we wipe the tmp paths completely or just selectively remove known
-# locks / files / etc... ?
-wipe_tmp="YES"
-
-# Write the initial dmesg log into /var/log/dmesg after boot
-# This may be useful if you need the kernel boot log afterwards
-log_dmesg="YES"
diff --git a/conf.d/consolefont b/conf.d/consolefont
deleted file mode 100644
index e01ae842..00000000
--- a/conf.d/consolefont
+++ /dev/null
@@ -1,18 +0,0 @@
-# The consolefont service is not activated by default. If you need to
-# use it, you should run "rc-update add consolefont boot" as root.
-#
-# consolefont specifies the default font that you'd like Linux to use on the
-# console. You can find a good selection of fonts in /usr/share/consolefonts;
-# you shouldn't specify the trailing ".psf.gz", just the font name below.
-# To use the default console font, comment out the CONSOLEFONT setting below.
-consolefont="default8x16"
-
-# consoletranslation is the charset map file to use. Leave commented to use
-# the default one. Have a look in /usr/share/consoletrans for a selection of
-# map files you can use.
-#consoletranslation="8859-1_to_uni"
-
-# unicodemap is the unicode map file to use. Leave commented to use the
-# default one. Have a look in /usr/share/unimaps for a selection of map files
-# you can use.
-#unicodemap="iso01"
diff --git a/conf.d/devfs b/conf.d/devfs
deleted file mode 100644
index 51f80370..00000000
--- a/conf.d/devfs
+++ /dev/null
@@ -1,8 +0,0 @@
-# OpenRC will attempt each of the following in succession to mount /dev.
-#
-# 1. If there is an entry for /dev in fstab, it will be used.
-# 2. If devtmpfs is defined in the kernel, it will be used.
-# 3. If tmpfs is defined in the kernel, it will be used.
-#
-# Set this to yes if you do not want OpenRC to attempt to mount /dev.
-# skip_mount_dev="NO"
diff --git a/conf.d/dmesg b/conf.d/dmesg
deleted file mode 100644
index cd4b8b36..00000000
--- a/conf.d/dmesg
+++ /dev/null
@@ -1,3 +0,0 @@
-# Sets the level at which logging of messages is done to the
-# console. See dmesg(1) for more info.
-dmesg_level="1"
diff --git a/conf.d/fsck b/conf.d/fsck
deleted file mode 100644
index 16aa5752..00000000
--- a/conf.d/fsck
+++ /dev/null
@@ -1,34 +0,0 @@
-# Pass any arguments to fsck.
-# By default we preen.
-# Linux systems also force -C0 and -T.
-# If fsck_args is not specified then Linux systems also use -A
-# (and -R if / is rw)
-#fsck_args="-p"
-
-# We can also specify the passno in /etc/fstab to check
-# If you multiplex fsck (ie ln -s fsck /etc/init.d/fsck.late) then you can
-# do an fsck outside of the normal scope, say for /home.
-# Here are some exampes:-
-#fsck_passno="=1 =2"
-#fsck_passno=">1"
-#fsck_passno="<2"
-
-# If passno is not enough granularity, you can also specify mountpoints to
-# check. This should NOT be used for the default non-multiplexed fsck, or your
-# system might not be checked. Additionally, it is mutually exclusive with
-# the fsck_passno setting.
-#fsck_mnt=""
-#fsck_mnt="/home"
-
-# Most modern fs's don't require a full fsck on boot, but for those that do
-# it may be advisable to skip this when running on battery.
-# WARNING: Do not turn this off if you have any JFS partitions.
-fsck_on_battery="YES"
-
-# fsck_shutdown causes fsck to trigger during shutdown as well as startup.
-# The end result of this is that if any periodic non-root filesystem checks are
-# scheduled, under normal circumstances the actual check will happen during
-# shutdown rather than at next boot.
-# This is useful when periodic filesystem checks are causing undesirable
-# delays at startup, but such delays at shutdown are acceptable.
-fsck_shutdown="NO"
diff --git a/conf.d/hostname b/conf.d/hostname
deleted file mode 100644
index ebdc8f1b..00000000
--- a/conf.d/hostname
+++ /dev/null
@@ -1,2 +0,0 @@
-# Set to the hostname of this machine
-hostname="localhost"
diff --git a/conf.d/hwclock b/conf.d/hwclock
deleted file mode 100644
index ce9b40ab..00000000
--- a/conf.d/hwclock
+++ /dev/null
@@ -1,20 +0,0 @@
-# Set CLOCK to "UTC" if your Hardware Clock is set to UTC (also known as
-# Greenwich Mean Time). If that clock is set to the local time, then
-# set CLOCK to "local". Note that if you dual boot with Windows, then
-# you should set it to "local".
-clock="UTC"
-
-# If you want the hwclock script to set the system time (software clock)
-# to match the current hardware clock during bootup, leave this
-# commented out.
-# However, you can set this to "NO" if you are running a modern kernel
-# and using NTP to synchronize your system clock.
-#clock_hctosys="YES"
-
-# If you do not want to set the hardware clock to the current system
-# time (software clock) during shutdown, set this to no.
-#clock_systohc="YES"
-
-# If you wish to pass any other arguments to hwclock during bootup,
-# you may do so here. Alpha users may wish to use --arc or --srm here.
-clock_args=""
diff --git a/conf.d/ipfw b/conf.d/ipfw
deleted file mode 100644
index b8c0005b..00000000
--- a/conf.d/ipfw
+++ /dev/null
@@ -1,14 +0,0 @@
-# ipfw provides a stateful firewall.
-# This means we allow everything out, and if we have a connection we allow it
-# back in. This is very flexable and quite secure.
-
-# For ease of use, we allow auth and ssh ports through as well.
-# To override the list of allowed ports
-#ipfw_ports_in="auth ssh"
-
-# You may want to enable logging of denied connections
-#ipfw_log_deny="YES"
-
-# This ports not logged
-#ipfw_ports_nolog="135-139,445 1026,1027 1433,1434"
-
diff --git a/conf.d/keymaps b/conf.d/keymaps
deleted file mode 100644
index 1ba568af..00000000
--- a/conf.d/keymaps
+++ /dev/null
@@ -1,23 +0,0 @@
-# Use keymap to specify the default console keymap. There is a complete tree
-# of keymaps in /usr/share/keymaps to choose from.
-keymap="us"
-
-# Should we first load the 'windowkeys' console keymap? Most x86 users will
-# say "yes" here. Note that non-x86 users should leave it as "no".
-# Loading this keymap will enable VT switching (like ALT+Left/Right)
-# using the special windows keys on the linux console.
-windowkeys="NO"
-
-# The maps to load for extended keyboards. Most users will leave this as is.
-extended_keymaps=""
-#extended_keymaps="backspace keypad euro2"
-
-# Tell dumpkeys(1) to interpret character action codes to be
-# from the specified character set.
-# This only matters if you set unicode="yes" in /etc/rc.conf.
-# For a list of valid sets, run `dumpkeys --help`
-dumpkeys_charset=""
-
-# Some fonts map AltGr-E to the currency symbol instead of the Euro.
-# To fix this, set to "yes"
-fix_euro="NO"
diff --git a/conf.d/killprocs b/conf.d/killprocs
deleted file mode 100644
index 0cf10d0d..00000000
--- a/conf.d/killprocs
+++ /dev/null
@@ -1,3 +0,0 @@
-# If you wish to pass any options to killall5 during shutdown,
-# you should do so here.
-killall5_opts=""
diff --git a/conf.d/localmount b/conf.d/localmount
deleted file mode 100644
index e3361da3..00000000
--- a/conf.d/localmount
+++ /dev/null
@@ -1,3 +0,0 @@
-# Stop the unmounting of certain points.
-# This could be useful for some NFS related work.
-#no_umounts="/dir1:/var/dir2"
diff --git a/conf.d/modules b/conf.d/modules
deleted file mode 100644
index a062a620..00000000
--- a/conf.d/modules
+++ /dev/null
@@ -1,23 +0,0 @@
-# You can define a list modules for a specific kernel version,
-# a released kernel version, a main kernel version or just a list.
-# The most specific versioned variable will take precedence.
-#modules_2_6_23_gentoo_r5="ieee1394 ohci1394"
-#modules_2_6_23="tun ieee1394"
-#modules_2_6="tun"
-#modules_2="ipv6"
-#modules="ohci1394"
-
-# You can give modules a different name when they load - the new name
-# will also be used to pick arguments below.
-#modules="dummy:dummy1"
-
-# Give the modules some arguments if needed, per version if necessary.
-# Again, the most specific versioned variable will take precedence.
-#module_ieee1394_args="debug"
-#module_ieee1394_args_2_6_23_gentoo_r5="debug2"
-#module_ieee1394_args_2_6_23="debug3"
-#module_ieee1394_args_2_6="debug4"
-#module_ieee1394_args_2="debug5"
-
-# You should consult your kernel documentation and configuration
-# for a list of modules and their options.
diff --git a/conf.d/moused b/conf.d/moused
deleted file mode 100644
index 2d9bf778..00000000
--- a/conf.d/moused
+++ /dev/null
@@ -1,16 +0,0 @@
-# See the moused man page for available settings.
-
-# Set to your mouse device psm[0-9] for PS/2 ports, ums[0-9] for USB ports
-# Leave blank to try to autodetect it
-#moused_device="/dev/psm0"
-
-# Any additional arguments required for a specific port
-#moused_args_psm0=""
-# or for all mice
-#moused_args=""
-
-# You can also multiplex the init script for each device like so
-# ln -s moused /etc/init.d/moused.ums0
-# This enables you to have a config file per mouse (forces moused_device
-# to ums0 in this case) and control each mouse.
-# devd can also start and stop these mice, which laptop users will find handy.
diff --git a/conf.d/netmount b/conf.d/netmount
deleted file mode 100644
index fc19fd48..00000000
--- a/conf.d/netmount
+++ /dev/null
@@ -1,40 +0,0 @@
-# You will need to set the dependencies in the netmount script to match
-# the network configuration tools you are using. This should be done in
-# this file by following the examples below, and not by changing the
-# service script itself.
-#
-# Each of these examples is meant to be used separately. So, for
-# example, do not set rc_need to something like "net.eth0 dhcpcd".
-#
-# If you are using newnet and configuring your interfaces with static
-# addresses with the network script, you should use this setting.
-#
-#rc_need="network"
-#
-# If you are using oldnet, you must list the specific net.* services you
-# need.
-#
-# This example assumes all of your netmounts can be reached on
-# eth0.
-#
-#rc_need="net.eth0"
-#
-# This example assumes some of your netmounts are on eth1 and some
-# are on eth2.
-#
-#rc_need="net.eth1 net.eth2"
-#
-# If you are using a dynamic network management tool like
-# networkmanager, dhcpcd in standalone mode, wicd, badvpn-ncd, etc, to
-# manage the network interfaces with the routes to your netmounts, you
-# should list that tool.
-#
-#rc_need="networkmanager"
-#rc_need="dhcpcd"
-#rc_need="wicd"
-#
-# The default setting is designed to be backward compatible with our
-# current setup, but you are highly discouraged from using this. In
-# other words, please change it to be more suited to your system.
-#
-rc_need="net"
diff --git a/conf.d/network.BSD.in b/conf.d/network.BSD.in
deleted file mode 100644
index 9f49b81a..00000000
--- a/conf.d/network.BSD.in
+++ /dev/null
@@ -1,4 +0,0 @@
-
-# You can assign a default route
-#defaultroute="192.168.0.1"
-#defaultroute6="2001:a:b:c"
diff --git a/conf.d/network.GNU-kFreeBSD.in b/conf.d/network.GNU-kFreeBSD.in
deleted file mode 100644
index 9f49b81a..00000000
--- a/conf.d/network.GNU-kFreeBSD.in
+++ /dev/null
@@ -1,4 +0,0 @@
-
-# You can assign a default route
-#defaultroute="192.168.0.1"
-#defaultroute6="2001:a:b:c"
diff --git a/conf.d/network.GNU.in b/conf.d/network.GNU.in
deleted file mode 100644
index 78aa412e..00000000
--- a/conf.d/network.GNU.in
+++ /dev/null
@@ -1,4 +0,0 @@
-
-# You can assign a default route
-#defaultroute="gw 192.168.0.1"
-#defaultroute6="gw 2001:a:b:c"
diff --git a/conf.d/network.Linux.in b/conf.d/network.Linux.in
deleted file mode 100644
index f57ec91a..00000000
--- a/conf.d/network.Linux.in
+++ /dev/null
@@ -1,43 +0,0 @@
-
-# You can assign a default route
-#defaultroute="gw 192.168.0.1"
-#defaultroute6="gw 2001:a:b:c"
-
-# ifconfig under Linux is not that powerful and doesn't easily handle
-# multiple addresses
-# On the other hand, ip (iproute2) is quite powerful and is also supported
-#ip_eth0="192.168.0.10/24; 192.168.10.10/24"
-
-# You can also use ip to add the default route.
-#defaultiproute="via 192.168.0.1"
-#defaultiproute6="via 2001:a:b:c"
-
-# ip doesn't handle MTU like ifconfig, but we can do it like so
-#ifup_eth0="ip link set \$int mtu 1500"
-
-# Create a bonded interface
-#interfaces="bond0"
-#ifup_bond0="modprobe bonding; ifconfig \$int up; ifenslave \$int bge0"
-#ifconfig_bond0="192.168.0.10 netmask 255.255.255.0"
-#ifdown_bond0="rmmod bonding"
-
-# Create tap interface and a bridge interface.
-# We add the tap to the bridge.
-# An external program, like dhcpcd, will configure the IP on the bridge
-#interfaces="tun0 br0"
-#ifup_tun0="tunctl -t \$int"
-#ifdown_tun0="tunctl -d \$int"
-#ifup_br0="brctl addbr \$int; brctl add \$int eth1; brtctl add \$int eth2"
-#ifdown_br0="ifconfig \$int down; btctl delbr \$int"
-
-# Create VLAN
-#interfaces="eth0_2 eth0_3 eth0_4"
-#ifup_eth0="vconfig add \$int 2; vconfig add \$int 3; vconfig add \$int 4"
-#ifconfig_eth0_2="192.168.2.10 netmask 255.255.255.0"
-#ifconfig_eth0_3="192.168.3.10 netmask 255.255.255.0"
-#ifconfig_eth0_4="192.168.4.10 netmask 255.255.255.0"
-#ifdown_eth0="vconfig rem \$int.2; vconfig rem \$int.3; vconfig rem \$int.4"
-
-# Normally you would use wpa_supplicant to configure wireless, but you can
-# use iwconfig also
-#ifup_wlan0="iwconfig \$int key s:secretkey enc open essid foobar"
diff --git a/conf.d/network.in b/conf.d/network.in
deleted file mode 100644
index d5477a0d..00000000
--- a/conf.d/network.in
+++ /dev/null
@@ -1,28 +0,0 @@
-# Assign static IP addresses and run custom scripts per interface.
-# Seperate commands with ;
-# Prefix with ! to run a shell script.
-# Use \$int to represent the interface
-#ifconfig_eth0="192.168.0.10 netmask 255.255.255.0"
-
-# You also have ifup_eth0 and ifdown_eth0 to run other commands when
-# eth0 is started and stopped.
-# You should note that we don't stop the network at system shutdown by default.
-# If you really need this, then set keep_network=NO
-
-# Lastly, the interfaces variable pulls in virtual interfaces that cannot
-# be automatically detected.
-#interfaces="br0 bond0 vlan0"
-
-# You can also use files instead of variables here if you like:
-# /etc/ifconfig.eth0 is equivalent to ifconfig_eth0
-# /etc/ip.eth0 is equivalent to ifconfig_eth0
-# /etc/ifup.eth0 is equivalent to ifup_eth0
-# /etc/ifdown.eth0 is equivalent to ifdown_eth0
-# Any files found will automatically be put into the interfaces variable.
-# You don't need to escape variables in files, so use $int instead of \$int.
-
-# If you require DHCP, you should install dhcpcd and it to the boot or
-# default runlevel.
-
-# NIS users can set the domain name here
-#domainname="foobar"
diff --git a/conf.d/powerd b/conf.d/powerd
deleted file mode 100644
index df5fb700..00000000
--- a/conf.d/powerd
+++ /dev/null
@@ -1,7 +0,0 @@
-# Mode allowed: maximum, minimum, adaptive
-# Default unless specified is adaptive
-powerd_ac_mode="maximum"
-#powerd_battery_mode="minimum"
-
-# Addiditonal arguments for powerd - see the man page for details
-powerd_args=""
diff --git a/conf.d/rarpd b/conf.d/rarpd
deleted file mode 100644
index 60d71a45..00000000
--- a/conf.d/rarpd
+++ /dev/null
@@ -1,3 +0,0 @@
-# To start rarpd only for a given interface, set the
-# following variable. Otherwise we listen on all interfaces.
-#rarpd_interface="rl0"
diff --git a/conf.d/savecore b/conf.d/savecore
deleted file mode 100644
index 99eaefc9..00000000
--- a/conf.d/savecore
+++ /dev/null
@@ -1,25 +0,0 @@
-# Unless you're a kernel developer or driver writer then this won't
-# be of any interest to you at all.
-# The following options allow to configure the kernel's core dump
-# facilities.
-
-# The dump_device variable is used to specify which device will be
-# used by the kernel to write the dump down. This has to be a swap
-# partition, and has to be at least big enough to contain the whole
-# physical memory (see hw.physmem sysctl(8) variable).
-# When the variable is commented out, no core dump will be enabled for
-# the kernel.
-#dump_device=/dev/ad0s1b
-
-# The dump_dir variable is used to tell savecore(8) utility where
-# to save the kernel core dump once it's restored from the dump
-# device. If unset, /var/crash will be used, as the default of
-# FreeBSD.
-#dump_dir=/var/crash
-
-# The dump_compress variable decide whether to compress with
-# gzip(1) the dump or leave it of its original size (the size of the
-# physical memory present on the system). If set to yes, the -z option
-# will be passed to savecore(8) that will proceed on compressing the
-# dump.
-#dump_compress=NO
diff --git a/conf.d/staticroute.BSD.in b/conf.d/staticroute.BSD.in
deleted file mode 100644
index 47984733..00000000
--- a/conf.d/staticroute.BSD.in
+++ /dev/null
@@ -1,6 +0,0 @@
-# Separate multiple routes using ; or new lines.
-# /etc/route.conf(5) takes precedence over this configuration.
-
-# Example static routes. See route(8) for syntax.
-#staticroute="net 192.168.0.0 -netmask 255.255.255.0 10.73.1.1
-#net 192.168.1.0 -netmask 255.255.255.0 10.73.1.1"
diff --git a/conf.d/staticroute.GNU-kFreeBSD.in b/conf.d/staticroute.GNU-kFreeBSD.in
deleted file mode 100644
index 9f541524..00000000
--- a/conf.d/staticroute.GNU-kFreeBSD.in
+++ /dev/null
@@ -1,5 +0,0 @@
-# Separate multiple routes using ; or new lines.
-
-# Example static routes. See route(8) for syntax.
-#staticroute="net 192.168.0.0 10.73.1.1 netmask 255.255.255.0
-#net 192.168.1.0 10.73.1.1 netmask 255.255.255.0"
diff --git a/conf.d/staticroute.GNU.in b/conf.d/staticroute.GNU.in
deleted file mode 100644
index 58d77e3c..00000000
--- a/conf.d/staticroute.GNU.in
+++ /dev/null
@@ -1,7 +0,0 @@
-# Separate multiple routes using ; or new lines.
-# /etc/route.conf(5) takes precedence over this configuration.
-
-# Example static routes. See route(8) for syntax.
-# FIXME: "net ..." not supported
-#staticroute="net 192.168.0.0 -netmask 255.255.255.0 --address 10.73.1.1
-#net 192.168.1.0 -netmask 255.255.255.0 --address 10.73.1.1"
diff --git a/conf.d/staticroute.Linux.in b/conf.d/staticroute.Linux.in
deleted file mode 100644
index 68d22eb4..00000000
--- a/conf.d/staticroute.Linux.in
+++ /dev/null
@@ -1,8 +0,0 @@
-# Separate multiple routes using ; or new lines.
-
-# Example static routes. See route(8) for syntax.
-#staticroute="net 192.168.0.0 netmask 255.255.255.0 gw 10.73.1.1
-#net 192.168.1.0 netmask 255.255.255.0 gw 10.73.1.1"
-
-# Example static routes using iproute2. See ip(8) for syntax.
-#staticiproute="192.168.0.0/24 via 10.73.1.1; 192.168.1.0/24 via 10.73.1.1"
diff --git a/conf.d/syscons b/conf.d/syscons
deleted file mode 100644
index cd012df6..00000000
--- a/conf.d/syscons
+++ /dev/null
@@ -1,19 +0,0 @@
-# Example syscons config file. This is the place to set things like keymap, etc.
-
-# Set the video mode - you should check the vidcontrol man page for valid modes
-# NOTE:- This will blank the screen after this command is run
-# NOTE:- You can get more modes if you load the vesa kernel module, but this
-# may require the SC_PIXEL_MODE kernel option
-#allscreen_flags="VGA_80x30"
-
-# Set the keymap to "uk.iso".
-#keymap="uk.iso"
-
-# Set the keyboard rate to 250ms delay, and 34 repeat rate.
-#keyrate="250.34"
-
-# Change the behaviour of F-unction keys (see kbdcontrol(1)).
-#keychange="10 'ssh myhost'"
-
-# See vidcontrol(1) -t
-#blanktime="off"
diff --git a/conf.d/tmpfiles b/conf.d/tmpfiles
deleted file mode 100644
index c3f208fe..00000000
--- a/conf.d/tmpfiles
+++ /dev/null
@@ -1,3 +0,0 @@
-# Extra options for tmpfiles.sh
-#tmpfiles_opts="--verbose"
-tmpfiles_opts=""
diff --git a/conf.d/urandom b/conf.d/urandom
deleted file mode 100644
index f721a249..00000000
--- a/conf.d/urandom
+++ /dev/null
@@ -1,5 +0,0 @@
-# Sometimes you want to have urandom start before "localmount"
-# (say for crypt swap), so you will need to customize this
-# behavior. If you have /var on a separate partition, then
-# make sure this path lives on your root device somewhere.
-urandom_seed="/var/lib/misc/random-seed"