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:
parent
82d2b39d94
commit
52738029dd
@ -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";
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user