use diagnostics; use strict; sub insmod { @_ or die "usage: insmod .o [params]\n"; my $file = shift; my $tmpname; unless (-r $file) { local *F; open F, "/modules/modules.cgz" or die "error opening /modules/modules.cgz"; $tmpname = "/tmp/" . basename($file); installCpioFile(\*F, $file, $tmpname, 0) or die "error extracting file"; } my $rc = insmod_main($tmpname || $file, @_); unlink($tmpname); return $rc; } sub modprobe { &insmod } cgit logo index : drakx
Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-01 08:48:01 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-01 08:48:01 +0000
commit49ed2c95f60f194bc32f055a84a8a066c19eb51d (patch)
tree03a4f5b5972f45ec4da587695fd3aad5a57d9ce0 /Makefile
parentd67d1856ab717c9a0b00487b815314084a4fa34b (diff)
downloaddrakx-49ed2c95f60f194bc32f055a84a8a066c19eb51d.tar
drakx-49ed2c95f60f194bc32f055a84a8a066c19eb51d.tar.gz
drakx-49ed2c95f60f194bc32f055a84a8a066c19eb51d.tar.bz2
drakx-49ed2c95f60f194bc32f055a84a8a066c19eb51d.tar.xz
drakx-49ed2c95f60f194bc32f055a84a8a066c19eb51d.zip
(lilo_choice) fix error title
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions