summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
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
2002-03-27aperture supportTheo de Raadt
2002-03-26syncTheo de Raadt
2002-03-26Cleanup (and shrink) ftp_list_files() in install.sub by removingKenneth R Westerback
some unneeded intermediate local variables and just using the parameters. Make upgrade fsck output for root partition consistant with later fsck output for other partitions. ok deraadt@
2002-03-23Hide upgrade stuff from the installation notes until sparc64 systems canMiod Vallat
be upgraded to 3.2.
2002-03-23Disable the ability to (U)pgrade a sparc64 installation.Kenneth R Westerback
Requested by deraadt@ for the 3.1 release. ok deraadt@
2002-03-23syncTheo de Raadt
2002-03-23syncTheo de Raadt
2002-03-22move to 3.1-betaTheo de Raadt
2002-03-22Clean up getresp() byKenneth R Westerback
1) Deleting code for '-s' option, which was never used. 2) Deleting code for >1 parameters after optional '-n'. Also never used. @ok millert
2002-03-21Update.Miod Vallat
2002-03-19Save more dhclient configuration info during installation.Kenneth R Westerback
In particular a) save dhclient.leases so the lease obtained during installation is retained. b) create /etc/resolv.conf.tail with 'lookup file bind' so that the resolv.conf files created by dhclient have the same settings as the default resolv.conf we install. i.e. use the /etc/hosts file before trying bind. ok millert@
2002-03-19Match RRD40 as a cdrom on MSCP. May be useful to simh users, even ifHugh Graham
nobody has the actual hardware.
2002-03-18- fix a few typos or omissionsMiod Vallat
- warn the user that only high-numbered scsi drives are bootable