aboutsummaryrefslogtreecommitdiff
path: root/release/bininst
Commit message (Collapse)AuthorAgeFilesLines
* Update the -current sources from the 2.1 branch.Peter Wemm1995-12-071-143/+0
| | | | | | | Approved (in spirit) by: jkh Notes: svn path=/head/; revision=12661
* A slicker way of eliminating bogus quotes.Jordan K. Hubbard1995-01-121-2/+2
| | | | | | | Ask less questions about the temporary directory if instructed to. Notes: svn path=/head/; revision=5547
* Nuke out gratutious newlines.Jordan K. Hubbard1994-12-291-2/+3
| | | | Notes: svn path=/head/; revision=5277
* First cut at making multiple distributions loadable in a single pass.Jordan K. Hubbard1994-12-171-2/+4
| | | | Notes: svn path=/head/; revision=5133
* Josh Littlefield's fixes for my extreme boneheadedness.Jordan K. Hubbard1994-12-021-2/+2
| | | | Notes: svn path=/head/; revision=4901
* Merge in more creature-confort changes, plus some spelling and generalJordan K. Hubbard1994-11-301-2/+2
| | | | | | | badness fixes from Keith. Notes: svn path=/head/; revision=4872
* First shot at fixing all the various bugs reported so far in theJordan K. Hubbard1994-11-281-24/+21
| | | | | | | installation. Notes: svn path=/head/; revision=4855
* Allow users to specify both a timezone AND add users. Whoops!Jordan K. Hubbard1994-11-211-3/+7
| | | | | | | We're all pretty nuked at this point.. Notes: svn path=/head/; revision=4750
* Make sure new machines always have a host name.Jordan K. Hubbard1994-11-211-1/+4
| | | | Notes: svn path=/head/; revision=4747
* Invoke tzsetup properly, since we have no /bin/sh at this stage.Jordan K. Hubbard1994-11-211-2/+2
| | | | Notes: svn path=/head/; revision=4728
* o Add Michael Reifenberger's mini-adduser script.Jordan K. Hubbard1994-11-201-18/+50
| | | | | | | | o Optionally invoke tzsetup or adduser from the last stage. o Add tzsetup and friends to cpio floppy. Notes: svn path=/head/; revision=4700
* Grrrr! Dialog menus just bail out without saying anything when theJordan K. Hubbard1994-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.. Notes: svn path=/head/; revision=4641
* Tell user to remove floppy from the drive before rebooting, too.Jordan K. Hubbard1994-11-181-2/+3
| | | | Notes: svn path=/head/; revision=4637
* Tell silly users to remove the cpio floppy from the drive now.Jordan K. Hubbard1994-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4636
* 1. Unify my coding style.Jordan K. Hubbard1994-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 Notes: svn path=/head/; revision=4632
* 1. Use dynamic sizing code throughout.Jordan K. Hubbard1994-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. Notes: svn path=/head/; revision=4623
* 1. Use cpio instead of tar again. Bruce's comments made me paranoid.Jordan K. Hubbard1994-11-181-4/+4
| | | | | | | 2. Invoke sub-scripts using absolute paths. Notes: svn path=/head/; revision=4616
* Eliminate the use of cpio in extraction. The stupid thing whines too much,Jordan K. Hubbard1994-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). Notes: svn path=/head/; revision=4551
* 1. Split these scripts into smaller distinct functional units that willJordan K. Hubbard1994-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. Notes: svn path=/head/; revision=4522
* Change CD devices to the correct ones.Jordan K. Hubbard1994-11-151-3/+3
| | | | Notes: svn path=/head/; revision=4498
* There were some bogons with redirection to /dev/ttyv1 lurking here.Jordan K. Hubbard1994-11-131-2/+2
| | | | | | | Fix them. Notes: svn path=/head/; revision=4431
* Adjust the size of the input box. It looks a bit funkier now,Jordan K. Hubbard1994-11-131-6/+6
| | | | | | | but at least the code is smaller! Notes: svn path=/head/; revision=4427
* Support ufs installations.Jordan K. Hubbard1994-11-131-29/+58
| | | | Notes: svn path=/head/; revision=4418
* Change the name of the TROUBLE-2.0 file to TROUBLESHOOTING; it just makesJordan K. Hubbard1994-11-131-3/+21
| | | | | | | more sense. Notes: svn path=/head/; revision=4413
* Drat! For CDROM, we need to mount_cd9660 not just mount (slap!).Jordan K. Hubbard1994-11-121-2/+2
| | | | Notes: svn path=/head/; revision=4387
* Remove ed2.Jordan K. Hubbard1994-11-121-3/+2
| | | | Notes: svn path=/head/; revision=4386
* I blew the redirects on the slip stuff.Jordan K. Hubbard1994-11-121-3/+3
| | | | Notes: svn path=/head/; revision=4373
* ncftp can't interact with us. Redirect its input from /dev/null.Jordan K. Hubbard1994-11-111-2/+2
| | | | Notes: svn path=/head/; revision=4368
* Try and make this just a little bit more self-explanatory. StillJordan K. Hubbard1994-11-111-18/+24
| | | | | | | a LONG way to go.. Notes: svn path=/head/; revision=4362
* Make sure /var/log exists so that cu doesn't complain.Jordan K. Hubbard1994-11-111-1/+2
| | | | Notes: svn path=/head/; revision=4359
* Add cu (and cu slip dialog) so that poor SLIP users can dial their modemsJordan K. Hubbard1994-11-111-2/+11
| | | | | | | before initiating a slip transfer. Notes: svn path=/head/; revision=4358
* Add de0 to list of ethernet drivers. This list will be dynamic shortly..Jordan K. Hubbard1994-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. Notes: svn path=/head/; revision=4355
* Experimental floppy-tape suport.Jordan K. Hubbard1994-11-101-5/+14
| | | | Notes: svn path=/head/; revision=4348
* Enable support for Lucifer's floppies.Jordan K. Hubbard1994-11-101-73/+76
| | | | | | | More stylistic drick-drack in bininst. Notes: svn path=/head/; revision=4340
* [Changes are now for BETA]Jordan K. Hubbard1994-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. Notes: svn path=/head/; revision=4326
* One last formatting change. Done.Jordan K. Hubbard1994-11-091-2/+4
| | | | Notes: svn path=/head/; revision=4323
* Remove ppp from the list of options - we don't even have ppp in the defaultJordan K. Hubbard1994-11-091-43/+53
| | | | | | | | | | | kernel, and ppp people can generally use SLIP. A few more formatting changes. Make slip installation work. Notes: svn path=/head/; revision=4320
* Sigh. I'm sleepy, and I just read this again. Have it make sense this time.Jordan K. Hubbard1994-11-091-4/+4
| | | | Notes: svn path=/head/; revision=4318
* Add a long-needed comment about logging in as root.Jordan K. Hubbard1994-11-091-2/+4
| | | | Notes: svn path=/head/; revision=4317
* Just some last tweaks to make NFS install more friendly.Jordan K. Hubbard1994-11-081-1/+3
| | | | Notes: svn path=/head/; revision=4316
* Use mount_nfs directly for NFS install.Jordan K. Hubbard1994-11-081-1/+1
| | | | | | | | | | Add mount_nfs to the cpio floppy. Thanks, Michael R.! Submitted by: mr Notes: svn path=/head/; revision=4293
* Add full support for NFS installation. Add support for CD installation,Jordan K. Hubbard1994-11-081-40/+76
| | | | | | | even though we don't use it yet (I may burn some one-offs tonite though! :-). Notes: svn path=/head/; revision=4290
* Put in a hook to communicate properly with sysinstall.Jordan K. Hubbard1994-11-081-2/+3
| | | | Notes: svn path=/head/; revision=4284
* Remove the redirects for extract.sh. Upon further reflection, youJordan K. Hubbard1994-11-081-3/+3
| | | | | | | | need to see the output on the main vty. cpio likes to open /dev/tty for its output! :-( Notes: svn path=/head/; revision=4281
* I was being too conservative in my estimation of disk space. BumpJordan K. Hubbard1994-11-081-3/+4
| | | | | | | these values up a bit after being yelled at by Poul. Notes: svn path=/head/; revision=4280
* Add a little user-proofing.Jordan K. Hubbard1994-11-081-6/+12
| | | | Notes: svn path=/head/; revision=4279
* Whoops - forgot to set the interface name for lp0.Jordan K. Hubbard1994-11-081-0/+1
| | | | Notes: svn path=/head/; revision=4276
* Some changes from Michael Reifenberger. Thanks, Michael!Jordan K. Hubbard1994-11-081-4/+6
| | | | Notes: svn path=/head/; revision=4275
* 11th hour fixes to get the install just right. Fix some bugsJordan K. Hubbard1994-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). Notes: svn path=/head/; revision=4269
* Sorry about last commit message (or lack thereof) - slip of the fingers.Jordan K. Hubbard1994-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. Notes: svn path=/head/; revision=4266