Changeset 0b528e48


Ignore:
Timestamp:
04/02/2006 02:10:22 PM (18 years ago)
Author:
Archaic <archaic@…>
Children:
0976a9a
Parents:
e324066
Message:

Reverting r7484

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/udev_update/BOOK@7485 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re324066 r0b528e48  
    3636    </listitem>
    3737-->
    38 
    39     <listitem>
    40       <para>March 31, 2006</para>
    41       <itemizedlist>
    42         <listitem>
    43           <para>[ken] - Add Alexander's command to sufficiently populate 
    44           /dev now that udevstart has gone.</para>
    45         </listitem>
    46       </itemizedlist>
    47     </listitem>
    4838
    4939    <listitem>
  • chapter08/grub.xml

    re324066 r0b528e48  
    2222  other architectures should be available in the usual resource-specific
    2323  locations for those architectures.</para>
    24 
    25   <para>Normally, we can rely on Udev to create all the necessary devices,
    26   but in chroot that is not true.  Grub will need to access the disk
    27   devices, the following command will create them.</para>
    28 
    29 <screen><userinput>for DEVICE in /sys/block/*/dev /sys/block/*/*/dev ; do
    30      IFS=: read MAJOR MINOR &lt;$DEVICE
    31      mknod /dev/`basename ${DEVICE%/dev}` b $MAJOR $MINOR
    32 done</userinput></screen>
    3324
    3425  <para>Boot loading can be a complex area, so a few cautionary
  • general.ent

    re324066 r0b528e48  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "udev_update-20060331">
    3 <!ENTITY releasedate "March 31, 2006">
     2<!ENTITY version "udev_update-20060330">
     3<!ENTITY releasedate "March 30, 2006">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "udev_update"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.