From: Lidong Zhong Date: Fri, 2 Dec 2016 06:32:09 +0000 (+0800) Subject: man: make the -k option clear using mkinitrd X-Git-Tag: 045~18^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F185%2Fhead;p=thirdparty%2Fdracut.git man: make the -k option clear using mkinitrd For example under x86, someone maybe missunderstand that the vmlinuz is the link /boot/vmlinuz points to a specific kernel image and use the following command directly. mkinitrd -k vmlinuz --- diff --git a/mkinitrd-suse.8.asc b/mkinitrd-suse.8.asc index cdb8e3aa1..91ec46950 100644 --- a/mkinitrd-suse.8.asc +++ b/mkinitrd-suse.8.asc @@ -29,8 +29,9 @@ OPTIONS **-k** __:: List of kernel images for which initrd files are created (relative - to _boot_dir_), defaults to _vmlinux_ on ppc/ppc64, _image_ on s390/s390x - and _vmlinuz_ for everything else. + to _boot_dir_), Image name should begin with the following string, + defaults to _vmlinux_ on ppc/ppc64, _image_ on s390/s390x and _vmlinuz_ + for everything else. **-i** __:: List of file names (relative to _boot_dir_) for the initrd; positions