#!/bin/sh

cat /target/etc/fstab | sed -r 's/[ \t](reiserfs|ext3)[\t ]+/&acl,/' > /tmp/fstab.tmp
mv /tmp/fstab.tmp /target/etc/fstab
