8fea8b9671
- Fix mdraid regression (bsc#1028542) * adds 0513-Fix-regression-caused-by-6f9bf2b8ac436259bdccb110545.patch - man: make the -k option clear using mkinitrd (bsc#1012656) * adds 0514-man-make-the-k-option-clear-using-mkinitrd.patch OBS-URL: https://build.opensuse.org/request/show/486360 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=298
34 lines
1.1 KiB
Diff
34 lines
1.1 KiB
Diff
From fff87a6a53c322448ddd42a47c839570091cb824 Mon Sep 17 00:00:00 2001
|
||
From: Lidong Zhong <lidong.zhong@suse.com>
|
||
Date: Fri, 2 Dec 2016 14:32:09 +0800
|
||
Subject: [PATCH 2/2] 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
|
||
---
|
||
mkinitrd-suse.8.asc | 5 +++--
|
||
1 file changed, 3 insertions(+), 2 deletions(-)
|
||
|
||
diff --git a/mkinitrd-suse.8.asc b/mkinitrd-suse.8.asc
|
||
index cdb8e3aa..91ec4695 100644
|
||
--- a/mkinitrd-suse.8.asc
|
||
+++ b/mkinitrd-suse.8.asc
|
||
@@ -29,8 +29,9 @@ OPTIONS
|
||
|
||
**-k** _<kernel_list>_::
|
||
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** _<initrd_list>_::
|
||
List of file names (relative to _boot_dir_) for the initrd; positions
|
||
--
|
||
2.12.0
|
||
|