Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2008-01-12 09:33:09 +00:00
parent 69fd0e6a7e
commit 616e34302b
1 changed files with 10 additions and 10 deletions

View File

@ -56,7 +56,7 @@ already created, it can be created with the following commands:
.PP
Also, support for both "RAM disk" and "Initial RAM disk"
(e.g.
.BR CONFIG_BLK_DEV_RAM=y
.BR CONFIG_BLK_DEV_RAM=y
and
.BR CONFIG_BLK_DEV_INITRD=y )
must be compiled directly into the Linux kernel to use
@ -162,14 +162,14 @@ is moved from
to
.IR /initrd .
Otherwise if directory
.IR /initrd
.IR /initrd
does not exist device
.I /dev/ram0
is unmounted.
(When moved from
.IR /
to
.IR /initrd ,
to
.IR /initrd ,
.I /dev/ram0
is not unmounted and therefore processes can remain running from
.IR /dev/ram0 .
@ -177,7 +177,7 @@ If directory
.I /initrd
does not exist on the normal root file-system
and any processes remain running from
.IR /dev/ram0
.IR /dev/ram0
when
.I /linuxrc
exits, the behavior of the kernel is
@ -235,7 +235,7 @@ For
this is a boot time option or
can be used as an option line in the
.B LILO
configuration file
configuration file
.IR /etc/lilo.config .
The device specified by the this option must be a mountable
device having a suitable root file-system.
@ -251,7 +251,7 @@ or compiled into the kernel file),
or the boot loader option setting
is used for the normal root file systems.
For a NFS-mounted normal root file system, one has to use the
.B nfs_root_name
.B nfs_root_name
and
.B nfs_root_addrs
boot options to give the NFS settings.
@ -269,13 +269,13 @@ executable to change the normal root device.
For
.I /linuxrc
to change the normal root device,
.IR /proc
.IR /proc
must be mounted.
After mounting
.IR /proc ,
.I /linuxrc
changes the normal root device by writing into the proc files
.IR /proc/sys/kernel/real-root-dev ,
.IR /proc/sys/kernel/real-root-dev ,
.IR /proc/sys/kernel/nfs-root-name ,
and
.IR /proc/sys/kernel/nfs-root-addrs .
@ -336,7 +336,7 @@ A possible system installation scenario is as follows:
.IP 1. 3
The loader program boots from floppy or other media with a minimal kernel
(e.g. support for
.IR /dev/ram ,
.IR /dev/ram ,
.IR /dev/initrd ,
and the ext2 file-system) and loads
.IR /dev/initrd