From 9456866061819ea226ebe2b39ef20622fd36c2f1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 6 Oct 2003 07:46:15 +0000 Subject: s/root_fs-/root_fs_/g --- docs/uclibc.org/FAQ.html | 6 +++--- docs/uclibc.org/index.html | 6 +++--- docs/uclibc.org/old-news.html | 42 +++++++++++++++++++++--------------------- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/docs/uclibc.org/FAQ.html b/docs/uclibc.org/FAQ.html index 1017e22a0..f736747c0 100644 --- a/docs/uclibc.org/FAQ.html +++ b/docs/uclibc.org/FAQ.html @@ -265,10 +265,10 @@ to the uClibc home page. If you want to be really lazy and start using uClibc right away without needing to compile your own toolchain or anything, you can grab a copy of the uClibc development systems, currently available for - i386, - powerpc, + i386, + powerpc, and - arm. + arm. These are pre-built uClibc only development systems (created using buildroot), and provide a really really easy way to get started. These are about 20 MB bzip2 diff --git a/docs/uclibc.org/index.html b/docs/uclibc.org/index.html index 23f8bddc6..e88c4ce9b 100644 --- a/docs/uclibc.org/index.html +++ b/docs/uclibc.org/index.html @@ -326,11 +326,11 @@ you might want to search the mailing list archives... needed code and compile it for you.
  • uClibc development systems for - i386 + i386 and - powerpc, + powerpc, and - arm + arm are available and contain complete gcc 3.2.2 toolchains.
  • You can compile your own uClibc development system using diff --git a/docs/uclibc.org/old-news.html b/docs/uclibc.org/old-news.html index 92bf0f1df..d99e2f0b4 100644 --- a/docs/uclibc.org/old-news.html +++ b/docs/uclibc.org/old-news.html @@ -88,10 +88,10 @@
    The uClibc development systems for - i386, - powerpc, - arm, - mips, + i386, + powerpc, + arm, + mips, have been updated to uClibc 0.9.20. Several problems have been fixed up, gcc has been updated to version 3.3, and Perl 5.8.0 is now included.

    @@ -121,11 +121,11 @@
    The uClibc development systems for - i386, - powerpc, - arm, + i386, + powerpc, + arm, and now for the first time - mips, + mips, have been updated to uClibc 0.9.19. Several smaller problems have also been fixed up.

    @@ -178,11 +178,11 @@
    The uClibc development systems for - i386 + i386 and - powerpc, + powerpc, and - arm + arm have been again updated. This time around a few broken symlinks (one preventing C++ code from compiling) have been fixed, several system calls related to uids and gid have been fixed, the powerpc @@ -199,11 +199,11 @@ The uClibc development system has had a number of problems fixed, and has been updated for uClibc 0.9.18. The - i386 + i386 and - powerpc, + powerpc, and - arm + arm devel systems are updated and ready to download and use. Have Fun.

    @@ -295,12 +295,12 @@ A number of additional problems have been fixed and the arm build is now, finally, compiling and working as expected. As such, - I have updated the + I have updated the i386 development system image, the - + powerpc development system image, and I am also releasing upon an unsuspecting world the brand new - + arm development system image! Have fun!

    @@ -330,9 +330,9 @@ A few problems showed up in yesterday's development system release (adduser was broken, gdb didn't work, libstdc++ shared libs were missing, - etc). So I've updated the + etc). So I've updated the i386 development system image to fix these problems. - Also, the + Also, the powerpc development system image has finally finished compiling and is now released upon an unsuspecting world. Have fun!

    @@ -357,7 +357,7 @@

    - The + The uClibc development system is an 18MB bzip2 compressed ext2 filesystem, so be prepared to wait if you are on a slow link. If you wish to have more space, you can loop mount it and 'cp -a' the contents to their own @@ -367,7 +367,7 @@ hard drive (in my case /dev/hdg but you'll want to adapt this to your own needs), so I partitioned it with a single ext2 partition filling the drive (in my case /dev/hdg1). Then I ran:

    -    bzcat root_fs-i386.bz2 | dd of=/dev/hdg1
    +    bzcat root_fs_i386.bz2 | dd of=/dev/hdg1
         e2fsck -f /dev/hdg1
         resize2fs -p /dev/hdg1
    -- cgit v1.2.3