1
0
Fork 0
forked from len0rd/rockbox

ypr0: Add variables to provide a argv and stdout/err redirection for running Rockbox to the loader script.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31426 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2011-12-24 23:13:27 +00:00
parent 1a0bc64e02
commit bf021e3ded
2 changed files with 7 additions and 1 deletions

View file

@ -45,3 +45,5 @@ mount --bind /mnt/media0/.rockbox /.rockbox
mount --bind /mnt/media0/Playlists /Playlists
MAINFILE="/mnt/media0/.rockbox/rockbox"
MAINFILE_ARGV=''
MAINFILE_REDIRECT='>/dev/null 2>&1'