Changeset 1221 in MondoRescue
- Timestamp:
- Mar 1, 2007, 12:31:03 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-tools.c
r1217 r1221 286 286 /** 287 287 * Insert modules that Mondo requires. 288 * Currently inserts @c dos, @c fat, @c vfat, and @c osstfor Linux;288 * Currently inserts @c msdos, @c vfat, and @c loop for Linux; 289 289 * @c msdosfs and @c ext2fs for FreeBSD. 290 290 */ … … 295 295 system("kldstat | grep ext2fs || kldload ext2fs 2> /dev/null"); 296 296 #else 297 system("modprobe -a dos fatvfat loop &> /dev/null");297 system("modprobe -a msdos vfat loop &> /dev/null"); 298 298 #endif 299 299 }
Note:
See TracChangeset
for help on using the changeset viewer.