summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Make "games" dist by moving everything relevant out of bindist.phk1994-11-201-1/+4
|
* /usr/share/games belong in "games dist"phk1994-11-201-1/+4
|
* Make the tarballs target work.phk1994-11-201-2/+27
|
* Some fields overflowed. Fix 'em up.jkh1994-11-182-9/+11
|
* Minor reformatting changes. Trying to also figure our why *some* linksjkh1994-11-181-3/+0
| | | | are made and not others! :-( My cu link, for example. Or restore->rrestore!
* Whoops! Missed a quote.jkh1994-11-181-2/+2
|
* Don't set NFS options unless there really ARE some.jkh1994-11-181-2/+4
|
* Grrrr! Dialog menus just bail out without saying anything when thejkh1994-11-183-28/+59
| | | | | | menu items aren't unique enough. After half an hour of head-scratching, here are the disgusting convolutions required to work around the problem. Sigh..
* If there's no title for input dialog, select one.jkh1994-11-181-6/+7
|
* More miscellaneous fixes.jkh1994-11-181-12/+11
| | | | | | Sigh. It's hard to test something that screws up a running system when it works, so I have to do most of this through the rather laborious process of making boot floppies! ;-(
* Tell user to remove floppy from the drive before rebooting, too.jkh1994-11-181-2/+3
|
* Tell silly users to remove the cpio floppy from the drive now.jkh1994-11-181-2/+2
|
* Some of my menus were hosed by late-night tired braincells. Do itjkh1994-11-181-10/+7
| | | | right now.
* 1. Unify my coding style.jkh1994-11-183-21/+31
| | | | | 2. Fix a couple of errors that kept media_install_set from working. 3. Fix another error that disabled media_select_distribution
* Put bad144 on the boot.flp. It wont do too much good, but maybe somebodyphk1994-11-182-3/+4
| | | | will be able to use it somehow...
* 1. Use dynamic sizing code throughout.jkh1994-11-185-33/+53
| | | | | 2. Add support for *dist menu to have an up-to-date idea of how big each distribution is going to be.
* Make sure that homicidal bindist doesn't clobber my /etc/defaultrouterjkh1994-11-181-1/+7
| | | | file, either.
* Write the /etc/defaultrouter file. I didn't even know it existed.jkh1994-11-181-1/+2
| | | | Thanks, Christoph..
* 1. Use cpio instead of tar again. Bruce's comments made me paranoid.jkh1994-11-184-11/+11
| | | | 2. Invoke sub-scripts using absolute paths.
* dd conv=osync. More distributions.phk1994-11-181-7/+7
|
* Add another mirror site and adjust the menu to note that not alljkh1994-11-171-3/+6
| | | | sites are created equal.
* Yow! Ok, distributions should now be fully auto-checksumming, providedjkh1994-11-173-7/+38
| | | | | | that Poul builds the rest of the dists properly. I'll run this over the XFree86 dist, but the rest will be up to him. Check bindist rule for the single line to add - it's trivial.
* Add extra scripts to the Makefile. Add another mirror site tojkh1994-11-172-5/+19
| | | | instdist.sh
* Eliminate the use of cpio in extraction. The stupid thing whines too much,jkh1994-11-175-34/+60
| | | | | | | and it doesn't support --unlink. I think it's time to nuke cpio completely out of the installation process, unless someone can think of a really good reason to keep it (and don't say multiple volume extraction since we a) don't use it anywhere anyway, and b) tar supports that too, now).
* Add a line to automatically generate CKSUMS file for the bindist.jkh1994-11-171-6/+7
|
* Add cksum to the cpio floppy - automated checksumming of the *distjkh1994-11-172-5/+5
| | | | tarballs is just one step away.
* 1. Split these scripts into smaller distinct functional units that willjkh1994-11-164-530/+698
| | | | | | | | | | | | | | | | be callable _after_ installation in 2.1's system admin tools. This is almost totally revamped now. 2. Support installation from DOS partition or floppy. 3. Many stray bogons eliminated. Perhaps a few introduced. One more rev should fix this up, once I've spammed my test machine a couple of times. 4. Installation from CD now *really* possible. 5. Allow user to specify arbitary subdirectories for NFS mountpoints - UFS, NFS and CD distributions now share many common elements.
* Change CD devices to the correct ones.jkh1994-11-151-3/+3
|
* Add back tar - I'm not sure where it went again! I know thatjkh1994-11-153-5/+5
| | | | | | cpio reads tar files, but this gives you "tar" in its old familar way, which is important for those trying to read the old extract.sh'd bindist.
* Final changes. Now "make distribute" should work as advertised.phk1994-11-141-1/+31
|
* There were some bogons with redirection to /dev/ttyv1 lurking here.jkh1994-11-132-3/+3
| | | | Fix them.
* Adjust the size of the input box. It looks a bit funkier now,jkh1994-11-131-6/+6
| | | | but at least the code is smaller!
* Support ufs installations.jkh1994-11-131-29/+58
|
* Disable the building of the evil floppy images. We blew through thejkh1994-11-131-2/+2
| | | | | | 1.2MB barrier again. I tell ya, Poul, it's a losing game! You shave 50 bytes off, the next change takes 100 back, and this is just ALPHA! The 1.2MB weenies will _just have to buy new drives_!
* Change the name of the TROUBLE-2.0 file to TROUBLESHOOTING; it just makesjkh1994-11-132-5/+23
| | | | more sense.
* Install the soon-to-be-written troubleshooting file.jkh1994-11-121-1/+3
|
* Erm, on second thought, if it's named `mkextract.sh' then everyonejkh1994-11-121-0/+60
| | | | | will think that it builds the extract.sh in THIS directory, which it most certainly doesn't. Rename it to be a bit longer, but more explanatory.
* Add the mkextract.sh script I use for the XFree86 distribution, just sojkh1994-11-121-0/+60
| | | | I have a master copy someplace.
* Add dmesg.jkh1994-11-122-6/+6
|
* When this is run manually, the myname protection stuff probably isn'tjkh1994-11-122-7/+11
| | | | needed in all cases. Guard against this.
* Drat! For CDROM, we need to mount_cd9660 not just mount (slap!).jkh1994-11-121-2/+2
|
* Remove ed2.jkh1994-11-121-3/+2
|
* Try to align to floppy image to a number of sectors to avoid peoplephk1994-11-121-2/+3
| | | | making bad floppies.
* I blew the redirects on the slip stuff.jkh1994-11-121-3/+3
|
* Point to new README file location.jkh1994-11-121-2/+2
|
* ncftp can't interact with us. Redirect its input from /dev/null.jkh1994-11-111-2/+2
|
* Make this use cpio, not tar. Poul-H is going to get his weenie whackedjkh1994-11-111-2/+2
| | | | for this.
* Add basename to to the cpio floppy. Thanks, Lars!jkh1994-11-112-4/+4
|
* Try and make this just a little bit more self-explanatory. Stilljkh1994-11-111-18/+24
| | | | a LONG way to go..
* Whoops! cu == tip.jkh1994-11-112-4/+6
|
OpenPOWER on IntegriCloud