package install::interactive; use diagnostics; use strict; use common; use detect_devices; use install::steps; use log; sub tellAboutProprietaryModules { my ($o) = @_; my @l = detect_devices::probe_name('Bad') or return; $o->ask_warn('', formatAlaTeX( N("Some hardware on your computer needs ``proprietary'' drivers to work. You can find some information about them at: %s", join(", ", @l)))); } sub upNetwork { my ($o, $b_pppAvoided) = @_; my $_w = $o->wait_message('', N("Bringing up the network")); install::steps::upNetwork($o, $b_pppAvoided); } sub downNetwork { my ($o, $b_pppOnly) = @_; my $_w = $o->wait_message('', N("Bringing down the network")); install::steps::downNetwork($o, $b_pppOnly); } 1; master Zarb.org Mailing List ArchivesNicolas Vigier [boklm]
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-master.tar
archives-master.tar.gz
archives-master.tar.bz2
archives-master.tar.xz
archives-master.zip
Add zarb MLs html archivesHEADmaster
Diffstat