Package: os-prober
Version: 1.70
Severity: minor
Tags: patch
Dear Maintainer,
I found typo in the README file.
I made a patch to fix that.
Nyav
>From fb699e734f3a044decb4b4df512f3d2943044020 Mon Sep 17 00:00:00 2001
From: Nyav <n...@gresille.org>
Date: Sun, 25 Oct 2015 13:42:45 +0000
Subject: [PATCH] Fix README
---
README | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README b/README
index 690d7f6..e747a7f 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ installer package to detect other filesystems with operating systems on
them, and work out how to boot other linux installs.
os-prober
---------
+---------
All one has to do is Depend on os-prober, and then run the os-prober
command. This command takes no arguments: it will scan all disks available
@@ -19,7 +19,7 @@ such as:
with their own boot sectors.
Tests are executable programs in the directory /usr/lib/os-probes/. Each
-test is called once per partition, with the partiton to check as its
+test is called once per partition, with the partition to check as its
parameter, and may output a string as described above, or nothing if it does
not recognise an OS on that partition. Tests return an exit code of 0
if they successfully found an OS, and no further tests will be run on that
@@ -41,7 +41,7 @@ linux-boot-prober.
linux-boot-prober
-----------------
-the linux-boot-prober command should be run with a single argument
+The linux-boot-prober command should be run with a single argument
consisting of a partition that is known to have a linux root filesystem on
it, as returned by the os-prober command. It will try to work out how to
boot that linux installation, and if it is successful, will output one or
@@ -56,7 +56,7 @@ The root partition and boot partition may of course be the same. No guarantee
is made that any partitions referred to in the kernel parameters will still be
in the same place after Debian is installed, or that the /etc/fstab of the
system will be right, or that the system will even boot. The initrd field may
-be empty if there is no initrd. The label is whatever label was used in the
+be empty if there is no initrd. The label is whatever label was used in the
boot loader for this linux installation, and it may be quite long or very
short (or nonexistent), and may be inaccurate, confusing, or non-unique. See
TODO for other limitations.
--
1.7.10.4