Newer
Older
barebox / arch / arm / boards / sama5d4_xplained / env / init / automount
#!/bin/sh

# SD card slot, first partition
mkdir -p /mnt/mmcblk0p1
automount -d /mnt/mmcblk0p1 'mount /dev/disk0.0 /mnt/mmcblk0p1'