Browse Source

More cool stuff.

master
freesource 22 years ago
parent
commit
420da71e5b
  1. 11
      Changes
  2. 16
      README
  3. 10
      yard/templates/Example.yard

11
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 some organizations and companies paying for its development. Wouldn't
this be nice in a perfect world for all Free Software projects? 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 ?, Tested on Debian stable/unstable, and RedHat 7.3/8.0.
and known to work on Redhat 7.2 (2.2.4) and Mandrake 8.1 (2.2.4).
Added /usr/info/dir and info to make_debian which makes things much Added /usr/info/dir and info to make_debian which makes things much
nicer. nicer.
Added libexpect-perl to Build-Depends for debs; in general, there were Added libexpect-perl and libgtk-perl to Build-Depends for debs; in
may fixes for both debs and rpms and their respective source packages. general, there were many fixes for both debs and rpms and their
respective source packages.
Improved documentation. Improved documentation.
Added stop and go to the uml_mconsole interface for the UML Box. 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? Made perl 5.8 compliant perl-IO-Stty and perl-IO-tty rpm packages.
update make-debian-x11
1.4.0 - 01/06/2003 1.4.0 - 01/06/2003

16
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" Program: gBootRoot pronounced "bOOtrOOt"
License: GNU General Public License 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 mkcramfs. Here's a list of what utilities are included: mke2fs mkcramfs
genromfs mkfs.minix mkminix mkreiserfs mkfs.jffs mkfs.jffs2 genromfs mkfs.minix mkminix mkreiserfs mkfs.jffs mkfs.jffs2
These are the build-depends from the Debian source package which can These are the build-depends from the Debian source package that can be
be used as a guide for other distributions: binutils ((>= used as a guide for other distributions: binutils (>= 2.12.90.0),
2.13.90.0.16), fileutils (>= 4.0), gcc (>= 2:2.95.4), make, libc6-dev fileutils (>= 4.0), gcc (>= 2:2.95.4), make, libc6-dev (>= 2.2.5),
(>= 2.3.1), bin86, wget, mkcramfs, e2fsprogs, reiserfsprog, genromfs, bin86, wget, mkcramfs, e2fsprogs, reiserfsprog, genromfs, util-linux,
util-linux, mtd-tools, m4, libreadline4-dev 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 UML KERNEL CUSTOMIZATION

10
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 # Example.yard
# #
# Creates a minimalistic multi-user runlevel root filesystem with getty. # Creates a minimalistic multi-user runlevel root filesystem with
# Tested on Debian unstable/testing, Red Hat 7.2, Mandrake 8.1, but should # getty. Tested on Debian stable/unstable and Red Hat 7.3/8.0.
# work on other distributions by using the proper inittab and getty. # 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. # Create either as a normal user or root.
# #

Loading…
Cancel
Save