Это старая версия документа!
Slax
DNS
Keyboard
https://groups.google.com/g/slax-users/c/ysmA6JNH-4U - system language and keyboard
OpenConnect
fluxbox
How to disable autologin?
cat /lib/systemd/system/xorg.service [Unit] Description=X-Window ConditionKernelCommandLine=!text After=systemd-user-sessions.service [Service] ExecStart=/bin/su --login -c "/usr/bin/startx -- :0 vt7 -ac -nolisten tcp"
cat ~/.xinitrc startfluxbox
tail ~/.fluxbox/startup if [ "$(virt-what | egrep -i "virtualbox|vmware")" != "" ]; then # this is here to fix some strange virtualbox bug # to adjust window size properly fbscreensize 1440x900 -n fbscreensize 1280x800 -n fi # And last but not least we start fluxbox. # Because it is the last app you have to run it with ''exec'' before it. exec fluxbox
https://opensource.com/article/19/12/fluxbox-linux-desktop
By default, your session manager (KDM, GDM, LightDM, or XDM, depending on your setup) will continue to log you into your previous desktop, so you must override that before logging in.