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

START='S20'

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