Changeset 666f6de for postlfs/config


Ignore:
Timestamp:
10/03/2003 02:12:31 AM (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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9491ec6b
Parents:
0482b012
Message:

filesystem->file system, bootdisk->boot disk, other spelling

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

Location:
postlfs/config
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/bootdisk.xml

    r0482b012 r666f6de  
    11<sect1 id="postlfs-config-bootdisk">
    22<?dbhtml filename="bootdisk.html" dir="postlfs"?>
    3 <title>Creating a Custom Bootdisk</title>
     3<title>Creating a Custom Boot Disk</title>
    44
    55<sect2>
    6 <title>Decent Rescue Bootdisk Needs</title>
     6<title>Decent Rescue Boot Disk Needs</title>
    77<para>This section is really about creating a <emphasis>rescue</emphasis>
    88diskette.  As the name <emphasis>rescue</emphasis> implies, the host
     
    1616dependency on the host system's resources, other than basic bootability
    1717and hardware soundness.  At a minimum, the most common sorts of failures
    18 requiring a rescue bootdisk should be addressed by the contents of the
    19 bootdisk.  This would include the common loss of partitioning (master
     18requiring a rescue boot disk should be addressed by the contents of the
     19boot disk.  This would include the common loss of partitioning (master
    2020boot record is lost or corrupted), file system corruption, and the need
    2121to allow creation and editing of files that may have been lost or
     
    3030<title>This Minimal Decent Rescue Disk</title>
    3131
    32 <para>The intent here is to create a "rescue bootdisk" that will support
     32<para>The intent here is to create a "rescue boot disk" that will support
    3333the common operations listed above.  These functions are provided by
    3434including selected executables from <application><ulink
     
    4848
    4949<sect2>
    50 <title>Build the Rescue Bootdisk</title>
     50<title>Build the Rescue Boot Disk</title>
    5151<sect3>
    5252<title>Prerequisites</title>
     
    239239
    240240<para><emphasis>You must modify this to suit your kernel configuration and
    241 other needs.</emphasis>  For example, you may need scsi devices and may not need
     241other needs.</emphasis>  For example, you may need
     242<acronym>SCSI</acronym> devices and may not need
    242243frame buffer devices or the pseudo-terminal directory.  Also, the number
    243244of hard drives and partitions that you include should be the minimal
     
    268269diskette.  Every little bit helps.  The strategy taken here is to create
    269270these two files as part of the rescue boot and initialization process.
    270 The commands that make the two files will be imbedded inside the
     271The commands that make the two files will be embedded inside the
    271272<filename>rcS</filename> script that <filename>linuxrc</filename>
    272273(really <application><ulink
     
    640641
    641642<para>That's all there is to it. The possibilities from here are limited only
    642 by your imagination and tenacity in pursueing enhancements. And your
     643by your imagination and tenacity in pursuing enhancements. And your
    643644willingness to research available documentation. A good starting point
    644645is the "Documentation" directory in your kernel source tree. More help
  • postlfs/config/compressdoc.xml

    r0482b012 r666f6de  
    2323# to accept compression/decompression, to correctly handle hard-links,
    2424# to allow for changing hard-links into soft- ones, to specify the
    25 # compression level, to parse the man.conf for all occurences of MANPATH,
     25# compression level, to parse the man.conf for all occurrences of MANPATH,
    2626# to allow for a backup, to allow to keep the newest version of a page.
    2727#
     
    3232#          tool : gzip or bzip2;
    3333#        - when a MANPATH env var exists, use this instead of /etc/man.conf
    34 #          (usefull for users to (de)compress their man pages;
     34#          (useful for users to (de)compress their man pages;
    3535#        - offer an option to restore a previous backup;
    3636#        - add other compression engines (compress, zip, etc?). Needed?
     
    8282                directories.
    8383                When empty, and only then, parse ${MAN_CONF}/man.conf for all
    84                 occurences of MANPATH.
     84                occurrences of MANPATH.
    8585
    8686Note about compression
     
    9191  big being very dependent on the content of the files.
    9292
    93   See the original thread begining at :
     93  See the original thread beginning at :
    9494http://archive.linuxfromscratch.org/mail-archives/blfs-support/2003/04/0424.html
    9595
     
    291291fi
    292292
    293 # In backup mode, do the backup sollely
     293# In backup mode, do the backup solely
    294294if [ "$BACKUP" = "yes" ]; then
    295295  for DIR in $MAN_DIR; do
     
    358358
    359359        # Now take care of the file that has no hard-link
    360         # We do decompress first to recompress with the selected
     360        # We do decompress first to re-compress with the selected
    361361        # compression ratio later on...
    362362        case $FILE in
  • postlfs/config/skel.xml

    r0482b012 r666f6de  
    9090send output there instead and then just copy the file from
    9191<filename class="directory">/etc/skel</filename> to the appropriate directories, like
    92 <filename class="directory">/etc</filename>, <filename class="directory">~</filename> or the home directoriy
     92<filename class="directory">/etc</filename>, <filename class="directory">~</filename> or the home directory
    9393of any other user already in the system.</para>
    9494
Note: See TracChangeset for help on using the changeset viewer.