summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Change boolean nature of "router" variable since it's not a booleanjkh1996-11-291-2/+2
| | | | | anymore. Noticed-By: joerg
* More involved description for fe0 driver using cards. Closes PR#2099.jkh1996-11-291-2/+3
| | | | Submitted-By: seki@sysrap.cs.fujitsu.co.jp
* Add a new feature which Garrett pointed out.jkh1996-11-291-1/+5
|
* Few fixit improvements:joerg1996-11-281-1/+6
| | | | | . hint about the usability of the arrow keys, . export TAPE to an obscure dev node so mt(1) will work correctly.
* Try to impreve DD mode.phk1996-11-275-34/+51
| | | | Try to make 4Mb floppies work again.
* Correct some typos relating to PC98 server selection.jkh1996-11-271-4/+4
| | | | Submitted-By: HOSOKAWA Tatsumi <hosokawa@mt.cs.keio.ac.jp>
* o Update for upcoming BETA release of 2.2jkh1996-11-271-6/+6
| | | | | o Fix Adaptec controllers description error, spotted by Richard Wiwatowski <rjwiwat@adelaide.on.net>
* Open devices read-only to test whether they are available. Thisjoerg1996-11-271-3/+3
| | | | allows to use write-protected tapes...
* Provide a symlink for /bin/sh when the fixit floppy is mounted, sojoerg1996-11-161-1/+4
| | | | | | scripts using #!/bin/sh (like /mnt2/dev/MAKEDEV) will work. Observed by: andreas
* Comment out the setting of PATH in /dev/MAKEDEV on the fixit floppy.joerg1996-11-161-3/+4
| | | | | | | | | It's entirely useless there. Observed by: andreas Make the pre-existance of /R/stage/dists/compat* non-fatal, so `make rerelease' won't fall over.
* Fix a bogon in my new release.10 target.jkh1996-11-151-4/+4
| | | | Submitted-By: John Hay <jhay@mikom.csir.co.za>
* Add vx to list of devices.jkh1996-11-151-1/+2
|
* Bring in Rod's definitive information on BOCA boards.jkh1996-11-151-3/+5
|
* Mention supported AMD NICs and SCSI/NIC combos.jkh1996-11-151-13/+18
| | | | | | Elimiate tabs. Submitted-By: se
* List more info on supported NCR controllers.jkh1996-11-151-2/+9
| | | | Submitted-By: se
* Ammend the BOCA entry again to list multiple board types.jkh1996-11-151-2/+3
|
* Merge.jkh1996-11-141-1/+1
|
* Add notes on Stallion boards.jkh1996-11-141-1/+4
| | | | Submitted-By: sos
* Add a bunch more miscellaneous bits of hardware.jkh1996-11-141-6/+24
| | | | Submitted-By: Luigi Rizzo <luigi@labinfo.iet.unipi.it>
* Add a note, that vn driver has to be compiled into the kernel.andreas1996-11-141-1/+4
|
* Add Sujal Patel to list of developers - whoops! I've no idea howjkh1996-11-141-1/+2
| | | | | | he slipped through the cracks; sorry, Sujal! This should go into 2.2.
* "over 600 packages" (geeze, this has been sitting uncommitted in myjkh1996-11-141-2/+2
| | | | source tree for 5 days! :-( ).
* I'm feeling charitable, so I'll save the bloatists some valuable wind:jkh1996-11-131-2/+13
| | | | | | | | | | | BLOAT! BLOAT! BLOAT! BLOAT! Yes, but where else to put these stinking compat distributions. I, for one, am bone tired of creating them by hand and then having everyone tell me I left something out/in. Now any commiter can adjust the list as necessary, and I forsee this as being so seldom necessary that I've simply committed the uuencoded tarballs - these are from the last SNAP, and nobody complained (for once) about that set.
* Bring forward doc changes from 2.2. Much will need changing for 3.0,jkh1996-11-136-608/+962
| | | | | which is where this is headed, but it's better than the 2.2-SNAP docs.
* Bump BOOTMFSSIZE.jkh1996-11-121-2/+2
|
* Only save userconfig changes if the boot floppy version and thejkh1996-11-121-2/+3
| | | | | | installed version match. Pointed-out-by: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi)
* Save some time.phk1996-11-121-2/+2
|
* Disgusting kludge to make depend rule work again in the fact ofjkh1996-11-091-12/+6
| | | | Joerg's keymap.[ch] changes. If there's a better way, I'd like to know.
* Whups, we need the VGA16 server by default too.jkh1996-11-091-3/+3
|
* 1. Saner ldconfig path.jkh1996-11-092-5/+5
| | | | 2. Choose DIST_XF86_CFG in defaults; XF86Setup isn't happy otherwise.
* 1. Take out console setup in options now that Joerg has moved it intojkh1996-11-094-765/+730
| | | | | | | the main menu. 2. Conditionalized a few small things which needed it. 3. Put PC98 X servers in their own menu, there are so many of them now. 4. Rampaged on the menus.c file in general, reformatting and cleaning up.
* Sysinstall now offers the installation of a keymap early in the game!joerg1996-11-095-24/+180
| | | | | | | | | | | | | | | Not all mappings are supported, most languages come only with one encoding since this should be sufficient to get up & running in using sysinstall, and we are already pretty tight on space. (My previous commit has already bumped the boot MFS size by another 50 KB for this.) This feature requires the `kbdcontrol -L' i've just committed. Plain text keymaps and the entire scanner are overkill for sysinstall. Also updated the list of available keymaps while i was at it. Reviewed by: jkh
* Several improvements to the `fixit' configuration:joerg1996-11-096-26/+157
| | | | | | | | | | | . Don't gzip the crunched binary by now; it just fits, and execution is a lot faster this way (it's truly demand-paged again). . Add more(1), ft(8), protocols(5), a stripped down services(5). . Improve the .profile, and make sysinstall actually use it again. Still no go for a 4 MB configuration though. :-(
* Merge from the 2.2 branch: call our `vi' by its right name.joerg1996-11-092-10/+8
| | | | Detected by: jkh
* If mounting the fixit floppy fails in the first place, warn the userjoerg1996-11-091-1/+5
| | | | | | | | | | | | | but make a second attempt using MNT_FORCE, just in case it has been unclean from a previous crash. That's dangerous, but far better than keeping the despaired user standing in the rain... (Experienced admins can still fsck it then, and remount. Others will either totally crash, or incidentally succeed, without much further help possible...) Btw., mount(2) misses the description of MNT_FORCE for the mount syscall.
* Purely cosmetic cleanup.jkh1996-11-092-64/+0
|
* Remove a mkdir in doTARBALL which, as far as I can tell, is not neededjkh1996-11-081-3/+3
| | | | for anything.
* 1. Eliminate the sendmail.cw bogon again. Peter fixed it correctly.jkh1996-11-082-6/+3
| | | | 2. Preload the ldconfig cache before calling X setup.
* More cosmetic tweaks, get the prefixes adjusted properly to XFree86 3.2'sjkh1996-11-073-53/+50
| | | | new packaging scheme.
* Make sure current_chunk is 0 each time we enter the editor.jkh1996-11-071-1/+2
|
* This warning is too annoying now. Kill it.jkh1996-11-071-6/+2
|
* Install an evil work-around for /etc/sendmail.cwjkh1996-11-071-1/+5
| | | | [same as from 2.2]
* Complete switch-over to XF86 3.2.jkh1996-11-073-7/+7
|
* Merge my vi hack^H^H^H^Hframework into HEAD, so the various revisionsjoerg1996-11-071-1/+5
| | | | | | | should be in sync again. It's an env variable only, hence it's harmless and ignored without the actual changes in vi's Makefile. Suggested by: jkh
* 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.
OpenPOWER on IntegriCloud