blob: 8353a174ed1555186c5cc485cb103d2858429bec [file] [log] [blame]
#!/bin/sh
ext3root=`awk '{ if (($2 == "/") && ($3 == "ext3")) {print $1;}}' /etc/fstab`
if test -n "$ext3root" ; then
/sbin/tune2fs -j $ext3root > /dev/null
fi