okreader/files/rc.local

7 lines
76 B
Bash
Executable File

#!/bin/sh -e
depmod -a
modprobe g_file_storage file=/dev/mmcblk0p3
exit 0