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:
parent
1a0bc64e02
commit
bf021e3ded
2 changed files with 7 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue