From 1e51a101016d5aaeb0ff09c8f8f7ce42bc5aadf3 Mon Sep 17 00:00:00 2001 From: freesource Date: Sat, 11 Jan 2003 03:56:08 +0000 Subject: [PATCH] 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. --- BootRoot/BootRoot.pm | 2 +- Changes | 2 +- Makefile.pkg | 4 ++-- README | 19 +++++++++++++++++-- doc/html/index.html | 18 +++++++++++++++++- 5 files changed, 38 insertions(+), 7 deletions(-) diff --git a/BootRoot/BootRoot.pm b/BootRoot/BootRoot.pm index 6d7a81b..2008aea 100644 --- a/BootRoot/BootRoot.pm +++ b/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/"; diff --git a/Changes b/Changes index 3a2fa1b..84f3b52 100644 --- a/Changes +++ b/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 diff --git a/Makefile.pkg b/Makefile.pkg index fbdd503..8ab9f11 100644 --- a/Makefile.pkg +++ b/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 \ diff --git a/README b/README index 29f9a78..af4ded3 100644 --- a/README +++ b/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 ---------- diff --git a/doc/html/index.html b/doc/html/index.html index 1c9b9b7..4c33368 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -3,7 +3,7 @@ -
$Id: index.html,v 1.108 2003/01/06 04:25:29 freesource Exp $
+
$Id: index.html,v 1.109 2003/01/06 05:12:22 freesource Exp $

@@ -1672,6 +1672,22 @@ Trinux

  • tomsrtbt +
  • User-Mode Linux Resources + +
  • User-Mode +Linux Co-op + +
  • UMLd & Paper with resources + +
  • usermodelinux.co.uk + +
  • Creating SSI Clusters Using UML HOWTO + +
  • User +Mode openMosix +