summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2002-04-05Tune get_selection() so thatKenneth R Westerback
1) If there are no unselected sets then the default becomes 'done'. 2) A bare '-' or '+' is ignored, since it causes problems for the functions that call get_selection().
2002-04-05syncTheo de Raadt
2002-04-05Note explicitly that the upa framebuffers aren't supportted; Matt Potter ↵Jason Wright
<matt@vertrauen.org>
2002-04-05the delete key is ^? not ^HTheo de Raadt
2002-04-05skip term initialization, someone should really debug why terminal mucking ↵Theo de Raadt
happens as a result.. but not me.. not now..
2002-04-05remove some cruft, use hardlinks to instbin, delete instbin when done, andTheo de Raadt
comment strip the install scripts too
2002-04-05use hardlinks to instbin, so that instbin can be deleted atthe endTheo de Raadt
2002-04-05shrink the ramdisk imagesizeTheo de Raadt
2002-04-05Abstract out common startup and finishing code from install.shKenneth R Westerback
and upgrade.sh, putting it into install.sub. Replace groups of echo's with here documents. Eliminate bare echo's with embedded \n's. Abstract repeated verbiage into display_* functions, also eliminating a backslash orgy when showing the ftp/http server location. This also makes the verbiage consistant across ftp, cd, etc. installs. Try hard to make file selection screen fit on one screen. Fix default in 'File name?' prompt so it contains the first non-selected set. Some minor wording adjustment, typos, etc. Net shrinkage of about 1.5K.
2002-04-04de-comment install.* and upgradeTheo de Raadt
2002-04-04syncTheo de Raadt
2002-04-04Correct solaris dev names; William Yodlowsky <bsd@openbsd.rutgers.edu>Jason Wright
2002-04-03syncTheo de Raadt
2002-04-03220r worksJason Wright
2002-04-03sortTheo de Raadt
2002-04-03more cullingTheo de Raadt
2002-04-03move some things to the right placeTheo de Raadt
2002-04-03a first cut at hppa stuffTheo de Raadt
2002-04-03Add 4000 200.Hugh Graham
2002-04-02syncTheo de Raadt
2002-04-02syncTheo de Raadt
2002-04-02cleanup. Add hme, adb trackpad, USB audio.Dale Rahn
2002-04-02update sizes.Dale Rahn
2002-04-02Do not copy /etc/mygate to install'ed systems if dhcp is specifiedKenneth R Westerback
for one or more network interfaces. Rework timezone logic to shrink it and make it more clear. Don't bother checking for /usr/share/zoneinfo as it is never there, just look for /mnt/usr/share/zoneinfo. Eliminate spurious early call to get_timezone() that (accidentally?) made GMT the default timezone during installs. Instead rely on the /etc/localtime that is installed from etcXX.gz. Currently this means the default timezone is the historically resonant US/Pacific. Ideas if not code details ok deraadt@ and millert@
2002-04-01some man page movementsTheo de Raadt
2002-04-01some man page movementsTheo de Raadt
2002-04-01syncTheo de Raadt
2002-04-01KNF sh ends up saving space; krw okTheo de Raadt
2002-04-01safe more space; krw okTheo de Raadt
2002-04-01Don't list TurboChannel alpha as supported until the various supportMiod Vallat
issues are fixed.
2002-03-31syncTheo de Raadt
2002-03-31bit of shrinkage, krw okTheo de Raadt
2002-03-31naddy@ pointed out that in the two situationsKenneth R Westerback
case WORD and var=WORD Bourne and related/descendant shells such as our sh do *not* do field splitting or globbing on WORD. Thus we can eliminate a large number of unnecessary '"'s in case statements and variable assignments. This is a lightly adapted version of naddy's diff, to take account of changes in the scripts since he generated it.
2002-03-31This omnibus diff does a number of cleanups:Kenneth R Westerback
1) Move the 'executed' code at the top of install.sub to the end, so that it can successfully use .md functions. 2) Get _DKDEVS once only, and get _CDDEVS at the same time (see (1)) 3) Clean up calls to getresp so that a) no '"'s used on constants b) '"'s always used for variables c) never use {} for variables d) ensure parameter passed matches default shown in any preceeding [] 4) Try to put '"'s around directory names 5) Replace a couple of instances of using []s around a prompt comment instead of ()s 6) Reduce some code by putting $_DKDEVS inside here documents, rather than echo'ing it 7) eliminate an unused variable _directory 8) eliminate a couple of while RESP="" loops which never loop because a non-null default is provided to getresp 9) move some code into mount_a_disk to make logic clearer 10) eliminate a couple of extra blanks in prompts 11) eliminate ALLSETS and UPGRSETS by just removing 'etc' from THESETS in upgrade.sh 12) Indent a couple of smaller functions ok deraadt@
2002-03-31fxp(4) back on the floppies.Miod Vallat
2002-03-30Factorize more common texts from the ramdisk operation.Miod Vallat
No text changes except for harmonization, and the blurb about network interface flags has bene slightly changed for some arches.
2002-03-30o Add support for local list and crunch files so ramdiskC and ramdisk_cdTodd C. Miller
can include wicontrol and ancontrol. o Rename instbin.conf to crunch.conf o Remove the custom list and crunch files from ramdiskC (no longer needed).
2002-03-30Typos du jour.Miod Vallat
2002-03-30Gb -> GBMiod Vallat
2002-03-30Remove ludicrous notes about info documentation.Miod Vallat
2002-03-30Keep all comments on separate lines so they are strippedKenneth R Westerback
from scripts put on floppy images.
2002-03-30Make customizing floppy contents easier by accepting aKenneth R Westerback
user supplied value for LISTFLOPPY. Suggestion by peter.galbavy@knowtion.net. ok deraadt@.
2002-03-30shrink 599 more bytes: cleanups to "case" and such; ok krwTheo de Raadt
2002-03-30shrink 4 more bytesTheo de Raadt
2002-03-30remove extra spacesTheo de Raadt
2002-03-30Squeeze a few bytes out of the installation scripts by usingKenneth R Westerback
standard __EOT as here document delimiter. Remove unnecessary escaping of __EOT. Could be/Should be extended to .md scripts and other non-miniroot architectures. Concept approved a *long* time ago by deraadt@ and millert@ but never got out of my tree.
2002-03-29. is NOT in the setsTheo de Raadt
2002-03-28syncTheo de Raadt
2002-03-28One chunk of the ``you can't upgrade this'' sparc64 song which was forgottenMiod Vallat
the other day.
2002-03-28Remove lies from the description of the misc set.Miod Vallat