Ignore:
Timestamp:
Feb 21, 2006, 2:11:51 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
cddfd5f
Parents:
63ca7338
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
  • boot/common/e2fsprogs.xml

    r63ca7338 r32ec4f08  
    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.