diff options
author | maximilian attems <maks@debian.org> | 2007-04-16 20:05:00 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2007-04-16 20:05:00 +0200 |
commit | adda784dc1289b3ceb0ce207850ef9a93102febe (patch) | |
tree | d4493e09711972e96d0e6a64e81ef17e2dc6bbed /hook-functions | |
parent | b9e2f8e2aa33dd26914883c6ced457c12c171c1d (diff) | |
download | initramfs-tools-adda784dc1289b3ceb0ce207850ef9a93102febe.tar.gz initramfs-tools-adda784dc1289b3ceb0ce207850ef9a93102febe.zip |
minor cleanups to get 0.87 ready:
- add changelog entries to david changes
- change to my new debian.org email adresses in manpages too
- module list is alphabetic
Diffstat (limited to 'hook-functions')
-rw-r--r-- | hook-functions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hook-functions b/hook-functions index f33d323..a5d1f61 100644 --- a/hook-functions +++ b/hook-functions @@ -168,12 +168,12 @@ auto_add_modules() net) for x in 3c59x 8139cp 8139too 8390 b44 bmac bnx2 defxx \ dl2k e1000 e100 ehea epic100 ep93xx_eth eql fealnx \ - famachi forcedeth hp100 mace mv643xx_eth myri10ge \ + famachi forcedeth gelic_net hp100 mace mv643xx_eth myri10ge \ natsemi ne2k-pci netconsole ns83820 pcnet32 qla3xxx \ r8169 s2io sis900 skge slhc smc911x starfire \ sundance sungem sungem_phy sunhme tg3 tlan de2104x \ de4x5 dmfe tulip winbond-840 xircom_cb xircom_tulip_cb \ - typhon via-rhine via-velocity yellowfin gelic_net; do + typhon via-rhine via-velocity yellowfin; do manual_add_modules "${x}" done ;; |