Changeset 64d97b7c for postlfs/config


Ignore:
Timestamp:
04/01/2003 07:52:38 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d67b774
Parents:
0a9287a
Message:

update to sawfish-1.3, librep-0.16.2 and first round spell check

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@792 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
postlfs/config
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/bootdisk.xml

    r0a9287a r64d97b7c  
    2525
    2626<para>
    27 Now that we have a file mounted and useable, let's prepare it to be
     27Now that we have a file mounted and usable, let's prepare it to be
    2828filled with useful material.  Since this is only a rescue floppy we'll
    2929only need to set up the minimum directories.</para>
  • postlfs/config/config.xml

    r0a9287a r64d97b7c  
    1515subsystems but these are mostly simply pretty frontends to the process
    1616of editing the file.  The advantage of text-only configuration is that
    17 you can edit parameters using your favourite text editor, whether that
     17you can edit parameters using your favorite text editor, whether that
    1818be vim, emacs or anything else.</para>
    1919
  • postlfs/config/logon.xml

    r0a9287a r64d97b7c  
    11<sect1 id="postlfs-config-logon">
    22<?dbhtml filename="logon.html" dir="postlfs"?>
    3 <title>/etc/issue (Customising your logon)</title>
     3<title>/etc/issue (Customizing your logon)</title>
    44
    55<para>When you first boot up your new LFS system, the logon screen will
     
    2626alone.</para>
    2727
    28 <para>The following escapes are recognised by agetty (the program which
     28<para>The following escapes are recognized by agetty (the program which
    2929usually parses <filename>/etc/issue</filename>).  This information is from
    3030<userinput>man agetty</userinput> where you can find extra information
  • postlfs/config/profile.xml

    r0a9287a r64d97b7c  
    44
    55<para>The shell program <filename>/bin/bash</filename> (hereafter
    6 refered to as just "the shell") uses a collection of startup files to
     6referred to as just "the shell") uses a collection of startup files to
    77help create an environment to run in.  Each file has a specific use and
    88may affect login and interactive environments differently.</para>
     
    2424<filename>~/.bash_profile</filename>, and
    2525<filename>~/.bashrc</filename>.  The file
    26 <filename>~/.bash_logout</filename> is not used for an invokation of the
     26<filename>~/.bash_logout</filename> is not used for an invocation of the
    2727shell.  It is read by the shell when a user logouts of the system.  The
    2828files <filename>/etc/profile</filename> and
     
    134134# by James Robertson &lt;jameswrobertson@earthlink.net&gt;
    135135
    136 # Personal envrionment variables and startup programs.
     136# Personal environment variables and startup programs.
    137137
    138138# Personal aliases and functions should go in ~/.bashrc.  System wide
     
    162162
    163163# Personal environment variables and startup programs should go in
    164 # ~/.bash_profile.  System wide environment variables and starup
     164# ~/.bash_profile.  System wide environment variables and startup
    165165# programs are in /etc/profile.  System wide aliases and functions are
    166166# in /etc/bashrc.
  • postlfs/config/vimrc.xml

    r0a9287a r64d97b7c  
    4747
    4848<listitem><para><userinput>set bs=2 :</userinput>
    49 This influences the behaviour of the backspace option.  It is fairly
     49This influences the behavior of the backspace option.  It is fairly
    5050complex so see <userinput>:help 'bs'</userinput> for more
    5151details.</para></listitem>
     
    5656
    5757<listitem><para><userinput>set background=dark :</userinput>
    58 This tells vim to use colours which look good on a dark
     58This tells vim to use colors which look good on a dark
    5959background.</para></listitem>
    6060
Note: See TracChangeset for help on using the changeset viewer.