diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-08-26 11:44:06 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-08-26 11:44:06 +0000 |
commit | 2a059cb8defbce800a5deb383214082863014e8f (patch) | |
tree | eef333af6d8af0a69e1c358cc59ae74b793606e3 /perl-install/harddrake/data.pm | |
parent | 41938d7c5500d6c501deb64a55bbf2a1a484185e (diff) | |
download | drakx-2a059cb8defbce800a5deb383214082863014e8f.tar drakx-2a059cb8defbce800a5deb383214082863014e8f.tar.gz drakx-2a059cb8defbce800a5deb383214082863014e8f.tar.bz2 drakx-2a059cb8defbce800a5deb383214082863014e8f.tar.xz drakx-2a059cb8defbce800a5deb383214082863014e8f.zip |
explain data struct
Diffstat (limited to 'perl-install/harddrake/data.pm')
-rw-r--r-- | perl-install/harddrake/data.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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 ], |