diff options
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | initramfs-tools.8 | 4 | ||||
-rw-r--r-- | initramfs.conf.5 | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index be82239..b1bacac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,10 @@ initramfs-tools (0.89) unstable; urgency=low * scripts/local: Use simpler fstype invocation. - -- maximilian attems <maks@debian.org> Mon, 11 Jun 2007 00:40:29 +0200 + * initramfs-tools.8, initramfs.conf.5: Fix typos. (closes: #427837, #427838) + Thanks "A. Costa" <agcosta@gis.net> for the patch. + + -- maximilian attems <maks@debian.org> Wed, 20 Jun 2007 20:01:20 +0200 initramfs-tools (0.88) unstable; urgency=low diff --git a/initramfs-tools.8 b/initramfs-tools.8 index fd0a83f..be4de54 100644 --- a/initramfs-tools.8 +++ b/initramfs-tools.8 @@ -59,9 +59,9 @@ Use root=/dev/nfs for NFS to kick to in. .TP \fB \fI ip -tells how to configure the ip adress. Allows to specify an different +tells how to configure the ip address. Allows to specify an different NFS server than the DHCP server. See Documentation/nfsroot.txt in -any recent linux source for details. Optional paramater for NFS root. +any recent Linux source for details. Optional paramater for NFS root. .TP \fB \fI cryptopts diff --git a/initramfs.conf.5 b/initramfs.conf.5 index d6c3f0e..e5fcec9 100644 --- a/initramfs.conf.5 +++ b/initramfs.conf.5 @@ -51,7 +51,7 @@ should normally be no need to set this. .TP \fB BOOT Allows to use an nfs drive as the root of the drive. -The default is to boot from \fIlocal\fP media (harddrive, USB stick). +The default is to boot from \fIlocal\fP media (hard drive, USB stick). Set to \fInfs\fP for an NFS root share. .TP |