|
|
f43afa |
From bfb256e83ba00cbb44f7d115ebfcdd100821114d Mon Sep 17 00:00:00 2001
|
|
|
f43afa |
From: Jonathan Lebon <jlebon@redhat.com>
|
|
|
f43afa |
Date: Wed, 26 Mar 2014 14:17:02 -0400
|
|
|
f43afa |
Subject: [PATCH] systemtap.8: clarify docs regarding new-kernel-pkg
|
|
|
f43afa |
|
|
|
f43afa |
---
|
|
|
f43afa |
man/systemtap.8.in | 12 ++++++++----
|
|
|
f43afa |
1 file changed, 8 insertions(+), 4 deletions(-)
|
|
|
f43afa |
|
|
|
f43afa |
diff --git a/man/systemtap.8.in b/man/systemtap.8.in
|
|
|
f43afa |
index cea3868..798a278 100644
|
|
|
f43afa |
--- a/man/systemtap.8.in
|
|
|
f43afa |
+++ b/man/systemtap.8.in
|
|
|
f43afa |
@@ -98,9 +98,11 @@ the boot process. This command is only available on dracut-based systems. If no
|
|
|
f43afa |
scripts are specified, create a normal initramfs devoid of any SystemTap files.
|
|
|
f43afa |
|
|
|
f43afa |
The initramfs is created for the current kernel, or the kernel release specified
|
|
|
f43afa |
-by the \fB-r\fR option. The path of the created initramfs defaults
|
|
|
f43afa |
-to \fB/boot/initramfs-KVER.img\fR, where KVER is the output of `uname -r`. Use
|
|
|
f43afa |
-the \fB-o\fR option to specify a different path.
|
|
|
f43afa |
+by the \fB-r\fR option. The path of the created initramfs defaults to
|
|
|
f43afa |
+\fB/boot/initramfs-KVER.img\fR, where KVER is the output of `uname -r`. The
|
|
|
f43afa |
+bootloader is also updated (using \fInew-kernel-pkg\fR(8)) to make the kernel
|
|
|
f43afa |
+entry use the new initramfs file. Use the \fB-o\fR option to specify a different
|
|
|
f43afa |
+path (the bootloader will not be updated).
|
|
|
f43afa |
|
|
|
f43afa |
If the output file already exists, it is overwritten, unless the \fB-b\fR switch
|
|
|
f43afa |
is given, in which case the file is appended \fB.bak\fR rather than overwritten.
|
|
|
f43afa |
@@ -145,7 +147,7 @@ Answer yes for all prompts.
|
|
|
f43afa |
.TP
|
|
|
f43afa |
.BI "-o " PATH.IMG
|
|
|
f43afa |
When using the \fBonboot\fR command, specify the output path of the created
|
|
|
f43afa |
-initramfs.
|
|
|
f43afa |
+initramfs. When specified, the bootloader configuration is not updated.
|
|
|
f43afa |
|
|
|
f43afa |
.TP
|
|
|
f43afa |
.B -b
|
|
|
f43afa |
@@ -430,6 +432,8 @@ output of staprun can be captured by setting the LOG_BOOT_ERR option to
|
|
|
f43afa |
|
|
|
f43afa |
.SH SEE ALSO
|
|
|
f43afa |
.IR stap (1)
|
|
|
f43afa |
+.IR dracut (8)
|
|
|
f43afa |
+.IR new-kernel-pkg (8)
|
|
|
f43afa |
|
|
|
f43afa |
.SH BUGS
|
|
|
f43afa |
Use the Bugzilla link of the project web page or our mailing list.
|
|
|
f43afa |
--
|
|
|
f43afa |
1.8.3.1
|
|
|
f43afa |
|