summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/crystalfontz-cfa10036/env/init/automount
blob: 668775d89b1508ccf3c3f973bead996425858d71 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

if [ "$1" = menu ]; then
	init-menu-add-entry "$0" "Automountpoints"
	exit
fi

mkdir -p /mnt/disk0.1
automount -d /mnt/disk0.1 '[ -e /dev/disk0.1 ] && mount /dev/disk0.1 /mnt/disk0.1'