Browse Source

mkinitramfs: added mptsas support (LSI Fusion MPT)

0.2-maint
Alejandro Mery 14 years ago
parent
commit
7e12921441
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      initramfs/etc_mkinitramfs.d_50-kernel.sh.txt

+ 2
- 1
initramfs/etc_mkinitramfs.d_50-kernel.sh.txt

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/idunn/initramfs/etc_mkinitramfs.d_50-kernel.sh.txt
# Copyright (C) 2008 - 2009 The OpenSDE Project
# Copyright (C) 2008 - 2010 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -40,6 +40,7 @@ else
echo {e,o,u}hci-hcd
echo usb-storage
echo mptsas
echo nls_iso8859-1 nls_utf8 nls_cp437
fi | tr ' ' '\n' | while read x; do

Loading…
Cancel
Save