[DEFCONFIG/BOARD] Fix permissions, mount rootfs read-only, create swap in firstboot (#66)

* Fix permissions

* Enable swap in firstboot, change btrfs commit interval to 5s
This commit is contained in:
tiopex
2023-12-14 23:06:39 +01:00
committed by GitHub
parent 130d2be1f3
commit bb7b7e03eb
6 changed files with 9 additions and 6 deletions

View File

@@ -28,6 +28,7 @@ if test -d "${BINARIES_DIR}/retroarch";then
CORE_SCRIPT="${CORE_NAME}.sh"
touch $RA_WDIR/"${CORE_SCRIPT}"
echo -e "#!/bin/sh\n/mnt/emus/retroarch/retroarch -L ${CORE_FILE} \"\$1\"" > $RA_WDIR/"${CORE_SCRIPT}"
chmod +x $RA_WDIR/"${CORE_SCRIPT}"
# RA_LDIR="${BINARIES_DIR}/main/gmenu2x/sections/cores"
# CORE_LINK="zblank.${CORE_NAME}.ra"
# touch $RA_LDIR/"${CORE_LINK}"