aboutsummaryrefslogtreecommitdiff
path: root/straper/db/public/boot/etc-default/networking
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukasz.kasprzak@pm.me>2026-04-14 22:32:43 +0200
committerLukasz Kasprzak <lukasz.kasprzak@pm.me>2026-04-14 22:32:43 +0200
commit83f7fe4b8402bab171d110703a1b1115efbc9b28 (patch)
tree19110702c7d740f6bd8ee4f5d2ebcb97442be237 /straper/db/public/boot/etc-default/networking
parent51d43498b07dc97d795947964534f0903cd05db5 (diff)
downloadbin-83f7fe4b8402bab171d110703a1b1115efbc9b28.tar.gz
bin-83f7fe4b8402bab171d110703a1b1115efbc9b28.zip
cleaned up many scrits and deleted some that were of no use; renamed a lot
Diffstat (limited to 'straper/db/public/boot/etc-default/networking')
-rw-r--r--straper/db/public/boot/etc-default/networking31
1 files changed, 0 insertions, 31 deletions
diff --git a/straper/db/public/boot/etc-default/networking b/straper/db/public/boot/etc-default/networking
deleted file mode 100644
index 9655359..0000000
--- a/straper/db/public/boot/etc-default/networking
+++ /dev/null
@@ -1,31 +0,0 @@
-# Configuration for networking init script being run during
-# the boot sequence
-
-# Set to 'no' to skip interfaces configuration on boot
-#CONFIGURE_INTERFACES=yes
-
-# Don't configure these interfaces. Shell wildcards supported/
-#EXCLUDE_INTERFACES=
-
-# Set to 'yes' to enable additional verbosity
-#VERBOSE=no
-
-# Method to wait for the network to become online,
-# for services that depend on a working network:
-# - ifup: wait for ifup to have configured an interface.
-# - route: wait for a route to a given address to appear.
-# - ping/ping6: wait for a host to respond to ping packets.
-# - none: don't wait.
-#WAIT_ONLINE_METHOD=ifup
-
-# Which interface to wait for.
-# If none given, wait for all auto interfaces, or if there are none,
-# wait for at least one hotplug interface.
-#WAIT_ONLINE_IFACE=
-
-# Which address to wait for for route, ping and ping6 methods.
-# If none is given for route, it waits for a default gateway.
-#WAIT_ONLINE_ADDRESS=
-
-# Timeout in seconds for waiting for the network to come online.
-#WAIT_ONLINE_TIMEOUT=300