On RHEL 5, ext2 is compiled into the kernel, so trying to modprobe
it will fail. I've checked that fat.ko is always a module on the
platforms we care about (RHEL 5, Fedora 11, Debian), so use that
to test instead.
See also C<guestfs_mke2journal_U>.");
("modprobe", (RErr, [String "modulename"]), 194, [],
- [InitNone, Always, TestRun [["modprobe"; "ext2"]]],
+ [InitNone, Always, TestRun [["modprobe"; "fat"]]],
"load a kernel module",
"\
This loads a kernel module in the appliance.