setup-alpine
setup-xorg-base apk add xf86-video-fbdev xinit
nano /etc/startup.sh
Contenu
#!/bin/ash xset -dpms xset s off chromium-browser --home-page http://barcodekiosk.test.com/ --no-sandbox --window-size=1920,1280 --start-fullscreen --test-type --disable-infobars --noerrdialogs --kiosk --disable-crashed-bubbles
chmod +x /etc/startup.sh
mv /etc/X11/xinit/xinitrc /etc/X11/xinit/xinitrc_BAK echo /etc/startup.sh > /etc/X11/xinit/xinitrc
nano /etc/inittab
et modifier la ligne tty1 de la sorte: tty1::respawn:/bin/login -f root
echo startx -- -nocursor >> /etc/profile
nano /etc/X11/xorg.conf
Section "InputClass"
Identifier "Keyboard Default"
MatchIsKeyboard "yes"
Option "XkbLayout" "be"
EndSection
Section "Extensions"
Option "DPMS" "Disable"
EndSection