Ignore:
Timestamp:
09/23/2018 05:33:20 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
basic
Children:
20ce064
Parents:
6397333
Message:

Numerous typos and text corrections

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/basic@20528 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • introduction/important/starting.xml

    r6397333 r4de7ca7  
    2929
    3030     <para>
    31         A sever is the simplier category. Generally this consistes of a web
     31        A server is the simpler category. Generally this consists of a web
    3232        server such as the
    33         <ulink url="&blfs-book;/server/apache.html">Apache HTTP Server</ulink>
     33        <ulink url="&blfs-book;server/apache.html">Apache HTTP Server</ulink>
    3434        and a database server such as
    35         <ulink url="&blfs-book;/server/mariadb.html">MariaDB</ulink>.
     35        <ulink url="&blfs-book;server/mariadb.html">MariaDB</ulink>.
    3636        However other services are possible. The operating system
    3737        embedded in a single use device falls into this category.
     
    4141        On the other hand, a workstation is much more complex. It generally
    4242        requires a graphical user environment such as
    43         <ulink url="&blfs-book;/lxde/lxde.html">LXDE</ulink>,
    44         <ulink url="&blfs-book;/xfce/xfce.html">XFCE</ulink>,
    45         <ulink url="&blfs-book;/kde/kde.html">KDE</ulink>, or
    46         <ulink url="&blfs-book;/gnome/gnome.html">Gnome</ulink>
     43        <ulink url="&blfs-book;lxde/lxde.html">LXDE</ulink>,
     44        <ulink url="&blfs-book;xfce/xfce.html">XFCE</ulink>,
     45        <ulink url="&blfs-book;kde/kde.html">KDE</ulink>, or
     46        <ulink url="&blfs-book;gnome/gnome.html">Gnome</ulink>
    4747        (systemd versions of LFS only) based on the
    48         <ulink url="&blfs-book;/x/installing.html">X Window graphical environment</ulink>
     48        <ulink url="&blfs-book;x/installing.html">X Window graphical environment</ulink>
    4949        and several graphical based applications such as the
    50         <ulink url="&blfs-book;/xsoft/firefox.html">Firefox web browser</ulink>,
    51         <ulink url="&blfs-book;/xsoft/thunderbird.html">Thunderbird email client</ulink>,
     50        <ulink url="&blfs-book;xsoft/firefox.html">Firefox web browser</ulink>,
     51        <ulink url="&blfs-book;xsoft/thunderbird.html">Thunderbird email client</ulink>,
    5252        or
    53         <ulink url="&blfs-book;/xsoft/libreoffice.html">LibreOffice office suite</ulink>.
     53        <ulink url="&blfs-book;xsoft/libreoffice.html">LibreOffice office suite</ulink>.
    5454        These applications require many (several hundred depending on
    5555        desired capabilities) more packages of support applications and
     
    146146
    147147    <para>
    148        Note that the last three commands inthe script are commented out. These
    149        are useful if those directories are mounted as separate partitons on the
     148       Note that the last three commands in the script are commented out. These
     149       are useful if those directories are mounted as separate partitions on the
    150150       host system and will be mounted when booting the completed LFS/BLFS system.
    151151    </para>
     
    158158
    159159    <para>
    160         Another issue pointed out by the scriptis where to store downloaded
     160        Another issue pointed out by the script is where to store downloaded
    161161        package files. This location is arbitrary. It can be in a regular
    162162        user's home directory such as ~/sources or in a global location like
     
    167167
    168168    <para>
    169         A last convenince feature presented here is to streamline the process
     169        A last convenience feature presented here is to streamline the process
    170170        of entering the chroot environment. This can be done with an alias
    171171        placed in a user's ~/.bashrc file on the host system:
Note: See TracChangeset for help on using the changeset viewer.