Ignore:
Timestamp:
Feb 21, 2006, 2:11:51 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
6e653cdb
Parents:
170e4116
Message:

r1072@server (orig r1070): chris | 2006-01-13 09:06:35 -0800
Changed several package installation instruction in Chapter 7, and removed the line about journalling filesystems from fstab (to be consistent with {B}LFS)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/e2fsprogs.xml

    r170e4116 rcb943f4  
    7272    <para os="ad">Create needed symlinks for a bootable system:</para>
    7373
    74 <screen os="ae"><userinput>install -d ${LFS}/sbin
    75 cd ${LFS}/sbin
    76 ln -sf ../tools/sbin/fsck.ext2 .
    77 ln -sf ../tools/sbin/fsck.ext3 .
    78 ln -sf ../tools/sbin/e2fsck .</userinput></screen>
     74<screen os="ae"><userinput>ln -s /tools/sbin/{fsck.ext2,fsck.ext3,e2fsck} ${LFS}/sbin</userinput></screen>
    7975
    8076  </sect2>
Note: See TracChangeset for help on using the changeset viewer.