From 4ede86f51b408420ea2dd24352cc7b185bf5277e Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sun, 24 Jul 2005 01:18:09 +0000 Subject: [PATCH] Yet more readme and install script updates --- tools/release.sh | 7 +++++-- tools/release/cd/README.TXT | 9 ++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/tools/release.sh b/tools/release.sh index 4b1a7b0e1..69214f7ad 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -4,7 +4,7 @@ COPYITEMS="usr/src usr/bin bin usr/lib" RELEASEDIR=/usr/r/release IMAGE=cdfdimage ROOTIMAGE=rootimage -CDFILES=/tmp/cdreleasefiles +CDFILES=/usr/tmp/cdreleasefiles ISO=minix.iso ISOGZ=minix.iso.gz RAM=/dev/ram @@ -32,8 +32,9 @@ umount $TMPDISK umount $RAM ( cd .. && make clean ) +echo " * Cleanup old files" rm -rf $RELEASEDIR $ISO $IMAGE $ROOTIMAGE $ISOGZ $CDFILES -mkdir $CDFILES || exit +mkdir -p $CDFILES || exit mkdir -p $RELEASEDIR mkfs -b 1440 -B 1024 $RAM || exit echo " * mounting $RAM as $RELEASEDIR" @@ -51,6 +52,8 @@ echo " * Transfering $COPYITEMS to $RELEASEDIR" chown -R bin $RELEASEDIR/usr/src date >$RELEASEDIR/CD ( cd $RELEASEDIR && find . -name CVS | xargs rm -rf ) +echo " * Making source .tgz for on ISO filesystem" +( cd $RELEASEDIR/usr/src && tar cf - . | gzip > $CDFILES/MINIXSRC.TGZ ) echo " * Chroot build" chroot $RELEASEDIR '/bin/sh -x /usr/src/tools/chrootmake.sh' || exit 1 echo " * Chroot build done" diff --git a/tools/release/cd/README.TXT b/tools/release/cd/README.TXT index d9dee80a1..4b6702942 100644 --- a/tools/release/cd/README.TXT +++ b/tools/release/cd/README.TXT @@ -3,7 +3,14 @@ Welcome to MINIX 3 ! This CD is intended to be booted. It contains a MINIX system that you can run (a so-called "Live CD"). You can also install MINIX to your -harddisk with it. It's contents aren't visible here though. +harddisk with it. It's contents aren't visible here. + +In this directory: + . README.TXT - thisfile + . PRESZ134.ZIP - a utility to resize your current partition. + This may be convenient to make space for MINIX. + . MINIXSRC.TGZ - an archive all minix sources. + It's a gzip-compressed .tar file. E.g. WinZip can read it. For more information and news that became available after this release, please visit: