summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
Commit message (Collapse)AuthorAgeFilesLines
* More label editor enhancements.jkh1997-09-201-50/+46
| | | | Submitted by: Ed Gold <vegold01@starbase.spd.louisville.edu>
* Fix conditional bogon in Label Editor [from Ed Gold]jkh1997-09-202-7/+7
| | | | Print info boxes without titles.
* variable_load.c is deadpst1997-09-171-1/+1
|
* Put all variables in VAR_ #define's to force a single location for allpst1997-09-174-10/+19
| | | | | of these magic knobs. This is purely cosmetic and a documentation issue so we don't have to glop through the source code looking for gems.
* Add a new netInteractive variable so that the interactiveness of the TCPjkh1997-09-171-3/+9
| | | | | | setup dialog from scripts is more controllable. No more biasing off of hostname (which is now non-optional in the non-netInteractive case). Requested by: pst
* Whoops, forgot a file!jkh1997-09-161-0/+60
| | | | Submitted by: pst
* Much better dispatch code and scripting support.jkh1997-09-165-74/+253
| | | | Submitted by: pst
* MF22: pst's changes.jkh1997-09-162-23/+28
| | | | Submitted by: pst
* Fix offset bug in partition display that made partitions of typejkh1997-09-111-9/+42
| | | | | | `linux_swap' hose the output. Also add a (T)ype command for changing the type of a partition.
* Update to XFree86 3.3.1jkh1997-09-102-97/+97
|
* Scrolling partition and label lists now make it possible to partitionjkh1997-09-091-10/+144
| | | | | | | | lots of disks from sysinstall. Yay! Please test this as much as possible with any 3.0 SNAP later than 970910 (I.E. tomorrow's snap), especially those of you with larger disk farms. Submitted by: Ed Gold <vegold01@starbase.spd.louisville.edu>
* Eliminate an obviously redundant message title.jkh1997-09-091-3/+3
|
* Make upgrade potentially a little less interactive.jkh1997-09-082-3/+43
| | | | | Add and document new loadConfig function (sort of like a script #include). Make TCP/IP setup far less chatty when it doesn't need to be.
* Add a hint to the FAQ regarding ``DD'' disks.joerg1997-09-071-2/+4
|
* Install boot.help a little more skillfully; now it works without a srcjkh1997-09-031-3/+3
| | | | dist installed. :)
* People have complained that this is overly chatty, andjkh1997-09-031-17/+1
| | | | | "dangerously dedicated" mode doesn't appear to have killed anyone in recent memory, so I agree.
* -I/sys -> ${.CURDIR}/../../sys. This should finish replacing /sys bybde1997-08-261-1/+2
| | | | a relative path.
* Fix fstab sequence number bug.jkh1997-08-182-4/+9
| | | | | Add a few more strategic screen clears. Fix registration form bug.
* 2nd round doc cleanup.jkh1997-08-181-28/+28
|
* Sync with rc.conf change for weak_mountd_authenticationjkh1997-08-171-2/+2
|
* Add a SEE ALSO for install.cfg sample script.jkh1997-08-111-1/+6
|
* Make some changes to the way the label editor reads script variablesjkh1997-08-114-42/+835
| | | | | | | | | | | | | | | so you don't need to re-enter it for each and every filesystem. Heads up! This change is incompatible with the previous scripting format, so those folks (all 2 of you) using config files should take a look at the changes to the sample install.cfg file for the diskLabelEditor's new calling syntax. Finally write a man page for this thing, documenting all of the above and more. I can't drive a stake through this thing's heart without properly documenting it first, so please consider this step #1 in that process (to be honest, sysinstall will also live on for some time in the 2.2. branch since it's unlikely that the new install tools will ever make it over there - they're strictly 3.0 material).
* Make serial console based installs actually work by:jkh1997-07-314-9/+81
| | | | | | | | | | | 1. Detecting the split /dev/ttyv0 / /dev/console case, e.g. you've booted with the -h flag and you have a VGA card also. 2. Adding an extra "menu" for selecting terminal type and adding ANSI to the list of compiled-in terms. 3. Opening the proper file descriptors before disowning ourselves. Requested by: pst
* YAMF22 - /boot.foo fixups.jkh1997-07-231-1/+10
| | | | | Also close PR#4151 by running newaliases (forgot to mention this in my RELENG_2_2 commit, but it's there).
* Repair missing quote.jkh1997-07-161-2/+2
|
* ln /compat to /usr/compat on initial installation; this willjkh1997-07-161-1/+5
| | | | prevent the later addition of compat libs from overflowing /
* Eliminate Samba configuration. Sorry, but this was another one ofjkh1997-07-165-19/+5
| | | | | | | | | | | | | those ideas that, like the Apache server setup, was well-intentioned but doomed to fail in the face of change. That and the fact that it shouldn't be part of the installation tool, it should be part of the post-installation setup tool (which we need to write). Combining the two utilities into one utility was my first conceptual mistake. Apologies also to Coranth Gryphon, who worked hard on the Apache and Samba server setup code. These features were quite useful for awhile, if that's any consolation, I just simply had the wrong ideas about where to put them. :-(
* YAMF22jkh1997-07-041-0/+1
|
* Adjust my installation script to more closely match reality.jkh1997-06-222-3/+19
| | | | | | | Add a system command to script mechanism (so you can call things like tzsetup from scripts). Add noError variable for causing script errors to be ignored.
* Change the way that X configuration method is selected.jkh1997-06-215-10/+18
|
* Add a couple of strategic screen clears.jkh1997-06-201-1/+4
|
* 1. Add a noWarn flag so that scripts can turn warnings off.jkh1997-06-183-5/+11
| | | | 2. If hostname not set from script, bring up interactive dialog anyway.
* YAMF22jkh1997-06-132-2/+4
|
* YAMF22jkh1997-06-135-44/+111
|
* Incorporate an ancient typo fix that never made it over from 2.2.jkh1997-06-131-2/+2
|
* YAMF22jkh1997-06-131-2/+2
|
* YAMF22jkh1997-06-132-3/+4
|
* YAMF22jkh1997-06-121-3/+8
|
* YAMF22jkh1997-06-121-1/+5
|
* YAMF22 - Bugs Of Evil in variable handling and rc.conf editing.jkh1997-06-112-37/+42
| | | | PR#: 3218 [partial]
* 1. Make it possible to set up all the TCP/IP values from a script.jkh1997-06-092-8/+9
| | | | 2. Update to XFree86 3.3
* Resurrect / implement some of the more esoteric scripting features,jkh1997-06-057-16/+250
| | | | such as partitioning a disk or overriding an interactive prompt.
* Fix typos (of the printed output kind).jkh1997-05-302-4/+4
|
* Always write out rc.conf, regardless of status.jkh1997-05-271-3/+2
| | | | PR: 3698
* Correct SNAP server paths.jkh1997-05-272-5/+7
| | | | Bring in CDE fixes.
* Lame typo fix here too.jkh1997-05-261-2/+2
|
* YAMF22jkh1997-05-261-35/+55
|
* Merge from 2.2 - XiG support updates.jkh1997-05-232-35/+38
|
* Adjust config variables to more closely match rc.confjkh1997-05-223-30/+35
|
* Be more bullish about saving configuration information.jkh1997-05-221-1/+3
|
OpenPOWER on IntegriCloud