rescueOS/rescueOS/mass-storage-enable.sh

8 lines
160 B
Bash
Raw Normal View History

2013-03-23 21:56:55 +01:00
#!/bin/bash
rmmod g_nokia
nodenr=$(cat /run/internal_nodenr)
modprobe g_file_storage file=/dev/mmcblk"$nodenr"p2,/dev/mmcblk"$nodenr"p1 stall=0 removable=1
2013-03-23 21:56:55 +01:00