--- /dev/null
+# 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-traditional
+iputils-ping
+
--- /dev/null
+# so we can still connect
+openssh-server
+# this gotta be good for _something_ …
+raspi-firmware
+# to boot into a graphical environment
+greetd
+weston
+
+++ /dev/null
-# 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-traditional
-iputils-ping
-
+++ /dev/null
-# so we can still connect
-openssh-server
-# this gotta be good for _something_ …
-raspi-firmware
-
--- /dev/null
+deb http://deb.debian.org/debian testing main contrib non-free non-free-firmware
+deb http://security.debian.org/debian-security testing-security main contrib non-free non-free-firmware
+++ /dev/null
-deb http://deb.debian.org/debian testing main contrib non-free non-free-firmware
-deb http://security.debian.org/debian-security testing-security main contrib non-free non-free-firmware
+++ /dev/null
-LANG="en_US.UTF-8"
--- /dev/null
+LANG="en_US.UTF-8"
# properly apt system
for root in "${PATH_MANY}" '..'; do
- copy_dirtree "${root}${PATH_REL_ETC}" "" all raspi
+ copy_dirtree "${root}${PATH_REL_ETC}" '/etc' all raspi
done
apt update
mark_nonrequireds_auto