diff --git a/include/Makefile b/include/Makefile index f37d69a67..c4474ec75 100644 --- a/include/Makefile +++ b/include/Makefile @@ -10,3 +10,4 @@ install:: mkdir -p $(INC) cpdir . $(INC) @chown -R bin $(INC) + @rm -f $(INC)/Makefile diff --git a/man/Makefile b/man/Makefile index b51bad595..0c8468c99 100644 --- a/man/Makefile +++ b/man/Makefile @@ -9,8 +9,9 @@ install:: -rm -rf $(MAN) mkdir $(MAN) cpdir . $(MAN) - chown -R bin /usr/man - chgrp -R operator /usr/man + chown -R bin $(MAN) + chgrp -R operator $(MAN) + @rm -f $(MAN)/Makefile find /usr/man -type f | xargs chmod 644 find /usr/man -type d | xargs chmod 755 makewhatis $(MAN) diff --git a/tools/release/cd/README.TXT b/tools/release/cd/README.TXT index d51ac032c..0c6b576e0 100644 --- a/tools/release/cd/README.TXT +++ b/tools/release/cd/README.TXT @@ -1,24 +1,42 @@ -Welcome to MINIX 3 ! +Welcome to MINIX 3. This CD-ROM is a live CD. You can boot your computer +from it and MINIX 3 will start automatically without using the hard +disk. At the prompt, login as root. It works pretty much like any UNIX +system in command line mode. You can have up to four virtual terminals +open at once. -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. Its contents are not visible here. +Nevertheless, to do anything besides demonstrating MINIX 3, you need to +install the system to your hard disk. -In this directory: - README.TXT: This file. - PRESZ134.ZIP: A tool to help resizing partitions. - BOOTFLP.IMG: If you can't boot from CD, write this image to a - floppy and boot from it, while having the CD in a - CD drive. The system on the floppy should find the - CD and start up as if it had been booted from CD. +This CD-ROM contains the following files visible from Windows or Linux: -For more information, new releases, other software and documentation -about MINIX 3, please visit: + - README.TXT This file + - setup.ps: setup guide in PostScript + - setup.pdf: setup guide in PDF (requires Adobe Acrobat reader) + - presz134.zip Windows utility to resize FAT partitions + - bootflop.img If you cannot boot from CD-ROMs, insert the CD-ROM + anyway, then copy this floppy image raw to a floppy using + RawWrite (ask Google) and boot from the floppy -www.minix3.org +There are also many invisible files used for installing MINIX 3. + + +To install MINIX 3, please print either the PostScript or PDF setup +manual or get it from www.minix3.org/doc/ under the heading Installation. +You will need to carry out several steps before beginning the installation, +as described in the setup guide and having it available during installation +will be useful since the on-screen directions are quite concise. + +The official MINIX 3 Website is www.minix3.org. It has a wealth of +information about MINIX 3 and more recent versions of the software as +well as additional software not on this CD-ROM. It alnewsgroup, +comp.os.minix, where you can ask questions and get help. In addition, it +tells how you can run MINIX 3 on a simulator on top of Windows or Linux +instead of on the bare metal. You can also join the MINIX 3 community, +report bugs, and help push MINIX 3 forward by porting applications and +drivers to it. We encourage you to visit! + + +We hope you enjoy using MINIX 3. -Good luck and enjoy! -The MINIX 3 team -