Accepting request 811718 from home:bmwiedemann:branches:Kernel:kdump

Make kexec-bootloader work without 'which' package (boo#1172501)

OBS-URL: https://build.opensuse.org/request/show/811718
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=129
This commit is contained in:
Thomas Renninger 2020-08-20 09:16:55 +00:00 committed by Git OBS Bridge
parent 82d2b39d94
commit 52738029dd
2 changed files with 5 additions and 6 deletions

View File

@ -189,12 +189,6 @@ if ($initrd && ! -f $initrd) {
exit(1);
}
# Do we have kexec?
if (system("which kexec &>/dev/null") != 0) {
print STDERR "kexec not available. Install kexec-tools.\n";
exit(1);
}
# build the command list
my $cmd = "kexec";

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 5 09:36:21 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
- Make kexec-bootloader work without 'which' package (boo#1172501)
-------------------------------------------------------------------
Fri Apr 3 12:11:16 UTC 2020 - Petr Tesařík <ptesarik@suse.com>