More aggressive Chromium config and quiet Raspberry Pi boot

This commit is contained in:
Manawyrm 2023-07-01 01:21:10 +02:00
parent e6220776ac
commit 324d29c459
2 changed files with 17 additions and 2 deletions

View File

@ -26,7 +26,22 @@ fi
# start chromium
URL=$(get-ini /boot/kioskbrowser.ini browser url)
chromium --start-fullscreen --check-for-update-interval=1 --simulate-critical-update --noerrdialogs --disable-infobars --kiosk --allow-insecure-localhost ${URL} &
chromium --start-fullscreen \
--allow-insecure-localhost \
--autoplay-policy=no-user-gesture-required \
--check-for-update-interval=1 \
--disable-component-update \
--disable-features=Translate \
--disable-infobars \
--disable-pinch \
--disable-session-crashed-bubble \
--kiosk \
--noerrdialogs \
--overscroll-history-navigation=0 \
--simulate-critical-update \
--simulate-outdated-no-au='Tue, 31 Dec 2099 23:59:59 GMT' \
--touch-events=enabled \
${URL} &
# if a cache clearing interval is specified, launch the cache-clear-timer (while true, sleep, rm -rf)
CACHE_CLEAR=$(get-ini /boot/kioskbrowser.ini browser cache_clear_interval)

View File

@ -1 +1 @@
console=serial0,115200 console=tty1 root=PARTUUID=544c6228-02 rootfstype=ext4 ro rootwait quiet
console=serial0,115200 console=tty1 root=PARTUUID=544c6228-02 rootfstype=ext4 ro rootwait logo.nologo consoleblank=0 loglevel=0 quiet