Home | History | Annotate | Download | only in tools

Lines Matching refs:bootpath

387   my $bootpath = $sections[$default]{'kernel'};
388 $bootpath =~ s@[^/]*$@@;
390 $param{'add-kernel'} =~ s@^/boot/@$bootpath@;
391 $param{'initrd'} =~ s@^/boot/@$bootpath@ unless !defined $param{'initrd'};
1431 my $bootpath = $sections[$default]{'kernel'};
1432 $bootpath =~ s@[^/]*$@@;
1434 $param{'add-kernel'} =~ s@^/boot/@$bootpath@;
1435 $param{'initrd'} =~ s@^/boot/@$bootpath@ unless !defined $param{'initrd'};
2161 my $bootpath = $sections[$default]{'kernel'};
2162 $bootpath =~ s@[^/]*$@@;
2164 $param{'add-kernel'} =~ s@^/boot/@$bootpath@;
2165 $param{'initrd'} =~ s@^/boot/@$bootpath@ unless !defined $param{'initrd'};