kexec_load.2: ERRROS: add some details to kexec_file_load ENOEXEC error

Reported-by: Scot Doyle <lkml14@scotdoyle.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-30 16:23:45 +01:00
parent 077e532d80
commit e84195de1e
1 changed files with 3 additions and 0 deletions

View File

@ -317,6 +317,9 @@ Could not allocate memory.
.B ENOEXEC
.I kernel_fd
does not refer to an open file, or the kernel can't load this file.
Currently, the file must be a bzImage and contain an x86 kernel that
is loadable above 4GiB in memory (see the kernel source file
.IR Documentation/x86/boot.txt ).
.TP
.B EPERM
The caller does not have the