diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-02 00:33:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-02 00:33:14 +0000 |
commit | 99f9df7275444bda7ba09724f8165431393e8dbf (patch) | |
tree | 717a4afd8add602b212f323cff604e265063f8c3 /perl-install/install_steps.pm | |
parent | 762713ce55cadc5cac597cbe5ea4e26f4f76fb9c (diff) | |
download | drakx-99f9df7275444bda7ba09724f8165431393e8dbf.tar drakx-99f9df7275444bda7ba09724f8165431393e8dbf.tar.gz drakx-99f9df7275444bda7ba09724f8165431393e8dbf.tar.bz2 drakx-99f9df7275444bda7ba09724f8165431393e8dbf.tar.xz drakx-99f9df7275444bda7ba09724f8165431393e8dbf.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index ffba727c8..6c0cc9f53 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -723,7 +723,7 @@ sub setupBootloader($) { map { run_program::rooted($o->{prefix}, "mkinitrd", "-f", "/boot/initrd-$_->[1]", "--ifneeded", $_->[1]) ;#or #unlink "$o->{prefix}/boot/initrd-$_->[1]";$_ } grep { $_->[0] && $_->[1] } $_ } grep { $_->[0] && $_->[1] } - map { [ m|$o->{prefix}(/boot/vmlinux-(.*))| ] } eval { glob_("$o->{prefix}/boot/vmlinux-*") }; + map { [ m|$o->{prefix}(/boot/vmlinux-(.*))| ] } glob_("$o->{prefix}/boot/vmlinux-*"); # output "$o->{prefix}/etc/aboot.conf", # map_index { "$::i:$b->{part_nb}$_ root=$b->{root} $b->{perImageAppend}\n" } # map { /$o->{prefix}(.*)/ } eval { glob_("$o->{prefix}/boot/vmlinux*") }; |