Changeset 8ce1e61
- Timestamp:
- Aug 16, 2006, 9:33:35 PM (18 years ago)
- Children:
- 7d602e5
- Parents:
- 8227fd7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/ppc/yaboot-build.xml
r8227fd7 r8ce1e61 47 47 <para>The Makefile is already set to do kernel-style cross-compiling, 48 48 but it will try to use <command>strip</command> to strip the second-stage 49 loader. It also expects to be running as root for the install, and to 50 install for the root user, which user CLFS cannot do. The following command 51 will fix this:</para> 49 loader. It also tries to change user and group ownership for the installed 50 files to <systemitem class="username">root</systemitem>, which the 51 <systemitem class="username">clfs</systemitem> cannot do. The following 52 command fixes both issues:</para> 52 53 53 54 <screen><userinput>cp Makefile,{.orig} -
final-system/common/procps.xml
r8227fd7 r8ce1e61 141 141 <term><command>slabtop</command></term> 142 142 <listitem> 143 <para>Displays detailed kernel sla pcache information in real time</para>143 <para>Displays detailed kernel slab cache information in real time</para> 144 144 <indexterm zone="ch-system-procps slabtop"> 145 145 <primary sortas="b-slabtop">slabtop</primary> -
final-system/common/udev.xml
r8227fd7 r8ce1e61 177 177 <para>Simulates a <command>udev</command> run for the given device, 178 178 and prints out the name of the node the real <command>udev</command> 179 would have created or (not in CLFS) the name of the renamed network 180 interface</para> 179 would have created or the name of the renamed network interface</para> 181 180 <indexterm zone="ch-system-udev udevtest"> 182 181 <primary sortas="b-udevtest">udevtest</primary> … … 211 210 <term><command>cdrom_id</command></term> 212 211 <listitem> 213 <para>Print the capabilities of a cdrom or dvdromdrive.</para>212 <para>Print the capabilities of a CDROM or DVDROM drive.</para> 214 213 <indexterm zone="ch-system-udev cdrom_id"> 215 214 <primary sortas="b-cdrom_id">cdrom_id</primary> … … 282 281 <term><command>usb_id</command></term> 283 282 <listitem> 284 <para>Identify a usbblock device.</para>283 <para>Identify a USB block device.</para> 285 284 <indexterm zone="ch-system-udev usb_id"> 286 285 <primary sortas="b-usb_id">usb_id</primary> … … 302 301 <term><filename class="directory">/etc/udev</filename></term> 303 302 <listitem> 304 <para>Contains <command>udev</command> configu ation files,303 <para>Contains <command>udev</command> configuration files, 305 304 device permissions, and rules for device naming</para> 306 305 <indexterm zone="ch-system-udev etc-udev">
Note:
See TracChangeset
for help on using the changeset viewer.