summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-07-20 01:49:41 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-07-20 01:49:41 +0000
commitef8cdfda215d9147ae08571d04c60fcbea3c6753 (patch)
tree58181c19331015de740925a53109a6f9c2de7907 /perl-install
parent67e0411783396f9cee0e645212d69f21d494ac0a (diff)
downloaddrakx-ef8cdfda215d9147ae08571d04c60fcbea3c6753.tar
drakx-ef8cdfda215d9147ae08571d04c60fcbea3c6753.tar.gz
drakx-ef8cdfda215d9147ae08571d04c60fcbea3c6753.tar.bz2
drakx-ef8cdfda215d9147ae08571d04c60fcbea3c6753.tar.xz
drakx-ef8cdfda215d9147ae08571d04c60fcbea3c6753.zip
remove debugging code
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/bootloader.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index 5bd8ad18a..62ae0e16e 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -1107,9 +1107,7 @@ sub write_grub {
write_grub_device_map(\@legacy_floppies, \@sorted_hds);
my $file2grub = sub {
- warn "file2grub: fstab is ", join(' ', map { "$_->{device}:$_->{mntpoint}" } @$fstab), "\n";
my ($part, $file) = fsedit::file2part($fstab, $_[0], 'keep_simple_symlinks');
- warn "file2grub: $part->{device}:$file\n";
device2grub($part, \@sorted_hds) . $file;
};
{