mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
[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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user