Modern kernels allow you to use the ext4.ko module to support ext2 and
ext3 access.
On Fedora, this is the default (albeit not as a module, so this code
path would not be tested yet).
/* febootstrap-supermin-helper reimplementation in C.
- * Copyright (C) 2009-2010 Red Hat Inc.
+ * Copyright (C) 2009-2011 Red Hat Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*/
static const char *kmods[] = {
"ext2.ko",
+ "ext4.ko", /* CONFIG_EXT4_USE_FOR_EXT23=y option might be set */
"virtio*.ko",
"ide*.ko",
"libata*.ko",