You'll have to create a init.d script or append your lines you want to execute (probably insmoding ext2.ko) to a already existing script (minircS or so).
mounting of the mmc2 could be done with an adapted fstab entry.
You only need to do it once. "ln -s" creates a symlink, which is like a shortcut in Windows (only with lower level support) or an Alias on a Mac, it wont disappear on reboot.
You only need to do it once. "ln -s" creates a symlink, which is like a shortcut in Windows (only with lower level support) or an Alias on a Mac, it wont disappear on reboot.
That's right! But the mmc doesn't mount automatically.
So the ext2.ko has to be loaded and the device has to be mounted (every single boot).