1#!/bin/sh 2 3# SD card slot, first partition 4mkdir -p /mnt/mmcblk0p2 5automount -d /mnt/mmcblk0p2 'mount /dev/mmc0.1 /mnt/mmcblk0p2' 6