diff --git a/stand/kboot/conf.c b/stand/kboot/conf.c index 26788342c4b9..ba6031b52783 100644 --- a/stand/kboot/conf.c +++ b/stand/kboot/conf.c @@ -82,7 +82,9 @@ struct fs_ops *file_system[] = { #if defined(LOADER_BZIP2_SUPPORT) &bzipfs_fsops, #endif +#if defined(LOADER_MSDOS_SUPPORT) &dosfs_fsops, +#endif &hostfs_fsops, NULL };