Changeset 1322a63 for BOOK/final-system/common
- Timestamp:
- Feb 21, 2006, 2:28:50 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 7134f0d
- Parents:
- 3793118a
- Location:
- BOOK/final-system/common
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gzip.xml
r3793118a r1322a63 67 67 <screen os="j"><userinput>mv -v /usr/bin/gzip /bin 68 68 rm -v /usr/bin/{gunzip,zcat} 69 ln -sv gzip /bin/gunzip 70 ln -sv gzip /bin/zcat 71 ln -sv gzip /bin/compress 69 ln -sv gzip /bin/{gunzip,zcat,compress} 72 70 ln -sv gunzip /bin/uncompress</userinput></screen> 73 71 -
BOOK/final-system/common/introduction.xml
r3793118a r1322a63 58 58 the package installs.</para> 59 59 60 <para os="e">To keep track of which package installs particular files, a package 61 manager can be used. For a general overview of different styles of package 62 managers, please refer to <ulink 63 url="&blfs-root;view/svn/introduction/important.html"/>. 64 For a package management method specifically geared towards LFS, we 65 recommend <ulink url="&hints-root;more_control_and_pkg_man.txt"/>.</para> 66 67 <!-- <note os="f"> 68 <para>The remainder of this book is to be performed while logged 69 in as user <systemitem class="username">root</systemitem> and no longer 70 as user <systemitem class="username">lfs</systemitem>.</para> 71 </note> --> 60 <para os="e">To keep track of which package installs particular files, a 61 package manager can be used. For a general overview of different styles of 62 package managers, please take a look at the next page.</para> 72 63 73 64 </sect1> -
BOOK/final-system/common/pkgmgt.xml
r3793118a r1322a63 20 20 issues that may arise when upgrading packages.</para> 21 21 22 <para>Some reasons why no package manager is mentioned in LFS or BLFS23 include:</para>22 <para>Some reasons why no specific package manager is recommended in LFS or 23 BLFS include:</para> 24 24 25 25 <itemizedlist> … … 31 31 <listitem> 32 32 <para>There are multiple solutions for package management, each having 33 its strengths and drawbacks. 33 its strengths and drawbacks. Including one that satisfies all audiences 34 34 is difficult.</para> 35 35 </listitem> … … 39 39 the <ulink url="&hints-root;">Hints subproject</ulink> and see if one of them 40 40 fits your need.</para> 41 42 <note>43 <para>As no particular package management technique is mentioned in LFS,44 the commands in the remainder of this book must be performed while logged in45 as user <systemitem class="username">root</systemitem> and no longer as user46 <systemitem class="username">lfs</systemitem>. Also, double check that47 <envar>$LFS</envar> is set.</para>48 </note>49 41 50 42 <sect2> … … 60 52 <para>If one of the toolchain packages (Glibc, GCC or Binutils) needs 61 53 to be upgraded to a newer minor version, it is safer to rebuild LFS. 62 Though you <emphasis>may</emphasis> be able to get by rebuilding all54 Though, you <emphasis>may</emphasis> be able to get by rebuilding all 63 55 the packages in their dependency order, we do not recommend it. For 64 56 example, if glibc-2.2.x needs to be updated to glibc-2.3.x, it is safer -
BOOK/final-system/common/testsuitesagain.xml
r3793118a r1322a63 25 25 <systemitem class="filesystem">devpts</systemitem> file system set up 26 26 correctly. This issue is discussed in greater detail at 27 <ulink url=" http://www.linuxfromscratch.org/lfs/faq.html#no-ptys"/>.</para>27 <ulink url="&faq-root;#no-ptys"/>.</para> 28 28 29 29 <para>Sometimes package test suites will fail, but for reasons which the -
BOOK/final-system/common/udev.xml
r3793118a r1322a63 80 80 81 81 <para os="j">Udev's configuration is far from ideal by default, so install 82 the configuration file shere:</para>82 the configuration file here:</para> 83 83 84 84 <screen os="k"><userinput>cp -v ../&udev-config-file; /etc/udev/rules.d/25-lfs.rules</userinput></screen> -
BOOK/final-system/common/zlib.xml
r3793118a r1322a63 50 50 <userinput>make check</userinput>.</para> 51 51 52 <para os="f">Install ation:</para>52 <para os="f">Install the package:</para> 53 53 54 54 <screen os="g"><userinput>make install</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.