Merge pull request #258 from maf12/rom_system_split_fix

Make rom_system_split file executable & minor wording fix
This commit is contained in:
Brooksytech 2022-07-13 12:59:14 -07:00 committed by GitHub
commit fc83055a81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
packages/jelos/sources/scripts/rom_system_split Normal file → Executable file
View file

@ -3,10 +3,10 @@
# rom_system_split: split your roms across your local and external storage
# prerequesites:
# - store local roms must be stored in "/storage/roms_local"
# - store external roms must be stored in "/storage/roms"
# - you cannot spread the same system files across multiple locations.
# if duplicate systems are found, local folders will take preference
# - local roms must be stored in "/storage/roms_local"
# - external roms must be stored in "/storage/roms"
# - you cannot spread the same system files across multiple locations
# NOTE: if duplicate systems are found, local folders will take preference
LOCAL_FOLDER_NAME="roms_local"
EXT_FOLDER_NAME="roms"