summaryrefslogtreecommitdiffstats
path: root/release/netinst.sh
Commit message (Collapse)AuthorAgeFilesLines
* 1. Remove ppp options. There's no room in the generic kernel.jkh1994-12-051-14/+2
| | | | 2. Fix some extra `:'s in some of the ftp site names.
* change serial interface nameache1994-12-051-2/+2
|
* IFCONFIG->IFCONFIG_CMD in dialog box prompt.jkh1994-12-021-2/+2
|
* Josh Littlefield's fixes for my extreme boneheadedness.jkh1994-12-021-4/+4
|
* Fix another unfortunate little buglet intruduced during the Great Renaming..jkh1994-12-011-2/+2
|
* First shot at fixing all the various bugs reported so far in thejkh1994-11-281-102/+125
| | | | installation.
* Make serial interface have a default value, and indicate that it hasjkh1994-11-221-1/+2
| | | | to start with /dev. Thanks, Chris.
* Make sure new machines always have a host name.jkh1994-11-211-17/+36
|
* Wasn't unmounting media in-between extractions. Fixed.jkh1994-11-211-6/+5
|
* Remove extra-space braindamage.jkh1994-11-211-3/+3
|
* Some fields overflowed. Fix 'em up.jkh1994-11-181-2/+4
|
* Grrrr! Dialog menus just bail out without saying anything when thejkh1994-11-181-1/+2
| | | | | | 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..
* 1. Use dynamic sizing code throughout.jkh1994-11-181-4/+4
| | | | | 2. Add support for *dist menu to have an up-to-date idea of how big each distribution is going to be.
* 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-181-2/+2
| | | | 2. Invoke sub-scripts using absolute paths.
* Eliminate the use of cpio in extraction. The stupid thing whines too much,jkh1994-11-171-2/+2
| | | | | | | 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).
* 1. Split these scripts into smaller distinct functional units that willjkh1994-11-161-0/+174
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.
OpenPOWER on IntegriCloud