daclassicgamingmaster
It Is Your Birthday.
daclassicgamingmaster posted on Aug 19 2006 at 10:10 AM said:ok, so you're saying change the autorun file so that it says:Epicenter posted on Aug 19 2006 at 03:17 AM said:daclassicgamingmaster posted on Aug 18 2006 at 10:47 PM said:such a fantasic menu that I've decided to mount it to the NAND.....can anyone help me figure out how? :huh:
many thanks.
I believe autorun works from NAND so you could just run it that way; but that's risky. You don't want to get stuck with a bad autorun file you can't remove if you left USB connection support off. I'd put the autorun on your SD card still but the menu on your nand; just reference /mnt/nand instead of /mnt/sd.
#!/bin/sh
cd /mnt/nand/gmenu2x
exec ./gmenu2x
and leave the file on my SD (because it's safer?)?
and change the wrapper so it says:
#!/bin/sh
echo Wrapping...
$*
cd /mnt/nand/gmenu2x
exec ./gmenu2x
leave those 2 files on my SD, and then put all the folders and files from gmenu2x onto my nand?
sorry for being paranoid, i dont want to spaz out and brick my 2x h34r:
Last edited by a moderator: