Merge pull request #258 from maf12/rom_system_split_fix
Make rom_system_split file executable & minor wording fix
This commit is contained in:
commit
fc83055a81
1 changed files with 4 additions and 4 deletions
8
packages/jelos/sources/scripts/rom_system_split
Normal file → Executable file
8
packages/jelos/sources/scripts/rom_system_split
Normal file → Executable 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"
|
||||
|
|
Loading…
Reference in a new issue