Blame SOURCES/0014-Man-pages-missing-948848.patch

2e96e6
From 5ba6fa3dd7d3065c12a26e217760ae52a67a277e Mon Sep 17 00:00:00 2001
2e96e6
From: Peter Jones <pjones@redhat.com>
2e96e6
Date: Mon, 20 Jan 2014 16:01:05 -0500
2e96e6
Subject: [PATCH 14/18] Man pages missing (#948848)
2e96e6
2e96e6
Added man pages for os-prober and linux-boot-prober.
2e96e6
2e96e6
Resolves: rhbz#948848
2e96e6
---
2e96e6
 linux-boot-prober.1 | 27 +++++++++++++++++++++++++++
2e96e6
 os-prober.1         | 24 ++++++++++++++++++++++++
2e96e6
 2 files changed, 51 insertions(+)
2e96e6
 create mode 100644 linux-boot-prober.1
2e96e6
 create mode 100644 os-prober.1
2e96e6
2e96e6
diff --git a/linux-boot-prober.1 b/linux-boot-prober.1
2e96e6
new file mode 100644
2e96e6
index 0000000..4818c85
2e96e6
--- /dev/null
2e96e6
+++ b/linux-boot-prober.1
2e96e6
@@ -0,0 +1,27 @@
2e96e6
+.TH linux-boot-prober 1 "20 Jan 2014" "linux-boot-prober"
2e96e6
+.SH "NAME"
2e96e6
+linux-boot-prober \(em Determine boot characteristics of a specified device.
2e96e6
+.SH "SYNOPSIS"
2e96e6
+.B linux-boot-prober
2e96e6
+.I <partition>
2e96e6
+.SH "DESCRIPTION"
2e96e6
+.PP
2e96e6
+The \fBlinux-boot-prober\fR utility will try to work out how to boot the
2e96e6
+linux root partition specified by \fI<partition>\fR.  If successful, it
2e96e6
+will outoput one or more lines of the form:
2e96e6
+
2e96e6
+<root partition>:<boot partition>:<label>:<kernel path>:<initrd path>:<kernel parameters>
2e96e6
+
2e96e6
+For example, for a system with a kernel at \fI/boot/vmlinuz\fR and an
2e96e6
+initramfs at \fI/boot/initrd.gz\fR, and with \fI/\fR on \fI/dev/sda2\fR and
2e96e6
+\fI/boot\fR on \fI/dev/sda1\fR, the command "linux-boot-prober /dev/sda1" will
2e96e6
+display:
2e96e6
+
2e96e6
+/dev/sda2:/dev/sda1:Linux:/vmlinuz:/initrd.gz:root=/dev/sda1
2e96e6
+
2e96e6
+Some partitions will not be displayed by \fBlinux-boot-prober\fI.  If a
2e96e6
+partition is mounted on \fI/\fR, \fI/target\fR, or \fI/target/boot\fR, it will
2e96e6
+be skipped.
2e96e6
+.SH "SEE ALSO"
2e96e6
+.PP
2e96e6
+\fBos-prober\fR(1)
2e96e6
diff --git a/os-prober.1 b/os-prober.1
2e96e6
new file mode 100644
2e96e6
index 0000000..8a8b6ff
2e96e6
--- /dev/null
2e96e6
+++ b/os-prober.1
2e96e6
@@ -0,0 +1,24 @@
2e96e6
+.TH os-prober 1 "20 Jan 2014" "os-prober"
2e96e6
+.SH "NAME"
2e96e6
+os-prober \(em Discover bootable partitions on the local system.
2e96e6
+.SH "SYNOPSIS"
2e96e6
+.B os-prober
2e96e6
+.SH "DESCRIPTION"
2e96e6
+.PP
2e96e6
+The \fBos-prober\fR utility will scan all disks available on the system for
2e96e6
+other operating systems.  For each discovered OS, it will output a line of
2e96e6
+the form:
2e96e6
+
2e96e6
+<partition>:<descriptive name>:<short name>:<kind of loader>
2e96e6
+
2e96e6
+For example, on system with Windows XP installed on \fI/dev/sda1\fR,
2e96e6
+\fBos-prober\fR will display:
2e96e6
+
2e96e6
+/dev/sda1:Windows NT/2000/XP:WinNT:chain
2e96e6
+
2e96e6
+Note that for Linux systems that are discovered, a call to
2e96e6
+\fBlinux-boot-prober\fI may be required in order to fully discover the
2e96e6
+necessary information to boot the system.
2e96e6
+.SH "SEE ALSO"
2e96e6
+.PP
2e96e6
+\fBlinux-boot-prober\fR(1)
2e96e6
-- 
2e96e6
2.5.5
2e96e6