#!/bin/sh /etc/rc.common

start()
{
	log 'Mounting file systems'
	if [ -r /etc/fstab ]; then
		mount -a
	fi
}