Trixie, openbox, minimal Xorg: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 3: | Zeile 3: | ||
* adduser autokrat | * adduser autokrat | ||
* apt install --no-install-recommends xorg openbox obconf tint2 | * apt install --no-install-recommends xorg openbox obconf tint2 | ||
* mkdir /etc/systemd/system/getty@tty1.service.d | |||
* tee -a /etc/systemd/system/getty@tty1.service.d/override.conf <<EOT [Service] ExecStart= ExecStart=-/sbin/agetty --autologin autokrat --noclear %I $TERM Type=idle EOT | |||
Aktuelle Version vom 2. Mai 2026, 08:49 Uhr
- Installation debian trixie ohne GUI, aber incl. sshd
- apt install mc sudo
- adduser autokrat
- apt install --no-install-recommends xorg openbox obconf tint2
- mkdir /etc/systemd/system/getty@tty1.service.d
- tee -a /etc/systemd/system/getty@tty1.service.d/override.conf <<EOT [Service] ExecStart= ExecStart=-/sbin/agetty --autologin autokrat --noclear %I $TERM Type=idle EOT