diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-05-07 13:48:25 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-05-07 13:48:25 +0000 |
commit | e0cfa9fc576fabc8bf0f8642d64a45fb8f0d0c87 (patch) | |
tree | 17f9cc9ed153b9d8129fff01a19188a7b9d12923 | |
parent | 42c7c30d6da4b7e6b6e014fcc07051618a6f7a0e (diff) |
Fixed missing commands for ppc for creating /{proc,sys}
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@5200 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter06/kernfs.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 12 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f1bd49629..218c85bf2 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -86,6 +86,15 @@ first a summary, then a detailed log.</para> <listitem><para>Changelog Entries:</para> <itemizedlist> +<listitem><para>May 7, 2005 [jhuntwork]</para> +<itemizedlist> +<listitem><para>Fixed: Arch: PPC - Missing commands for creating $LFS/{proc,sys}.</para></listitem> +</itemizedlist> +</listitem> +</itemizedlist> + + +<itemizedlist> <listitem><para>May 5, 2005 [jim]</para> <itemizedlist> <listitem><para>Removed: Arch: All - Inetutils Kernel Header patch, not needed any more.</para></listitem> diff --git a/chapter06/kernfs.xml b/chapter06/kernfs.xml index ad65cc0ce..e56384e20 100644 --- a/chapter06/kernfs.xml +++ b/chapter06/kernfs.xml @@ -13,7 +13,7 @@ itself.</para> <para>Begin by creating directories onto which the file systems will be mounted:</para> -<screen arch="x86"><userinput>mkdir -p $LFS/{proc,sys}</userinput></screen> +<screen arch="x86;ppc;"><userinput>mkdir -p $LFS/{proc,sys}</userinput></screen> <screen arch="raq2"><userinput>mkdir -p $LFS/{proc,sys,dev/{shm,pts}}</userinput></screen> diff --git a/general.ent b/general.ent index fddeb6bf8..532a3b2ad 100644 --- a/general.ent +++ b/general.ent @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "7.0-multiarch-20050505"> +<!ENTITY version "7.0-multiarch-20050507"> <!ENTITY version-x86 "&version;-x86"> <!ENTITY version-alpha "&version;-alpha"> <!ENTITY version-ppc "&version;-PowerPC"> <!ENTITY version-raq2 "&version;-RaQ2"> -<!ENTITY releasedate "May 5, 2005"> +<!ENTITY releasedate "May 7, 2005"> <!ENTITY milestone "7.0"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> |