Whamcloud - gitweb
tune2fs.8.in: Fix some whitespace errors in the command synopsis.
[tools/e2fsprogs.git] / debian / e2fsprogs.mkinitrd
1 #!/bin/sh
2 ext3root=`grep -v '^ *#' /etc/fstab | awk '{ if (($2 == "/") && ($3 == "ext3")) {print $1;}}'`
3 if test -n "$ext3root" ; then
4     /sbin/tune2fs -O has_journal $ext3root > /dev/null
5 fi