#!/bin/sh /etc/rc.common START='S20' start() { log 'Mounting file systems' if [ -r /etc/fstab ]; then mount -a fi }