diff --git a/Changes b/Changes index 0ef0a9c..820f6d4 100644 --- a/Changes +++ b/Changes @@ -25,21 +25,20 @@ advertising was in order so everybody knows that there are actually some organizations and companies paying for its development. Wouldn't this be nice in a perfect world for all Free Software projects? -Tested on Debian stable (2.2.5), RedHat 7.3 (2.2.5 ? and Mandrake ?, -and known to work on Redhat 7.2 (2.2.4) and Mandrake 8.1 (2.2.4). +Tested on Debian stable/unstable, and RedHat 7.3/8.0. Added /usr/info/dir and info to make_debian which makes things much nicer. -Added libexpect-perl to Build-Depends for debs; in general, there were -may fixes for both debs and rpms and their respective source packages. +Added libexpect-perl and libgtk-perl to Build-Depends for debs; in +general, there were many fixes for both debs and rpms and their +respective source packages. Improved documentation. Added stop and go to the uml_mconsole interface for the UML Box. -* make a new public root_fs_dev from the uml gbootroot was made on? - update make-debian-x11 +Made perl 5.8 compliant perl-IO-Stty and perl-IO-tty rpm packages. 1.4.0 - 01/06/2003 diff --git a/README b/README index 89dff8d..ca430f7 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -$Id: README,v 1.18 2003/01/14 03:45:01 freesource Exp $ +$Id: README,v 1.19 2003/02/10 15:38:15 freesource Exp $ Program: gBootRoot pronounced "bOOtrOOt" License: GNU General Public License @@ -28,11 +28,15 @@ CRUCIAL ones to get the build to work properly are mke2fs and mkcramfs. Here's a list of what utilities are included: mke2fs mkcramfs genromfs mkfs.minix mkminix mkreiserfs mkfs.jffs mkfs.jffs2 -These are the build-depends from the Debian source package which can -be used as a guide for other distributions: binutils ((>= -2.13.90.0.16), fileutils (>= 4.0), gcc (>= 2:2.95.4), make, libc6-dev -(>= 2.3.1), bin86, wget, mkcramfs, e2fsprogs, reiserfsprog, genromfs, -util-linux, mtd-tools, m4, libreadline4-dev +These are the build-depends from the Debian source package that can be +used as a guide for other distributions: binutils (>= 2.12.90.0), +fileutils (>= 4.0), gcc (>= 2:2.95.4), make, libc6-dev (>= 2.2.5), +bin86, wget, mkcramfs, e2fsprogs, reiserfsprog, genromfs, util-linux, +mtd-tools, m4, libreadline4-dev, libgtk-perl (>= 0.7002) (see +gbootroot's site), libexpect-perl (required rpms can be found at +gbootroot's site.) For instance, in Redhat libc6-dev translates into +glibc-devel and glibc-kernheaders, libreadline4-dev translates into +readline-dev, reiserfsprog translates into reiserfs-utils. UML KERNEL CUSTOMIZATION diff --git a/yard/templates/Example.yard b/yard/templates/Example.yard index ad49922..41273ec 100644 --- a/yard/templates/Example.yard +++ b/yard/templates/Example.yard @@ -1,9 +1,11 @@ -# $Id: Example.yard,v 1.20 2003/02/07 19:12:29 freesource Exp $ +# $Id: Example.yard,v 1.21 2003/02/08 06:29:57 freesource Exp $ # Example.yard # -# Creates a minimalistic multi-user runlevel root filesystem with getty. -# Tested on Debian unstable/testing, Red Hat 7.2, Mandrake 8.1, but should -# work on other distributions by using the proper inittab and getty. +# Creates a minimalistic multi-user runlevel root filesystem with +# getty. Tested on Debian stable/unstable and Red Hat 7.3/8.0. +# Known to work with Red Hat 7.2 and Mandrake 8.1 with gbootroot +# 1.3.6 (glibc 2.2.4). Should work with other distributions by +# using the proper inittab and getty. Send in feedback. # # Create either as a normal user or root. #