mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Fixed typo in udev instructions (extra/ --> extras/).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7802 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
d0d8dc8f4c
commit
9cb970842d
@ -35,6 +35,17 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>2006-09-23</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bryan] - Fixed typo in udev-100 instructions (extra/
|
||||
should be extras/). Thanks to Balazs Parkanyi for the
|
||||
heads-up.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2006-09-22</para>
|
||||
<itemizedlist>
|
||||
|
@ -54,7 +54,7 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
|
||||
<para>Compile the package:</para>
|
||||
|
||||
<screen><userinput>make EXTRAS="extras/ata_id extras/cdrom_id extras/edd_id \
|
||||
extras/firmware extras/floppy extras/path_id extra/rule_generator \
|
||||
extras/firmware extras/floppy extras/path_id extras/rule_generator \
|
||||
extras/scsi_id extras/usb_id extras/volume_id"</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20060922">
|
||||
<!ENTITY releasedate "September 22, 2006">
|
||||
<!ENTITY version "SVN-20060923">
|
||||
<!ENTITY releasedate "September 23, 2006">
|
||||
<!ENTITY milestone "6.3">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user