Changeset 8a0cee4 for postlfs


Ignore:
Timestamp:
04/09/2003 10:30:49 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:
100a3e5
Parents:
036393e1
Message:

part I, II, III, IV

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

Location:
postlfs
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/skel.xml

    r036393e1 r8a0cee4  
    1717<filename>.bash_profile</filename>, <filename>.bashrc</filename>,
    1818<filename>.bash_logout</filename>, <filename>dircolors</filename>,
    19 <filename>.inputrc</filename>, and <filename>.vimrc</filename>.</para>
     19<filename>.inputrc</filename> and <filename>.vimrc</filename>.</para>
    2020
    2121<para>When creating a new user with
  • postlfs/filesystems/ext3.xml

    r036393e1 r8a0cee4  
    1515kernel if needed.</para>
    1616
    17 <para>Edit your /etc/fstab. For each partition that you want to convert into
     17<para>Edit your <filename>/etc/fstab</filename>. For each partition that you want to convert into
    1818ext3, edit the entry so that it looks similar to the following line.</para>
    1919
    2020<para><userinput>/dev/hdXX /mnt_point ext3 defaults 1 0</userinput></para>
    2121
    22 <para>In the above line, replace /dev/hdXX by the partition (e.g. /dev/hda2),
    23 /mnt_point by the mount point (e.g. /home). The 0 in the last field ensures
     22<para>In the above line, replace <filename>/dev/hdXX</filename> by the
     23partition (e.g. <filename>/dev/hda2</filename>),
     24/mnt_point by the mount point (e.g. <filename>/home</filename>). The 0 in the last field ensures
    2425that the partition will not be checked for consistency during bootup by the
    2526checkfs script. You may replace the ext3 fs type in the above by auto if you
     
    2728enabling the ext3 support in the kernel.</para>
    2829
    29 <para>For each partition that you have converted to ext3 in /etc/fstab,
     30<para>For each partition that you have converted to ext3 in
     31<filename>/etc/fstab</filename>,
    3032enable the journal for the partition by running the following command.</para>
    3133
  • postlfs/security/iptables/iptables-desc.xml

    r036393e1 r8a0cee4  
    22<title>Contents</title>
    33
    4 <para>The iptables-package contains <userinput>iptables,
    5 ip6tables,</userinput> and some libraries.</para>
     4<para>The iptables-package contains <userinput>iptables</userinput>,
     5<userinput>ip6tables</userinput> and some libraries.</para>
    66
    77</sect2>
     
    1010
    1111<sect3><title>iptables</title>
    12 <para>is used to set up, maintain, and inspect the tables of IP packet
     12<para>iptables is used to set up, maintain, and inspect the tables of IP packet
    1313filter rules in the Linux kernel.</para>
    1414</sect3>
    1515
    1616<sect3><title>iptables-save, ~-restore</title>
    17 <para>to save and to restore your elaborated set of chains and rules.
    18 Until iptables-1.2.5 they were declared experimental.</para>
     17<para>These are used to save and to restore your elaborated set of chains and rules. Until iptables-1.2.5 they were declared experimental.</para>
    1918</sect3>
    2019
  • postlfs/security/iptables/iptables-exp.xml

    r036393e1 r8a0cee4  
    22<title>Command explanations</title>
    33
    4 <para><userinput>PREFIX=/usr</userinput>: Compiles and installs
     4<para><userinput>PREFIX=/usr</userinput> : Compiles and installs
    55iptables into the <filename>/usr</filename> hierarchy instead
    66of <filename>/usr/local</filename>.</para>
  • postlfs/security/shadow/shadow-config.xml

    r036393e1 r8a0cee4  
    33
    44<sect3><title>Config files</title>
    5 <para><userinput>/etc/pam.d/login /etc/pam.d/passwd /etc/pam.d/su
    6 /etc/pam.d/shadow /etc/pam.d/useradd</userinput></para>
     5<para><userinput>/etc/pam.d/login</userinput>,
     6<userinput>/etc/pam.d/passwd</userinput>,
     7<userinput>/etc/pam.d/su</userinput>,
     8<userinput>/etc/pam.d/shadow</userinput>, <userinput>/etc/pam.d/useradd</userinput></para>
    79</sect3>
    810
  • postlfs/shells/shells.xml

    r036393e1 r8a0cee4  
    33<title>Shells</title>
    44
    5 <para>We are all familiar with the Bourne Again shell, but there are two
     5<para>We are all familiar with the Bourne Again SHell, but there are two
    66other user interfaces that are considered useful modern shells -- the
    7 Berkeley UNIX C shell and the korn shell.  This chapter installs
     7Berkeley UNIX C shell and the Korn shell.  This chapter installs
    88packages compatible with these additional shell types.</para>
    99
Note: See TracChangeset for help on using the changeset viewer.