summaryrefslogtreecommitdiffstats
path: root/release/bininst
Commit message (Collapse)AuthorAgeFilesLines
* First cut at making multiple distributions loadable in a single pass.jkh1994-12-171-2/+4
|
* Josh Littlefield's fixes for my extreme boneheadedness.jkh1994-12-021-2/+2
|
* Merge in more creature-confort changes, plus some spelling and generaljkh1994-11-301-2/+2
| | | | badness fixes from Keith.
* First shot at fixing all the various bugs reported so far in thejkh1994-11-281-24/+21
| | | | installation.
* Allow users to specify both a timezone AND add users. Whoops!jkh1994-11-211-3/+7
| | | | We're all pretty nuked at this point..
* Make sure new machines always have a host name.jkh1994-11-211-1/+4
|
* Invoke tzsetup properly, since we have no /bin/sh at this stage.jkh1994-11-211-2/+2
|
* o Add Michael Reifenberger's mini-adduser script.jkh1994-11-201-18/+50
| | | | | o Optionally invoke tzsetup or adduser from the last stage. o Add tzsetup and friends to cpio floppy.
* Grrrr! Dialog menus just bail out without saying anything when thejkh1994-11-181-9/+8
| | | | | | 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..
* 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
|
* 1. Unify my coding style.jkh1994-11-181-7/+9
| | | | | 2. Fix a couple of errors that kept media_install_set from working. 3. Fix another error that disabled media_select_distribution
* 1. Use dynamic sizing code throughout.jkh1994-11-181-10/+10
| | | | | 2. Add support for *dist menu to have an up-to-date idea of how big each distribution is going to be.
* 1. Use cpio instead of tar again. Bruce's comments made me paranoid.jkh1994-11-181-4/+4
| | | | 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-530/+37
| | | | | | | | | | | | | | | | 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
|
* There were some bogons with redirection to /dev/ttyv1 lurking here.jkh1994-11-131-2/+2
| | | | 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
|
* Change the name of the TROUBLE-2.0 file to TROUBLESHOOTING; it just makesjkh1994-11-131-3/+21
| | | | more sense.
* Drat! For CDROM, we need to mount_cd9660 not just mount (slap!).jkh1994-11-121-2/+2
|
* Remove ed2.jkh1994-11-121-3/+2
|
* I blew the redirects on the slip stuff.jkh1994-11-121-3/+3
|
* ncftp can't interact with us. Redirect its input from /dev/null.jkh1994-11-111-2/+2
|
* Try and make this just a little bit more self-explanatory. Stilljkh1994-11-111-18/+24
| | | | a LONG way to go..
* Make sure /var/log exists so that cu doesn't complain.jkh1994-11-111-1/+2
|
* Add cu (and cu slip dialog) so that poor SLIP users can dial their modemsjkh1994-11-111-2/+11
| | | | before initiating a slip transfer.
* Add de0 to list of ethernet drivers. This list will be dynamic shortly..jkh1994-11-111-3/+15
| | | | | | | Add an interrupt handler for trigger-happy users. Add domain to resolv.conf More general cleanup in preparation for this script being split into several scripts.
* Experimental floppy-tape suport.jkh1994-11-101-5/+14
|
* Enable support for Lucifer's floppies.jkh1994-11-101-73/+76
| | | | More stylistic drick-drack in bininst.
* [Changes are now for BETA]jkh1994-11-091-39/+45
| | | | | | | | | | This attempts to make the installion a little less grating by not clearing the screen every time a like-sized dialog is going to splat on top of another one. If you don't want the screen to clear, set clear="", otherwise leave it set to (or set it back to) "--clear". It can't be set to "" all the time since then small dialogs appearing on top of big dialogs look funky.
* One last formatting change. Done.jkh1994-11-091-2/+4
|
* Remove ppp from the list of options - we don't even have ppp in the defaultjkh1994-11-091-43/+53
| | | | | | | | kernel, and ppp people can generally use SLIP. A few more formatting changes. Make slip installation work.
* Sigh. I'm sleepy, and I just read this again. Have it make sense this time.jkh1994-11-091-4/+4
|
* Add a long-needed comment about logging in as root.jkh1994-11-091-2/+4
|
* Just some last tweaks to make NFS install more friendly.jkh1994-11-081-1/+3
|
* Use mount_nfs directly for NFS install.jkh1994-11-081-1/+1
| | | | | | | Add mount_nfs to the cpio floppy. Thanks, Michael R.! Submitted by: mr
* Add full support for NFS installation. Add support for CD installation,jkh1994-11-081-40/+76
| | | | even though we don't use it yet (I may burn some one-offs tonite though! :-).
* Put in a hook to communicate properly with sysinstall.jkh1994-11-081-2/+3
|
* Remove the redirects for extract.sh. Upon further reflection, youjkh1994-11-081-3/+3
| | | | | need to see the output on the main vty. cpio likes to open /dev/tty for its output! :-(
* I was being too conservative in my estimation of disk space. Bumpjkh1994-11-081-3/+4
| | | | these values up a bit after being yelled at by Poul.
* Add a little user-proofing.jkh1994-11-081-6/+12
|
* Whoops - forgot to set the interface name for lp0.jkh1994-11-081-0/+1
|
* Some changes from Michael Reifenberger. Thanks, Michael!jkh1994-11-081-4/+6
|
* 11th hour fixes to get the install just right. Fix some bugsjkh1994-11-081-63/+79
| | | | | | in how ftp transfers were done, make sure all output goes to /dev/ttyv1 for debugging, add in the parallel-IP support so Poul will stop squeaking (for the moment, anyway).
* Sorry about last commit message (or lack thereof) - slip of the fingers.jkh1994-11-081-1/+2
| | | | | Adjust the docs to point out how to get a sub-shell during the install. Add an entry for the PCMCIA ethernet driver.
* Reviewed by:jkh1994-11-081-1/+1
| | | | | Submitted by: Obtained from:
* Trim back the confirm dialog.jkh1994-11-081-9/+23
| | | | | | | Increase the amount of space available to the ethernet setup dialog Put in a last parting-shot dialog telling you to run tzsetup, and promising to do this for you later. Adjust flags to ifconfig - they were bogus.
* Actually allow the poor user to get out of the script.jkh1994-11-081-3/+4
|
OpenPOWER on IntegriCloud