From 218caed4bceb0522f8f72790af103b7319c33e8a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 20 Feb 2001 17:49:50 +0000 Subject: better advertising support --- perl-install/install_any.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 40929ece8..b6f429763 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -91,7 +91,9 @@ sub errorOpeningFile($) { while ($max > 0 && askChangeMedium($::o->{method}, $asked_medium)) { $current_medium = $asked_medium; eval { fs::mount($cdrom, "/tmp/image", "iso9660", 'readonly') }; - my $getFile = getFile($file); $getFile and return $getFile; + my $getFile = getFile($file); + $getFile and $::o->copy_advertising; + $getFile and return $getFile; $current_medium = 'unknown'; #- don't know what CD is inserted now. ejectCdrom($cdrom); --$max; -- cgit v1.2.1