diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/any.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 9679fb1fd..2683a6981 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -78,11 +78,6 @@ sub hdInstallPath() { defined $tail && ($head ? "$head/$tail" : "/mnt/hd/$tail"); } -sub kernelVersion() { - my $kernel = readlink("$::prefix/boot/vmlinuz") || first(all("$::prefix/boot")); - first($kernel =~ /vmlinuz-(.*)/); -} - sub setupBootloader { my ($in, $b, $all_hds, $fstab, $security) = @_; my $hds = $all_hds->{hds}; |