Это старая версия документа!
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