Skip to content

Commit

Permalink
Grammar in installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Nov 28, 2016
1 parent 7c15fd0 commit 59b9bdc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@ and below we have the principal steps concerning network configuration:
- network_finish
- save_network

Note: If you are interested in know more about installation process check
Note: If you are interested in knowing more about the installation process check
[this](https://github.com/yast/yast-installation/blob/master/doc/installation_overview.md)
documentation.

### Linuxrc

As the [documentation](https://github.com/openSUSE/linuxrc) of the project
explains, it is the very early part of the SuSE Installation before YaST runs
which means that it is the first responsable of the network config.
which means that it is the first one responsible for the network config.

We can pass many options to the installation process that will be parsed by
linuxrc configuring our interfaces according to that options, or forwarding
the given information through the install.inf file.

By default linuxrc does not configure any interface except in the case that we
specify some special options as for example enabling **vnc**, **ssh** or
with the ifcfg option `ifcfg=*=dhcp`. If any of this options is given, linuxrc
will create a ifcfg file per interface with this options:
with the ifcfg option `ifcfg=*=dhcp`. If any of these options is given, linuxrc
will create a ifcfg file per interface with these options:

```
BOOTPROTO='dhcp'
Expand Down Expand Up @@ -67,8 +67,8 @@ NETCONFIG_DNS_STATIC_SERVERS="192.168.122.1"

## inst_install_inf

This client basically reads the content of /etc/install.inf which is an
interface between YaST and linuxrc and configure some network parameters.
This client basically reads the content of /etc/install.inf, which is an
interface between YaST and linuxrc, and configures some network parameters.

Currently it just sets the
[hostname](https://github.com/openSUSE/linuxrc/blob/master/linuxrc_hostname.md)
Expand All @@ -80,8 +80,8 @@ written directly by it.
## inst_dhcp

This client will try to configure dhcp in all the connected cards that haven't
been configured yet but only in the case that linuxrc does not active one
previously (i.e. with some parameter that implies remote connection)
been configured yet but only in the case that linuxrc has not activated one
previously (i.e. with some parameter that implies a remote connection).

## Manual Configuration (lan client)

Expand All @@ -93,7 +93,7 @@ only for Addons).

## inst_finish

In this step is when the configuration is really copied from the running
This step is when the configuration is really copied from the running
system to the installed one. This client calls more specialized clients to
procceed with the configuration, in case of networking it will call
`network_finish` which will call `save_network`.
Expand Down

0 comments on commit 59b9bdc

Please sign in to comment.