# Make sure /sys is mounted in the chroot, to allow modprove to work
# as it should.  Avoids problem installing oss-compat on some machines.
case "$MODE" in
    after-install)
        chroot_mount sys /sys "-t sysfs"
        ;;
esac
