summaryrefslogtreecommitdiffstats
path: root/src.etc/init.d/mountall
blob: 5de464a1ce3eae7b0efb55c13cde78dfdcece2ce (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh /etc/rc.common

START='S20'

start()
{
	log 'Mounting file systems'
	[ -r /etc/fstab ] && mount -a
}