Skip to content

Commit f7d1bfb

Browse files
committed
added new theme "EmuStation" in /mnt
1 parent 34241ca commit f7d1bfb

File tree

4 files changed

+16
-13
lines changed

4 files changed

+16
-13
lines changed

FunKey/board/funkey/rootfs-overlay/usr/local/sbin/first_boot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ copy_files_to_usb_partition () {
202202
mount /mnt/ || die_notif 16 "Cannot mount /mnt"
203203
fi
204204

205-
# Copy freware games
206-
unzip -q -o /usr/local/share/mnt_freware_games.zip -d /mnt/
205+
# Copy freware games and other necessary mnt files
206+
unzip -q -o /usr/local/share/mnt_files.zip -d /mnt/
207207

208208
# Copy OPKs
209209
set +f
Binary file not shown.

FunKey/board/funkey/update_partition

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ do_postinst()
3434
##############################
3535
# SHARED PARTITION PROCESSES #
3636
##############################
37-
notif_set 0 " 3/4 COPY OPKS TO USB MOUNT^DO NOT TURN OFF THE CONSOLE"
37+
notif_set 0 " 3/4 COPY FILES TO USB MOUNT^DO NOT TURN OFF THE CONSOLE"
3838

3939
# Mount Rootfs
4040
mkdir -p ${root_mount}
@@ -47,8 +47,11 @@ do_postinst()
4747
# Copy OPKs
4848
cp -r ${root_mount}/usr/local/share/OPKs/* /mnt
4949

50+
# Copy freware games and other necessary mnt files
51+
unzip -q -o ${root_mount}/usr/local/share/mnt_files.zip -d /mnt/
52+
5053
# Fix PCE opk name if necessary
51-
mv /mnt/Emulators/pce_mednaefn_funkey-s.opk /mnt/Emulators/pce_mednafen_funkey-s.opk 1>/dev/null 2>&1
54+
#mv /mnt/Emulators/pce_mednaefn_funkey-s.opk /mnt/Emulators/pce_mednafen_funkey-s.opk 1>/dev/null 2>&1
5255

5356
# Unmount Rootfs
5457
umount ${root_mount}
@@ -58,14 +61,14 @@ do_postinst()
5861
fi
5962

6063
# Change FunKey config files extension from .cfg to .fkcfg
61-
SAVEIFS=$IFS
62-
IFS=$(echo -en "\n\b")
63-
for FOLDER in "Atari lynx" "Game Boy" "Game Boy Advance" "Game Boy Color" "Game Gear" "Neo Geo Pocket" "NES" "PCE-TurboGrafx" "PS1" "Sega Genesis" "Sega Master System" "SNES" "WonderSwan"; do
64-
for FILE in $(ls /mnt/"${FOLDER}"/*.cfg 2>/dev/null); do
65-
mv "$FILE" "${FILE%.cfg}.fkcfg"
66-
done
67-
done
68-
IFS=$SAVEIFS
64+
#SAVEIFS=$IFS
65+
#IFS=$(echo -en "\n\b")
66+
#for FOLDER in "Atari lynx" "Game Boy" "Game Boy Advance" "Game Boy Color" "Game Gear" "Neo Geo Pocket" "NES" "PCE-TurboGrafx" "PS1" "Sega Genesis" "Sega Master System" "SNES" "WonderSwan"; do
67+
# for FILE in $(ls /mnt/"${FOLDER}"/*.cfg 2>/dev/null); do
68+
# mv "$FILE" "${FILE%.cfg}.fkcfg"
69+
# done
70+
#done
71+
#IFS=$SAVEIFS
6972

7073
#####################
7174
# Erase update file #

FunKey/package/retrofe/retrofe.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
RETROFE_VERSION = RetroFE-FunKey-1.1.3
7+
RETROFE_VERSION = RetroFE-FunKey-1.1.4
88
RETROFE_SITE_METHOD = git
99
RETROFE_SITE = https://github.com/FunKey-Project/RetroFE.git
1010
RETROFE_DEPENDENCIES = gstreamer1 gst1-plugins-base sdl sdl_image sdl_mixer sdl_sound sdl_ttf libglib2 sqlite zlib

0 commit comments

Comments
 (0)