Changeset 429 in MondoRescue for branches/stable/mindi/rootfs/sbin
- Timestamp:
- Mar 1, 2006, 10:20:04 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/rootfs/sbin/init
r365 r429 348 348 349 349 InsertEssentialModules() { 350 # Load the VIA IDE module first thing if it exists (requires ide-core). 351 # This is to ensure that DMA is working for VIA chipsets with 2.6 kernels. 352 for module in /ide-core.ko /via82cxxx.ko; do 353 [ -f "$module" ] && MyInsmod $module > /dev/null 2> /dev/null 354 done 355 # Then load the remaining modules in normal (i.e. arbitrary) order. 350 356 for j in 1 2 3 4 5 ; do 351 357 for i in `ls /*.*o* 2> /dev/null` ; do
Note:
See TracChangeset
for help on using the changeset viewer.