From d73d34e017ecb0e89c2de8e39da6b14afd6c5f1c Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 2 Jul 2016 15:18:11 -0400 Subject: error out if asked to extract a kver from image on non-x86 Version extraction only works on x86 (i686 and x86_64) kernels. ref: https://bugs.archlinux.org/task/43256 --- man/mkinitcpio.8.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/mkinitcpio.8.txt b/man/mkinitcpio.8.txt index 05d71c4..2f1bb84 100644 --- a/man/mkinitcpio.8.txt +++ b/man/mkinitcpio.8.txt @@ -49,8 +49,9 @@ Options *-k, \--kernel* 'kernelversion':: Use 'kernelversion', instead of the current running kernel. This may be a - path to a kernel image, a specific kernel version or the special keyword - 'none'. In the latter case, no kernel modules are added to the image. + path to a kernel image (only supported for x86-based architectures), a specific + kernel version or the special keyword 'none'. In the latter case, no kernel + modules are added to the image. *-L, \--listhooks*:: List all available hooks. -- cgit v1.2.3-24-g4f1b