From 2a059cb8defbce800a5deb383214082863014e8f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 26 Aug 2003 11:44:06 +0000 Subject: explain data struct --- perl-install/harddrake/data.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/harddrake/data.pm') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 809010f29..b77f637d8 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -38,6 +38,8 @@ sub set_removable_remover { return "/usr/sbin/drakupdate_fstab --no-flag --del $device->{device}" if is_removable($class); } + +# Format is (HW class ID, l18n class name, icon, config tool , is_to_be_detected_on_boot) our @tree = ( [ "FLOPPY", , N("Floppy"), "floppy.png", "", \&detect_devices::floppies, 1 ], -- cgit v1.2.1