Browse Source

fs-lib: install /etc/e2fsck.conf, if e2fsck is installed

master
Harald Hoyer 14 years ago
parent
commit
9549014694
  1. 4
      modules.d/99fs-lib/module-setup.sh

4
modules.d/99fs-lib/module-setup.sh

@ -28,5 +28,9 @@ install() {
_helpers="$fscks" _helpers="$fscks"
fi fi


if strstr "$_helpers" e2fsck && [ -e /etc/e2fsck.conf ]; then
inst_simple /etc/e2fsck.conf
fi

dracut_install -o $_helpers dracut_install -o $_helpers
} }

Loading…
Cancel
Save