From e93b5d846aac31088c4b91b8ef3ea11b271365a8 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 25 Feb 2025 04:25:15 +0100 Subject: [PATCH] Add forgotten testing/aptmark/ directory. --- testing/aptmark/all | 14 ++++++++++++++ testing/aptmark/h610m | 10 ++++++++++ testing/aptmark/t490s | 3 +++ 3 files changed, 27 insertions(+) create mode 100644 testing/aptmark/all create mode 100644 testing/aptmark/h610m create mode 100644 testing/aptmark/t490s diff --git a/testing/aptmark/all b/testing/aptmark/all new file mode 100644 index 0000000..cf4af24 --- /dev/null +++ b/testing/aptmark/all @@ -0,0 +1,14 @@ +# 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 +# to set the time +ntpsec-ntpdate diff --git a/testing/aptmark/h610m b/testing/aptmark/h610m new file mode 100644 index 0000000..645086f --- /dev/null +++ b/testing/aptmark/h610m @@ -0,0 +1,10 @@ +# for X to start at all +linux-headers-amd64 +nvidia-driver +firmware-misc-nonfree +# X input: keyboard +xserver-xorg-input-evdev +## CUDA +#nvidia-cuda-dev +#nvidia-cuda-toolkit + diff --git a/testing/aptmark/t490s b/testing/aptmark/t490s new file mode 100644 index 0000000..9be8397 --- /dev/null +++ b/testing/aptmark/t490s @@ -0,0 +1,3 @@ +# so we can work without the Ethernet adapter +network-manager + -- 2.30.2