summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/data.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/harddrake/data.pm')
-rw-r--r--perl-install/harddrake/data.pm18
1 files changed, 9 insertions, 9 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm
index 10893da45..54f9eb588 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -95,6 +95,15 @@ our @tree =
},
{
+ class => "USB_STORAGE",
+ string => N("USB Mass Storage Devices"),
+ icon => "usb.png",
+ configurator => "",
+ detector => sub { f(grep { member($_->{driver}, qw(usb_storage ub)) } @devices) },
+ checked_on_boot => 0,
+ },
+
+ {
class => "CDROM",
string => N("CDROM"),
icon => "cd.png",
@@ -383,15 +392,6 @@ our @tree =
},
{
- class => "USB_STORAGE",
- string => N("USB Mass Storage Devices"),
- icon => "usb.png",
- configurator => "",
- detector => sub { f(grep { member($_->{driver}, qw(usb_storage ub)) } @devices) },
- checked_on_boot => 0,
- },
-
- {
class => "CARD_READER",
string => N("Card readers"),
icon => "ide_hd.png",