View | Details | Raw Unified | Return to bug 11964
Collapse All | Expand All

(-)mkinitrd-3.0.4.orig/mkinitrd (+4 lines)
Lines 1662-1668 Link Here
1662
1662
1663
### Begin module lookup.
1663
### Begin module lookup.
1664
1664
1665
SAVE_IGNORE_MODNAMES=$IGNORE_MODNAMES
1666
IGNORE_MODNAMES=
1665
FindModules $PRELOAD_MODNAMES
1667
FindModules $PRELOAD_MODNAMES
1668
IGNORE_MODNAMES=$SAVE_IGNORE_MODNAMES
1666
1669
1667
FindIdeModules
1670
FindIdeModules
1668
1671
Lines 1674-1679 Link Here
1674
1677
1675
FindLoopModules
1678
FindLoopModules
1676
1679
1680
IGNORE_MODNAMES=
1677
FindModules $POSTLOAD_MODNAMES
1681
FindModules $POSTLOAD_MODNAMES
1678
1682
1679
### End module lookup.
1683
### End module lookup.

Return to bug 11964