#!/bin/sh -efu

. guess-functions

[ ! -f /etc/fstab -a ! -f /proc/mounts ] ||
	guess_feature "fstab"
