[EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]:
> Author: matthew > Date: 2005-03-02 13:37:49 -0700 (Wed, 02 Mar 2005) > New Revision: 4715 > > Modified: > trunk/BOOK/chapter01/changelog.xml > trunk/BOOK/chapter02/creatingfilesystem.xml > Log: > * Added note regarding potential custom enhancements to a host > distribution's > e2fsprogs. Fixes bug 1047. > <snip> > partition:</para> + > +<screen><userinput>cd /tmp > +tar xjf /path/to/sources/e2fsprogs-1.36.tar.bz2 > +cd e2fsprogs-1.36 > +mkdir build > +cd build > +../configure > +make #note that we intentionally don't 'make install' here! > +./misc/mke2fs /dev/<replaceable>[xxx]</replaceable> > +cd /tmp > +rm -rf e2fsprogs-1.36</userinput></screen> > +</note> > + > <para>If a swap partition was created, it will need to be initialized Suggest we use the appropriate &version tags instead of a hardcoded version - I realise it's just an example, but it's one less thing to update manually for a release ;) -- - Steve Crosby -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
