Changeset c93d889 for BOOK/final-system/common
- Timestamp:
- Sep 2, 2007, 3:07:45 PM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 598efa5d
- Parents:
- 6267f3b
- Location:
- BOOK/final-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/glibc.xml
r6267f3b rc93d889 50 50 51 51 <screen os="d"><userinput>patch -Np1 -i ../&glibc-localedef_segfault-patch;</userinput></screen> 52 53 <para os="p1">The following patch merges all updates from the &glibc-version; Branch from54 the Glibc developers:</para>55 56 <screen os="p2"><userinput>patch -Np1 -i ../&glibc-branch_update-patch;</userinput></screen>57 52 58 53 <para os="e">The Glibc documentation recommends building Glibc outside of the -
BOOK/final-system/common/udev.xml
r6267f3b rc93d889 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_idextras/path_id"</userinput></screen>32 extras/edd_id extras/collect extras/path_id"</userinput></screen> 33 33 34 34 <variablelist os="c"> … … 38 38 <term><parameter>EXTRAS="extras/floppy extras/cdrom_id extras/firmware 39 39 extras/scsi_id extras/volume_id extras/ata_id extras/usb_id extras/edd_id 40 extras/ dasd_idextras/path_id"</parameter></term>40 extras/collect extras/path_id"</parameter></term> 41 41 <listitem> 42 42 <para>This builds the helper applications that are used with … … 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_idextras/path_id" install</userinput></screen>63 extras/edd_id extras/collect extras/path_id" install</userinput></screen> 64 64 65 65 <variablelist os="i"> … … 78 78 79 79 <para os="i">Install a necessary helper script:</para> 80 81 <screen os="j"><userinput>install -v extras/eventrecorder.sh /lib/udev</userinput></screen>82 83 <para os="l">Install the documentation that explains how to create84 Udev rules:</para>85 80 86 81 <screen os="m"><userinput>install -v -m644 -D docs/writing_udev_rules/index.html \
Note:
See TracChangeset
for help on using the changeset viewer.