Browse Source

This pretty much completes the development cycle for 1.4.0, unless

anything major comes up.  Added some links to the webpage, information
how to customize the kernel in the source package, and ups the date,
though that will probably be done one more time.
master
freesource 22 years ago
parent
commit
1e51a10101
  1. 2
      BootRoot/BootRoot.pm
  2. 2
      Changes
  3. 4
      Makefile.pkg
  4. 19
      README
  5. 18
      doc/html/index.html

2
BootRoot/BootRoot.pm

@ -65,7 +65,7 @@ my $uml_xterm = "xterm -e";
# apply special patches
my $version = "1.4.0";
my $date = "12.20.2002";
my $date = "01.06.2003";
my $gtk_perl_version = "0.7002";
my $home_rootfs = "$home/root_filesystem/";

2
Changes

@ -1,7 +1,7 @@
1.4.0 - 01/06/2003
------------------
Updated to 2.4.19-45um and the latest uml tools 20021103.
Updated to 2.4.19-46um and the latest uml tools 20021103.
Added nesting level 1 to the uml to allow gbootroot to have full
functionality under another uml running on the host kernel. This

4
Makefile.pkg

@ -2,7 +2,7 @@
# buildroot, UML, and gbootroot.
VERSION=2.4.19
PATCH_VERSION=45
PATCH_VERSION=46
UTIL_VER=20021103
BASE_DIR=${shell pwd}
@ -90,7 +90,7 @@ sources:
kernel:
@if [ ! -f $(KERNEL_DIR)/.config ] ; then \
cp $(KCONFIG) $(KERNEL_DIR)/.config; \
cp -f $(KCONFIG) $(KERNEL_DIR)/.config; \
(cd $(KERNEL_DIR); make oldconfig); \
fi;
@if [ ! -f $(KERNEL_DIR)/linux ] ; then \

19
README

@ -1,4 +1,4 @@
$Id: README,v 1.15 2003/01/05 02:10:41 freesource Exp $
$Id: README,v 1.16 2003/01/05 21:07:13 freesource Exp $
Program: gBootRoot pronounced "bOOtrOOt"
License: GNU General Public License
@ -28,12 +28,27 @@ 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
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,
xutil-linux, mtd-tools, m4, libreadline4-dev
UML KERNEL CUSTOMIZATION
------------------------
You may want to add your own customizations to the uml kernel. To
accomplish this you will need to understand that the Makefile runs
oldconfig on the configuration file ".config" which is first copied
from user-mode-linux/usr/lib/uml/config to .config in the
linux-$VERSION directory where the kernel sources reside. What this
means is that after doing a make config or one of its alternatives
from the kernel sources directory, you should copy the customized
configuration file you made to the ../user-mode-linux/usr/lib/uml
directory and then run gbootroot's Makefile.
INSTALLING
----------

18
doc/html/index.html

@ -3,7 +3,7 @@
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E"
alink="#FF0000">
<center>$Id: index.html,v 1.108 2003/01/06 04:25:29 freesource Exp $</center>
<center>$Id: index.html,v 1.109 2003/01/06 05:12:22 freesource Exp $</center>
<p>
@ -1672,6 +1672,22 @@ Trinux</a>
<li><a href="http://www.toms.net/rb/">
tomsrtbt</a>
<li><a href="http://usermodelinux.org/">User-Mode Linux Resources</a>
<li><a
href="http://www.stearns.org/slartibartfast/uml-coop.html">User-Mode
Linux Co-op</a>
<li><a href="http://uml.openconsultancy.com/">UMLd & Paper with resources</a>
<li><a href="http://usermodelinux.co.uk/">usermodelinux.co.uk</a>
<li><a href=" http://www.tldp.org/HOWTO/SSI-UML-HOWTO/">Creating SSI Clusters Using UML HOWTO</a>
<li><a
href="http://foundries.sourceforge.net/images/articles/clustering/umlopenmosix/umopenmosix.html">User
Mode openMosix</a>
</ul>

Loading…
Cancel
Save