[main]
@type = oneshot
@version = @vers@
@description = "Mount partition from /etc/fstab file"
@user = ( root )
@depends =( system-fsck )

[start]
@execute =
(
    if { 66-yeller -cdp mount-fstab -1 /dev/console implement fstab directives }
    if -nt {

        mount -a

    }
    66-yeller -fcdp mount-fstab -1 /dev/console crashed!
)

[logger]
@destination = @live_dir@/log/mount-fstab
