- Timestamp:
- Aug 11, 2012, 5:06:24 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 12dd3ae
- Parents:
- b2b94a5
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/udev.xml
rb2b94a5 rf44ac55 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>LIBS="-lpthread" \ 30 BLKID_CFLAGS="-I/tools/include/blkid" BLKID_LIBS="-L/tools/lib -lblkid" \ 31 KMOD_CFLAGS="-I/tools/include" KMOD_LIBS="-L${CLFS}/lib -lkmod" \32 ./configure --prefix=/usr \ 33 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 29 <screen os="b"><userinput>LIBS="-lpthread" \ 30 BLKID_CFLAGS="-I/tools/include/blkid" BLKID_LIBS="-L/tools/lib -lblkid" \ 31 KMOD_CFLAGS="-I/tools/include" KMOD_LIBS="-L${CLFS}/lib -lkmod" \ 32 ./configure --prefix=/usr \ 33 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 34 34 --exec-prefix="" --with-rootprefix=$CLFS \ 35 --sysconfdir=/etc --libexecdir=/lib \ 36 --libdir=/usr/lib --disable-introspection \ 37 --with-usb-ids-path=no --with-pci-ids-path=no \ 38 --disable-gtk-doc-html --disable-gudev \ 35 --sysconfdir=/etc --libexecdir=/lib \ 36 --libdir=/usr/lib --disable-introspection \ 37 --with-usb-ids-path=no --with-pci-ids-path=no \ 38 --disable-gtk-doc-html --disable-gudev \ 39 39 --disable-keymap --disable-logging</userinput></screen> 40 40 -
BOOK/general.ent
rb2b94a5 rf44ac55 3 3 <!ENTITY month "08"> <!-- Use two digits --> 4 4 <!ENTITY month_name "August"> 5 <!ENTITY day " 07"> <!-- Use two digits -->5 <!ENTITY day "11"> <!-- Use two digits --> 6 6 <!ENTITY year "2012"> <!-- Use four digits --> 7 7 -
BOOK/introduction/common/changelog.xml
rb2b94a5 rf44ac55 36 36 </listitem> 37 37 --> 38 <listitem> 39 <para>11 August 2012</para> 40 <itemizedlist> 41 <listitem> 42 <para>[William Harrington] - Edit configure command block in the boot method udev section so that copy and paste works properly.</para> 43 </listitem> 44 </itemizedlist> 45 </listitem> 38 46 39 47 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.