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

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