home · contact · privacy
Add basic Bullseye server setup.
[config] / bullseye / apt-mark / all
diff --git a/bullseye/apt-mark/all b/bullseye/apt-mark/all
new file mode 100644 (file)
index 0000000..4b760bc
--- /dev/null
@@ -0,0 +1,12 @@
+# connectivity: ifupdown seems necessary everyhwere, isc-dhcp-client
+# unpredictably so
+ifupdown
+isc-dhcp-client
+# git for the setup directory; cloning works with ca-certificates
+ca-certificates
+git
+# to avoid constant warnings about no locale being found
+locales
+# extremely useful for basic network debugging; missed these more than once in an emergency
+netcat
+iputils-ping