Changeset 9090bd7
- Timestamp:
- Feb 21, 2006, 12:56:30 AM (19 years ago)
- Children:
- 97074be
- Parents:
- db63ccc
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/64/udev.xml
rdb63ccc r9090bd7 29 29 xpointer="xpointer(//*[@os='c'])"/> 30 30 31 <screen><userinput>make CROSS="${LFS_TARGET}-" CC="${CC} ${BUILD64}" LD="${CC} ${BUILD64}" udevdir=/dev</userinput></screen> 31 <screen><userinput>make CROSS="${LFS_TARGET}-" CC="${CC} ${BUILD64}" LD="${CC} ${BUILD64}" \ 32 EXTRAS="extras/firmware extras/run_directory"</userinput></screen> 32 33 33 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
boot/common/udev.xml
rdb63ccc r9090bd7 29 29 xpointer="xpointer(//*[@os='c'])"/> 30 30 31 <screen><userinput>make CROSS="${LFS_TARGET}-" CC="${CC}" LD="${CC}" udevdir=/dev</userinput></screen> 31 <screen><userinput>make CROSS="${LFS_TARGET}-" CC="${CC}" LD="${CC}" \ 32 EXTRAS="extras/firmware extras/run_directory"</userinput></screen> 32 33 33 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 39 40 xpointer="xpointer(//*[@os='f'])"/> 40 41 41 <screen os="aa"><userinput>make DESTDIR=${LFS} udevdir=/devinstall</userinput></screen>42 <screen os="aa"><userinput>make DESTDIR=${LFS} EXTRAS="extras/firmware extras/run_directory" install</userinput></screen> 42 43 43 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
boot/multilib/udev.xml
rdb63ccc r9090bd7 29 29 xpointer="xpointer(//*[@os='c'])"/> 30 30 31 <screen><userinput>make CROSS="${LFS_TARGET}-" CC="${CC} ${BUILD64}" LD="${CC} ${BUILD64}" udevdir=/dev</userinput></screen> 31 <screen><userinput>make CROSS="${LFS_TARGET}-" CC="${CC} ${BUILD64}" LD="${CC} ${BUILD64}" \ 32 EXTRAS="extras/firmware extras/run_directory"</userinput></screen> 32 33 33 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
final-system/common/udev.xml
rdb63ccc r9090bd7 38 38 <para os="c">Compile the package:</para> 39 39 40 <screen><userinput>make EXTRAS="extras/firmware extras/run_directory" udevdir=/dev</userinput></screen>40 <screen><userinput>make EXTRAS="extras/firmware extras/run_directory"</userinput></screen> 41 41 42 42 <variablelist os="d"> … … 44 44 45 45 <varlistentry> 46 <term><parameter>udevdir=/dev</parameter></term> 47 <listitem> 48 <para>This tells <command>udev</command> in which directory 49 devices nodes are to be created.</para> 46 <term><parameter>EXTRAS="extras/firmware extras/run_directory"</parameter></term> 47 <listitem> 48 <para>This builds the <command>udev_run_devd</command> and 49 <command>udev_run_hotplugd</command> binaries, which are required for 50 correct handling of hotpluggable devices.</para> 50 51 </listitem> 51 52 </varlistentry> … … 58 59 <para os="f">Install the package:</para> 59 60 60 <screen os="g"><userinput>make EXTRAS="extras/firmware extras/run_directory" udevdir=/dev install</userinput></screen> 61 61 <screen os="g"><userinput>make DESTDIR=/ EXTRAS="extras/firmware extras/run_directory" install</userinput></screen> 62 63 <variablelist os="g1"> 64 <title>The meaning of the make parameter:</title> 65 66 <varlistentry> 67 <term><parameter>DESTDIR=/</parameter></term> 68 <listitem> 69 <para>This prevents the Udev build process from killing any 70 <command>udevd</command> processes that may be running on the 71 system.</para> 72 </listitem> 73 </varlistentry> 74 75 </variablelist> 62 76 <para os="h">Udev's configuration is far from ideal by default, so install 63 77 the configuration files here:</para> -
final-system/multilib/udev.xml
rdb63ccc r9090bd7 46 46 href="../common/udev.xml" 47 47 xpointer="xpointer(//*[@os='g'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 50 href="../common/udev.xml" 51 xpointer="xpointer(//*[@os='g1'])"/> 48 52 49 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
introduction/common/changelog.xml
rdb63ccc r9090bd7 42 42 <para>November 9, 2005</para> 43 43 <itemizedlist> 44 <listitem> 45 <para>[manuel] - Stop Udev from killing udevd processes on the 46 system and removed udevdir=/dev. Ported from LFS-SVN.</para> 47 </listitem> 44 48 <listitem> 45 49 <para>[manuel] - Install the binaries from Less to /usr/bin instead -
the-end/reboot.xml
rdb63ccc r9090bd7 32 32 <screen><userinput>logout</userinput></screen> 33 33 34 <para>Stop the <command>udevd</command> daemon that Udev started earlier, 35 then unmount the virtual files systems:</para> 34 <para>Then unmount the virtual files systems:</para> 36 35 37 <screen><userinput>pkill udevd 38 umount $LFS/dev/pts 36 <screen><userinput>umount $LFS/dev/pts 39 37 umount $LFS/dev/shm 40 38 umount $LFS/dev
Note:
See TracChangeset
for help on using the changeset viewer.