Changeset 8f82a9e
- Timestamp:
- 08/23/2005 08:02:40 PM (19 years ago)
- Children:
- af41791
- Parents:
- fa8664c
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rfa8664c r8f82a9e 120 120 </listitem> 121 121 122 <listitem><para>August 23rd, 2005 [matt]: Install Udev's documentation relating 123 to configuring rules (fixes bug 1622)</para></listitem> 124 125 <listitem><para>August 23rd, 2005 [matt]: Upgrade to Man-1.6a</para></listitem> 126 127 <listitem><para>August 20th, 2005 [matt]: Stop moving some of coreutils binaries 128 to /bin as they aren't required to be there (fixes bug 1620).</para></listitem> 129 130 <listitem><para>August 19th, 2005 [matt]: Upgrade to Udev-068</para></listitem> 131 132 <listitem><para>August 19th, 2005 [matt]: Upgrade to IANA-etc-2.00</para></listitem> 133 134 <listitem><para>August 19th, 2005 [matt]: Upgrade to file-4.15</para></listitem> 135 122 136 <listitem><para>August 18th, 2005 [matt]: Simplify the method for finding where 123 137 GCC's default specs file and private include directory live. Additionally, -
chapter03/packages.xml
rfa8664c r8f82a9e 97 97 98 98 <varlistentry> 99 <term>File (&file-version;) - 400KB:</term>99 <term>File (&file-version;) - 397 KB:</term> 100 100 <listitem> 101 101 <para><ulink url="ftp://ftp.gw.com/mirrors/pub/unix/file/"/></para> … … 194 194 195 195 <varlistentry> 196 <term>Iana-Etc (&iana-etc-version;) - 1 68KB:</term>196 <term>Iana-Etc (&iana-etc-version;) - 174 KB:</term> 197 197 <listitem> 198 198 <para><ulink url="http://www.sethwklein.net/projects/iana-etc/downloads/"/></para> … … 271 271 272 272 <varlistentry> 273 <term>Man (&man-version;) - 20 8KB:</term>273 <term>Man (&man-version;) - 202 KB:</term> 274 274 <listitem> 275 275 <para><ulink url="http://primates.ximian.com/~flucifredi/man/"/></para> -
chapter06/coreutils.xml
rfa8664c r8f82a9e 83 83 <screen><userinput>make install</userinput></screen> 84 84 85 <para>Move programs to the proper locations:</para> 86 87 <screen><userinput>mv /usr/bin/{[,basename,cat,chgrp,chmod,chown,cp,dd,df} /bin 88 mv /usr/bin/{date,echo,false,head,hostname,install,ln} /bin 89 mv /usr/bin/{ls,mkdir,mknod,mv,pwd,rm,rmdir,sync} /bin 90 mv /usr/bin/{sleep,stty,test,touch,true,uname} /bin 85 <para>Move programs to the locations specified by the FHS:</para> 86 87 <screen><userinput>mv /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin 88 mv /usr/bin/{false,hostname,ln,ls,mkdir,mknod,mv,pwd,rm} /bin 89 mv /usr/bin/{rmdir,stty,sync,true,uname} /bin 91 90 mv /usr/bin/chroot /usr/sbin</userinput></screen> 92 91 93 <para>Finally, create a symlink to be FHS-compliant:</para> 94 95 <screen><userinput>ln -s ../../bin/install /usr/bin</userinput></screen> 92 <para>Some of the scripts in the LFS-Bootscripts package depend on 93 <command>head</command> and <command>sleep</command>. As 94 <filename class="directory">/usr</filename> may not be available during the 95 early stages of booting, those binaries need to be on the root partition:</para> 96 97 <screen><userinput>mv /usr/bin/{head,sleep} /bin</userinput></screen> 96 98 97 99 </sect2> -
chapter06/iana-etc.xml
rfa8664c r8f82a9e 18 18 <segtitle>&buildtime;</segtitle> 19 19 <segtitle>&diskspace;</segtitle> 20 <seglistitem><seg>0.1 SBU</seg><seg> 1.9MB</seg></seglistitem>20 <seglistitem><seg>0.1 SBU</seg><seg>2.0 MB</seg></seglistitem> 21 21 </segmentedlist> 22 22 -
chapter06/udev.xml
rfa8664c r8f82a9e 18 18 <segtitle>&buildtime;</segtitle> 19 19 <segtitle>&diskspace;</segtitle> 20 <seglistitem><seg>0.1 SBU</seg><seg> 2.7MB</seg></seglistitem>20 <seglistitem><seg>0.1 SBU</seg><seg>3.8 MB</seg></seglistitem> 21 21 </segmentedlist> 22 22 … … 30 30 <sect2 role="installation"> 31 31 <title>Installation of Udev</title> 32 33 <para>Fix an incorrect assumption in the Udev testsuite regarding the location34 of the <command>test</command> binary:</para>35 36 <screen><userinput>sed -i -e 's@/usr/bin/test@/bin/test@' test/udev-test.pl</userinput></screen>37 32 38 33 <para>Compile the package:</para> … … 60 55 <screen><userinput>cp ../udev-config-3.rules /etc/udev/rules.d/25-lfs.rules</userinput></screen> 61 56 57 <para>Install the documentation that explains how to create Udev rules:</para> 58 59 <screen><userinput>install -m644 -D docs/writing_udev_rules/index.html /usr/share/doc/udev-&udev-version;/index.html</userinput></screen> 60 62 61 <!-- Edit Me --> 63 62 <para>Run the <command>udevstart</command> program to create our full … … 73 72 <segtitle>Installed programs</segtitle> 74 73 <segtitle>Installed directory</segtitle> 75 <seglistitem><seg>udev, udev d, udevsend, udevstart, udevinfo,and udevtest</seg>74 <seglistitem><seg>udev, udevcontrol, udevd, udevinfo, udevmonitor, udevsend, udevstart and udevtest</seg> 76 75 <seg>/etc/udev</seg></seglistitem> 77 76 </segmentedlist> … … 90 89 </listitem></varlistentry> 91 90 91 <varlistentry id="udevcontrol"> 92 <term><command>udevcontrol</command></term> 93 <listitem> 94 <para>Configures a number of options for the running <command>udevd</command> 95 daemon, such as the log level.</para> 96 <indexterm zone="ch-system-udev udevcontrol"><primary sortas="b-udevcontrol">udevcontrol</primary> 97 </indexterm> 98 </listitem></varlistentry> 99 92 100 <varlistentry id="udevd"> 93 101 <term><command>udevd</command></term> … … 97 105 thus avoiding various race conditions</para> 98 106 <indexterm zone="ch-system-udev udevd"><primary sortas="b-udevd">udevd</primary></indexterm> 107 </listitem></varlistentry> 108 109 <varlistentry id="udevinfo"> 110 <term><command>udevinfo</command></term> 111 <listitem> 112 <para>Allows users to query the <command>udev</command> database for 113 information on any device currently present on the system; it also 114 provides a way to query any device in the <systemitem 115 class="filesystem">sysfs</systemitem> tree to help create udev 116 rules</para> 117 <indexterm zone="ch-system-udev udevinfo"><primary sortas="b-udevinfo">udevinfo</primary></indexterm> 118 </listitem></varlistentry> 119 120 <varlistentry id="udevmonitor"> 121 <term><command>udevmonitor</command></term> 122 <listitem> 123 <para>Prints the event received from the kernel and the event which 124 <command>udev</command> sends out after rule processing</para> 125 <indexterm zone="ch-system-udev udevmonitor"><primary sortas="b-udevmonitor">udevmonitor</primary> 126 </indexterm> 99 127 </listitem></varlistentry> 100 128 … … 119 147 </varlistentry> 120 148 121 <varlistentry id="udevinfo">122 <term><command>udevinfo</command></term>123 <listitem>124 <para>Allows users to query the <command>udev</command> database for125 information on any device currently present on the system; it also126 provides a way to query any device in the <systemitem127 class="filesystem">sysfs</systemitem> tree to help create udev128 rules</para>129 <indexterm zone="ch-system-udev udevinfo"><primary sortas="b-udevinfo">udevinfo</primary></indexterm>130 </listitem></varlistentry>131 132 149 <varlistentry id="udevtest"> 133 150 <term><command>udevtest</command></term> -
general.ent
rfa8664c r8f82a9e 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!ENTITY version "GCC4-200508 18">3 <!ENTITY releasedate "August 18, 2005">2 <!ENTITY version "GCC4-20050823"> 3 <!ENTITY releasedate "August 23, 2005"> 4 4 <!ENTITY milestone "6.2"> 5 5 <!ENTITY generic-version "gcc4"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> … … 37 37 <!ENTITY expect-version "5.43.0"> 38 38 <!ENTITY expect-lib-version "5.43"> 39 <!ENTITY file-version "4.1 4">39 <!ENTITY file-version "4.15"> 40 40 <!ENTITY findutils-version "4.2.23"> 41 41 <!ENTITY flex-version "2.5.31"> … … 49 49 <!ENTITY gzip-version "1.3.5"> 50 50 <!ENTITY hotplug-version "2004_09_23"> 51 <!ENTITY iana-etc-version " 1.10">51 <!ENTITY iana-etc-version "2.00"> 52 52 <!ENTITY inetutils-version "1.4.2"> 53 53 <!ENTITY iproute2-version "2.6.11-050330"> … … 61 61 <!ENTITY m4-version "1.4.3"> 62 62 <!ENTITY make-version "3.80"> 63 <!ENTITY man-version "1.6 ">63 <!ENTITY man-version "1.6a"> 64 64 <!ENTITY man-pages-version "2.07"> 65 65 <!ENTITY mktemp-version "1.5"> … … 78 78 <!ENTITY tcl-version "8.4.11"> 79 79 <!ENTITY texinfo-version "4.8"> 80 <!ENTITY udev-version "06 7">80 <!ENTITY udev-version "068"> 81 81 <!ENTITY util-linux-version "2.12q"> 82 82 <!ENTITY vim-version "6.3">
Note:
See TracChangeset
for help on using the changeset viewer.