package cdrom; # $Id$ use diagnostics; use strict; use detect_devices; my %transTable = ( cm206 => 'cm206cd', sonycd535 => 'cdu535'); 1; sub setupCDdevicePanel { my ($type) = @_; } sub findAtapi { my $ide = ideGetDevices(); foreach (@$ide) { $_->{type} eq 'cdrom' and return $_->{device} } error(); } sub findSCSIcdrom { detect_devices::isSCSI() or return error(); my $scsi = detect_devices::getSCSI(); foreach (@$scsi) { $_->{type} eq 'cdrom' and return $_->{device} } error(); } sub setupCDdevice { my ($cddev, $dl) = @_; #-TODO } sub removeCDmodule { #- this wil fail silently if no CD module has been loaded removeDeviceDriver('cdrom'); 1; } ='drakx' href='/software/drakx/'>drakx
Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/nl.po
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2000-10-09 17:29:34 +0000
committerPablo Saratxaga <pablo@mandriva.com>2000-10-09 17:29:34 +0000
commit3b7011a5f27c1cdc645a5a9734391ab88544ba3c (patch)
tree8a123394709f99bb58969439feaa78244ad2bfb1 /perl-install/share/po/nl.po
parentc132e5d3fea1b2a45cea44784c0592319d91e0ad (diff)
downloaddrakx-3b7011a5f27c1cdc645a5a9734391ab88544ba3c.tar
drakx-3b7011a5f27c1cdc645a5a9734391ab88544ba3c.tar.gz
drakx-3b7011a5f27c1cdc645a5a9734391ab88544ba3c.tar.bz2
drakx-3b7011a5f27c1cdc645a5a9734391ab88544ba3c.tar.xz
drakx-3b7011a5f27c1cdc645a5a9734391ab88544ba3c.zip
updated pot file