Tramp
Version vom 8. Mai 2021, 10:37 Uhr von Hamatoma (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „= Links = = Installation = * debian-buster 10.9 * Hinweis: die graphische Oberfläche funktioniert nur mit neuerem Kernel. <source lang="bash"> apt-get -y ins…“)
Links
Installation
- debian-buster 10.9
- Hinweis: die graphische Oberfläche funktioniert nur mit neuerem Kernel.
apt-get -y install wget && wget -O /tmp/basic_install.sh https://public.hamatoma.de/basic_install.sh
bash /tmp/basic_install.sh
restoretool -v3 init linuxserver
echo "deb http://deb.debian.org/debian buster-backports main contrib non-free" > /etc/apt/sources.list.d/backports.list
apt update
apt-cache search "linux-image-5." | grep "amd64-unsigned" | grep -v "[-]rt-" | grep -v cloud
apt install linux-image-5.10.0-0.bpo.5-amd64-unsigned firmware-linux
perl -pi -e 's/^GRUB_CMDLINE_LINUX_DEFAULT=.*/GRUB_CMDLINE_LINUX_DEFAULT=""/' /etc/default/grub
reboot