]> Zhao Yanbai Git Server - minix.git/commitdiff
Yet more readme and install script updates
authorBen Gras <ben@minix3.org>
Sun, 24 Jul 2005 01:18:09 +0000 (01:18 +0000)
committerBen Gras <ben@minix3.org>
Sun, 24 Jul 2005 01:18:09 +0000 (01:18 +0000)
tools/release.sh
tools/release/cd/README.TXT

index 4b1a7b0e1f3d3d1f7bbbdf9f374e24a4d2261e03..69214f7ad6c2338971cda0acd2d45063c2441257 100755 (executable)
@@ -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"
index d9dee80a1b70e6c09d3a09630545fbcb5b6212d4..4b6702942ed983b420364ab5ca47db40dbc177d1 100644 (file)
@@ -3,7 +3,14 @@ Welcome to MINIX 3 !
 \r
 This CD is intended to be booted. It contains a MINIX system that you\r
 can run (a so-called "Live CD"). You can also install MINIX to your\r
-harddisk with it. It's contents aren't visible here though.\r
+harddisk with it. It's contents aren't visible here.\r
+\r
+In this directory:\r
+       .  README.TXT - thisfile\r
+       .  PRESZ134.ZIP - a utility to resize your current partition.\r
+          This may be convenient to make space for MINIX.\r
+       .  MINIXSRC.TGZ - an archive all minix sources.\r
+          It's a gzip-compressed .tar file. E.g. WinZip can read it.\r
 \r
 For more information and news that became available after this release,\r
 please visit:\r