diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-01-23 12:06:26 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-01-23 12:06:26 +0000 |
commit | ef616ed0ca716298d30bc0f13d905ff72491e817 (patch) | |
tree | 94b843286970fb4e299a50993a23cfa774d41c38 /kernel/modules.pl | |
parent | 37f4dbd97fb0d70b2bac0fef6babbdabe2f0caba (diff) | |
download | drakx-ef616ed0ca716298d30bc0f13d905ff72491e817.tar drakx-ef616ed0ca716298d30bc0f13d905ff72491e817.tar.gz drakx-ef616ed0ca716298d30bc0f13d905ff72491e817.tar.bz2 drakx-ef616ed0ca716298d30bc0f13d905ff72491e817.tar.xz drakx-ef616ed0ca716298d30bc0f13d905ff72491e817.zip |
ataraid is ad-hoc raid, unsupported in stage1 anyway
Diffstat (limited to 'kernel/modules.pl')
-rw-r--r-- | kernel/modules.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/modules.pl b/kernel/modules.pl index 0ad2bc7b2..0cd793224 100644 --- a/kernel/modules.pl +++ b/kernel/modules.pl @@ -29,6 +29,7 @@ my @skip_modules_on_stage1 = ( qw(sktr tmspci ibmtr abyss), # alt token ring qw(old_tulip rtl8139), qw(3c501 3c503 3c505 3c507 3c515), # unused, hopefully? + 'ataraid', # ad-hoc raid which is unsupported in stage1 anyway if_(arch() =~ /alpha|ppc/, qw(sb1000)), qw( tg3 r8169 |