Merge pull request #520 from fewtarius/dev

Ensure udevil starts after jelos-autostart, update ES, and don't set the games device on startup.
This commit is contained in:
fewtarius 2022-09-17 13:07:18 -04:00 committed by GitHub
commit 1004fd2cc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 5 deletions

View file

@ -60,5 +60,3 @@ then
else
find_games
fi
set_setting system.gamesdevice ${GAMES_DEVICE}

View file

@ -1,10 +1,9 @@
[Unit]
Description=Udevil mount service
After=jelos-autostart.service
[Service]
Type=oneshot
ExecStart=-/usr/bin/udevil --mount %I
ExecStop=-/usr/bin/udevil --umount %I
ExecStartPost=-/usr/lib/samba/samba-autoshare
ExecStopPost=-/usr/lib/samba/samba-autoshare
RemainAfterExit=yes

View file

@ -3,7 +3,7 @@
# Copyright (C) 2020-present Fewtarius
PKG_NAME="emulationstation"
PKG_VERSION="82e66a4"
PKG_VERSION="76d5304"
PKG_GIT_CLONE_BRANCH="main"
PKG_REV="1"
PKG_ARCH="any"