Changeset 20e2a65


Ignore:
Timestamp:
05/15/2004 08:54:56 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
32ddf4a
Parents:
35c4fa3
Message:
  • Added warning regarding the necessity of editing make_devices

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r35c4fa3 r20e2a65  
    7474</itemizedlist>
    7575</listitem>
     76
     77<listitem><para>May 15th, 2004 [matt]: Chapter 6 - Added a clearer warning that
     78make_devices needs to be customised</para></listitem>
    7679
    7780<listitem><para>May 14th, 2004 [matt]: Chapter 3 - Added glibc's md5sum</para>
  • chapter06/makedev.xml

    r35c4fa3 r20e2a65  
    6868you are satisfied, run the script to create the device files:</para>
    6969
     70<warning><para>Failure to properly edit the <command>make_devices</command> to
     71match your systems's setup (eg. number of partitions) can lead to boot errors.
     72</para></warning>
     73
    7074<screen><userinput>cd /dev
    7175./make_devices</userinput></screen>
  • general.ent

    r35c4fa3 r20e2a65  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "&milestone;-20040513">
    3 <!ENTITY releasedate "May 13, 2004">
     2<!ENTITY version "&milestone;-20040515">
     3<!ENTITY releasedate "May 15th, 2004">
    44<!ENTITY milestone "5.1">
    55
Note: See TracChangeset for help on using the changeset viewer.