diff options
Diffstat (limited to 'kexec/kexec.8')
-rw-r--r-- | kexec/kexec.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexec/kexec.8 b/kexec/kexec.8 index 3ebede6..66453b8 100644 --- a/kexec/kexec.8 +++ b/kexec/kexec.8 @@ -151,14 +151,14 @@ Specify that the new kernel is of this Specify that the new KEXEC_FILE_LOAD syscall should be used exclusively. .TP .BI \-c\ (\-\-kexec-syscall) -Specify that the old KEXEC_LOAD syscall should be used exclusively (the default). +Specify that the old KEXEC_LOAD syscall should be used exclusively. .TP .BI \-a\ (\-\-kexec-syscall-auto) Try the new KEXEC_FILE_LOAD syscall first and when it is not supported or the kernel does not understand the supplied image fall back to the old KEXEC_LOAD interface. -There is no one single interface that always works. +There is no one single interface that always works, so this is the default. KEXEC_FILE_LOAD is required on systems that use locked-down secure boot to verify the kernel signature. KEXEC_LOAD may be also disabled in the kernel |