Changeset 18bba3d
- Timestamp:
- Sep 7, 2006, 9:52:49 PM (18 years ago)
- Children:
- 9402395
- Parents:
- 57a40c9
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/multilib/udev.xml
r57a40c9 r18bba3d 28 28 29 29 <screen os="b"><userinput>make CROSS_COMPILE="${CLFS_TARGET}-" CC="${CC} ${BUILD64}" \ 30 LD="${CC} ${BUILD64}" udevdir=/dev</userinput></screen>30 LD="${CC} ${BUILD64}"</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
bootscripts/common/udev-rules.xml
r57a40c9 r18bba3d 149 149 <term><command>load_floppy_module.sh</command></term> 150 150 <listitem> 151 <para>To be Written.</para> 151 <para>Checks to see if a floppy drive exists before loading 152 the floppy drive module into memory.</para> 152 153 <indexterm zone="ch-scripts-udev-rules load_floppy_module.sh"> 153 154 <primary sortas="d-load_floppy_module.sh">load_floppy_module.sh</primary> … … 159 160 <term><command>show_event_log</command></term> 160 161 <listitem> 161 <para> To be Written.</para>162 <para>Displays Udev log messages from /var/log/messages.</para> 162 163 <indexterm zone="ch-scripts-udev-rules show_event_log"> 163 164 <primary sortas="d-show_event_log">show_event_log</primary> … … 176 177 </varlistentry> 177 178 178 <varlistentry id="udev_retry">179 <term><command>udev_retry</command></term>180 <listitem>181 <para>To be Written.</para>182 <indexterm zone="ch-scripts-udev-rules udev_retry">183 <primary sortas="d-udev_retry">udev_retry</primary>184 </indexterm>185 </listitem>186 </varlistentry>187 188 179 </variablelist> 189 180 -
final-system/common/udev.xml
r57a40c9 r18bba3d 30 30 <screen os="b"><userinput>make EXTRAS="extras/floppy extras/cdrom_id extras/firmware \ 31 31 extras/scsi_id extras/volume_id extras/ata_id extras/usb_id \ 32 extras/edd_id extras/dasd_id extras/path_id" udevdir=/dev</userinput></screen>32 extras/edd_id extras/dasd_id extras/path_id"</userinput></screen> 33 33 34 34 <variablelist os="c"> … … 61 61 EXTRAS="extras/floppy extras/cdrom_id extras/firmware \ 62 62 extras/scsi_id extras/volume_id extras/ata_id extras/usb_id \ 63 extras/edd_id extras/dasd_id extras/path_id" udevdir=/devinstall</userinput></screen>63 extras/edd_id extras/dasd_id extras/path_id" install</userinput></screen> 64 64 65 65 <variablelist os="i"> -
final-system/multilib/udev.xml
r57a40c9 r18bba3d 22 22 <title>Installation of Udev</title> 23 23 24 <para os="p1">This patch updatesmoves /lib/udev to /lib64/udev, to keep24 <para os="p1">This patch moves /lib/udev to /lib64/udev, to keep 25 25 system consistency:</para> 26 26 … … 33 33 <screen os="b"><userinput>make CC="gcc ${BUILD64}" LD="gcc ${BUILD64}" \ 34 34 EXTRAS="extras/cdrom_id extras/floppy extras/firmware extras/scsi_id extras/volume_id \ 35 extras/ata_id extras/usb_id extras/edd_id extras/dasd_id extras/path_id" udevdir=/dev</userinput></screen>35 extras/ata_id extras/usb_id extras/edd_id extras/dasd_id extras/path_id"</userinput></screen> 36 36 37 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.