summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Properly clear FTP site selection info when network init fails; thejkh1996-11-071-1/+2
| | | | site name may have been wrong, or need to be specified by IP.
* Joerg's changes to add screen font and screenmap setting.jkh1996-11-076-18/+120
| | | | | | Some changes of my own to make screen saver configuration a little more sane, and also make it easier to get to the keyboard/screen setup from the options menu.
* Update to XFree86 3.2jkh1996-11-063-155/+212
|
* Remove a bogon from version 1.69. Just because we say "use all disk"phk1996-11-051-6/+1
| | | | doesn't mean that our geometry can be flushed down the drain.
* Placate Joerg some more by making screen savers get a reasonable defaultjkh1996-11-043-8/+18
| | | | | timeout. 2.2-RELEASE candidate, like all the work here in release/sysinstall.
* Use macros for package names so it's easier to update them in onejkh1996-11-048-51/+69
| | | | | | | place (sysinstall.h) when packages change rev. Change the way that the routing daemon is configured entirely, to placate Joerg. Also auto-load gated if it's specified, while we're at it.
* Make it clearer that DNS has succeeded for your host choice.jkh1996-11-041-3/+6
|
* Make `make release' fail if crunchgen failed.joerg1996-11-031-2/+2
|
* `make release' was checking out the new source code into $CVSROOTjoerg1996-11-031-2/+2
| | | | which i figure is probably not what was intended. :-)
* Fix a bogus decent into the network setup screen when runningjkh1996-11-022-8/+5
| | | | | | | multi-user. Don't clear media on dist failure - this was one of those "seemed like a good idea at the time" sorts of features.
* Add cmd to prototype services file so rrestore can work.jkh1996-11-021-2/+3
| | | | Suggested-By: Andrew Heybey <ath@bellcore.com>
* Note the support for the SDL RISCom/N2pci cards.jhay1996-10-301-4/+10
| | | | | Move myself from the list of helpers and beta testers to the development team.
* fix FAQ URL. Note for Jordan: don't merge this change into 2.1.6!wosch1996-10-232-4/+4
|
* Mondo-merge of new 2.2 installation technology.jkh1996-10-151-1/+1
|
* Don't casually blow away FTP site settings now that it's easy for userjkh1996-10-141-5/+4
| | | | to override them.
* Remove the now-unusable ports configuration code. Swapping CDs is bogus.jkh1996-10-146-136/+13
|
* Adjust the boot-time userconfig options to match reality.jkh1996-10-141-2/+1
|
* Adjust release notes for upcoming re-SNAP.jkh1996-10-131-1/+18
|
* Be less draconian about distribution extraction errors - still writejkh1996-10-122-8/+10
| | | | /etc file changes out.
* Get the pysical address for id_maddr when opening an -incore kernel.erich1996-10-127-21/+25
| | | | | | | | | | | | This fixes the kernel panic when propagating userconfig changes to arbitrary kernels. Remove obsoleted `#include <tcl.h>' added a few <stdio.h> where necessary. Fix getting scsi bus information from an -incore kernel. Turned on SAVE_USERCONFIG by default.
* Some cosmetic tweaks, attempt to fix package wait problem by checkingjkh1996-10-123-10/+16
| | | | | for error return as well (not sure if this is it, but it's one possible explanation).
* Ahem. It might be nice if I included /usr/src/contrib in with the otherjkh1996-10-106-27/+39
| | | | | src dists. This alone is a good reason to re-roll the SNAP before putting it on CD.
* DTRT if ESC is hit in a Yes/No dialog.jkh1996-10-098-19/+21
| | | | Noticed-by: jfieber
* Add note about SYN fix.jkh1996-10-071-1/+3
|
* Add -lcrypt for new ppp changes.jkh1996-10-075-10/+10
|
* correct spelling of 'X Window System' (tm)wosch1996-10-061-2/+2
|
* Sigh. There are still some weird boundry cases (argh!). Turnjkh1996-10-061-1/+1
| | | | off SAVE_USERCONFIG again until Eric comes back from his trip.
* *blush* - I forgot to change the check for fscanf()'s return valuejkh1996-10-061-35/+30
| | | | after altering the argument count.
* Detect the zero-chunks case properly, now that I've reversed the orderjkh1996-10-062-2/+9
| | | | | | of the distribution probes over ftp. Properly #ifdef the SAVE_USERCONFIG code.
* Correctly re-adjust current slice # when slices are deleted.jkh1996-10-062-84/+118
| | | | Beautify the code a little.
* Turn SAVE_USERCONFIG on again - I found the bug.jkh1996-10-061-1/+1
|
* Better PKG_TMPDIR handling.jkh1996-10-061-3/+2
|
* Found my mistake: I should have been copying from _nl in the on-diskjkh1996-10-061-11/+15
| | | | case, not nl (size we take its size - d'oh!).
* Be more paranoid about clearing the FTP path when we have the slightestjkh1996-10-061-3/+10
| | | | reason to doubt its authenticity.
* Make the save_userconfig() stuff conditional and turned off by defaultjkh1996-10-054-47/+48
| | | | | (for now - still a few more wrinkles here). Add more debugging code and some cosmetic tweaks.
* Erm. I'm sleepy. Handle the null-field case the way I actually meantjkh1996-10-051-12/+5
| | | | to the first time.
* OK, *now* the symbol file is being generated in the correct place.jkh1996-10-051-2/+8
|
* Wait for any stray processes we might be sent while running as init.jkh1996-10-051-1/+5
| | | | | I have cautious hopes that this will fix the package installer zombie accumulation problem.
* Correct check for ensuring that the network configuration isn't fiddled withjkh1996-10-051-9/+9
| | | | when running multi-user.
* 1. Change device probing so that high speed network devices are found beforejkh1996-10-053-58/+67
| | | | | | | | | | | SLIP/PPP devices, putting them before the others in the network device selection menu. 2. Change "Other" to "URL" so as not to conflict with the keyboard accellerator for the "OK" button in FTP site selection menu. 3. Detect the NULL last symbol in the name list and initialize the other members correctly.
* Multiple changes stacked as one commit since they all depend on one another.jkh1996-10-055-49/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First, change sysinstall and the Makefile rules to not build the kernel nlist directly into sysinstall now. Instead, spit it out as an ascii file in /stand and parse it from sysinstall later. This solves the chicken-n- egg problem of building sysinstall into the fsimage before BOOTMFS is built and can have its symbols extracted. Now we generate the symbol file in release.8. Second, add Poul-Henning's USERCONFIG_BOOT changes. These have two effects: 1. Userconfig is always entered, rather than only after a -c (don't scream yet, it's not as bad as it sounds). 2. Userconfig reads a message string which can optionally be written just past the boot blocks. This string "preloads" the userconfig input buffer and is parsed as user input. If the first command is not "USERCONFIG", userconfig will treat this as an implied "quit" (which is why you don't need to scream - you never even know you went through userconfig and back out again if you don't specifically ask for it), otherwise it will read and execute the following commands until a "quit" is seen or the end is reached, in which case the normal userconfig command prompt will then be presented. How to create your own startup sequences, using any boot.flp image from the next snap forward (not yet, but soon): % dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO USERCONFIG irq ed0 10 iomem ed0 0xcc000 disable ed1 quit WAKKA_WAKKA_DOO Third, add an intro screen to UserConfig so that users aren't just thrown into this strange screen if userconfig is auto-launched. The default boot.flp startup sequence is now, in fact, this: USERCONFIG intro visual (Since visual never returns, we don't need a following "quit"). Submitted-By: phk & jkh
* Correct a misuse of the GENERIC kernel where I should have referencedjkh1996-10-051-2/+2
| | | | the BOOTMFS kernel instead.
* Fix bogon with kernel name.jkh1996-10-051-2/+2
|
* Add stuff to CLEANFILES.jkh1996-10-051-1/+1
|
* Yet Another Bogon Fix.jkh1996-10-051-224/+211
|
* Simplify the compiled-in nlist case a bit by naming the structuresjkh1996-10-052-10/+9
| | | | the same.
* Various cosmetic tweaks.jkh1996-10-043-21/+28
|
* Whoops! Fix a stupid bogon.jkh1996-10-041-3/+10
|
* Syncronize my tree so Eric can access the latest code.jkh1996-10-0411-71/+145
|
* Temporarily disable userconfig saving until I figure out why uc_open()jkh1996-10-031-1/+3
| | | | | loops internally for BOOTMFS (not being able to run gdb on sysinstall when it's running as init is a real pain!).
OpenPOWER on IntegriCloud