美文网首页
batocera(巴托塞拉系统)在运行时修改系统

batocera(巴托塞拉系统)在运行时修改系统

作者: Alvin00 | 来源:发表于2019-10-18 09:23 被阅读0次

在运行时修改系统

默认情况下,batocera.linux就像固件。这是一个名为/ boot / batocera的文件。您不能直接修改它。但是,如果需要,有一些技巧可以解决。

# for /boot

mount -o remount,rw /boot

# for other modifications

# do any modification

# if you reboot, the modifications are lost,

# except if you saved them via

batocera-save-overlay

该脚本在/boot/boot/overlay文件中创建一个文件,该文件存储您所做的所有修改。

警告:此覆盖文件会在下次升级时自动删除。

如果要删除所有自定义项,只需删除此overlay文件。

注意:对于当前的Odroid xu4版本无法完成此操作。

不需要修改系统的情况

您通常不需要编辑/etc/fstab,而是使用store_games_on_a_nas

您不应该修改/usr/share/emulationstation/es_systems.cfg

而是将此文件复制到/userdata/system/configs/emulationstation/es_systems.cfg并从那里进行自定义。

在启动时,EmulationStation首选后者(如果存在)。

相关文章

网友评论

      本文标题:batocera(巴托塞拉系统)在运行时修改系统

      本文链接:https://www.haomeiwen.com/subject/ktabmctx.html