summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
Commit message (Collapse)AuthorAgeFilesLines
* Crank the max possible disks/slices constants way down.jkh1998-06-291-6/+6
| | | | | The probe for this sometimes makes IDE drives chatter their guts out and takes an inordinately long time in such cases..
* Stop including COMPAT_21 unconditionally for X now; that kludge hasn'tjkh1998-06-101-5/+3
| | | | been necessary for awhile.
* Merge updates from 2.2jkh1998-05-244-13/+14
|
* Sync documentation with 2.2 updates.jkh1998-05-246-15/+12
|
* Add 'newsyslog.conf' to the list of files to not clobbersteve1998-05-241-1/+2
| | | | | | during the upgrade process. PR: 6629
* Make Mitsumi and Sony CDROM devs also use the `a' device. I thinkjkh1998-05-111-3/+3
| | | | | they'll have (or are having) similar problems to those described for the matcd device in PR#6576
* It was incorrect to use the `c' device for the matcd driver;jkh1998-05-111-2/+2
| | | | | | | | | | apparently, unlike the IDE or SCSI CDROM drivers, this is magically special-cased for audio CDs. This also might explain what happened with scd (Sony) CDs also since I made the same change there. A follow-up commit will fix that. Thanks, Dave! PR: 6576 Submitted by: Dave Marquardt <marquard@zilker.net>
* XFree86 3.3.1 -> 3.3.2jkh1998-05-062-97/+97
|
* Note usage of Linux PLIP peer.jkh1998-04-201-0/+4
|
* Add ftp4.ruache1998-04-161-1/+3
|
* MF22: NOSHARED=YESjkh1998-04-011-0/+2
|
* Sync with 2.2-stable branch.jkh1998-03-244-13/+20
|
* MF22: resync.jkh1998-03-232-2/+16
|
* - Remove the notice that psm0 must be enabled before using the PS/2 mouse;yokota1998-03-233-19/+33
| | | | | | the device is enabled by default in the GENERIC kernel. - Kill the mouse daemon, if any, when the user wants to disable it. - Minor update on mouse menus.
* MF22: catch up with recent changes.jkh1998-03-233-4/+20
|
* MF22: install correct kerneljkh1998-03-211-5/+6
|
* MF22: create raw slice entries.jkh1998-03-201-3/+9
|
* Ack, fix typo in last commit.jkh1998-03-201-2/+2
|
* My face is red - make the code for creating slices actually work now.jkh1998-03-201-3/+4
|
* correct checks for "already written" case.jkh1998-03-191-7/+9
|
* Add noatime option to new filesystems to speed up initial extraction.jkh1998-03-191-2/+2
| | | | Suggested by: bde
* Use .An/.Aq.charnier1998-03-191-3/+3
|
* 1. If device node already exists, don't gratuituously try to make itjkh1998-03-161-2/+5
| | | | | | | | again. 2. Don't create slice entries when running multi-user; it adds far too much to sysinstall's startup time. User is expected to have correct slice entries after system is installed.
* Fix some bogons with variable handling.jkh1998-03-152-6/+6
|
* Reformatting, more sanity checks.jkh1998-03-152-54/+35
|
* When doing "make unders", also remember to make entries forjkh1998-03-151-9/+27
| | | | any slices that exist.
* Add Danish mirrors.jkh1998-03-131-1/+5
| | | | Submitted by: phk
* Be careful not to spam ld.so.hints in multi-user case.jkh1998-03-131-2/+5
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Fix bogusly shadowed variable.jkh1998-03-131-5/+3
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Correct misfeature with quoting, better error reporting.jkh1998-03-103-16/+25
|
* MF22: installEnvironment() fix, reshuffle, vidcontrol on correct vty.jkh1998-03-104-23/+29
|
* Update to XFree86 3.3.2 - I had to remove the entries for the VFB andjkh1998-03-103-79/+89
| | | | | | | PRT servers since the extra PC98 servers have eaten all my flag bits. Time to redo the way distribution masks are calculated, definitely, but for now I guess people can always install those two components by hand if they really want them.
* Remove deprecated XIG support - that project neverjkh1998-03-096-157/+4
| | | | happened.
* Fix RFC number 1544 -> 1644ache1998-03-091-2/+2
|
* Make a /var/run directory before starting ppp so that it doesn'tjkh1998-03-091-1/+2
| | | | complain.
* MF22: nuke compat slice for root.jkh1998-03-091-10/+2
|
* Add a mouse configuration menu.jkh1998-03-075-51/+185
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* MF22: various doc bogons noticed.jkh1998-03-063-5/+12
|
* Edit a message so that people stop sending me weird emails. :)jkh1998-02-221-5/+4
|
* MF22: correct bogus failure return.jkh1998-02-131-2/+2
|
* Add an entry for the Brazilian keymap with accent key definitionsyokota1998-02-121-1/+2
| | | | in the keymap menu.
* Form device names correctly with new unit# syntax.jkh1998-02-101-4/+13
|
* Totally change the way that devices are made in the MFS and subsequentlyjkh1998-02-104-163/+175
| | | | | | | | probed in sysinstall. Rather than make template devices and use up lots of inodes, also restricting the number of devices that can be dealt with, mknod all necessary devices as necessary using built-in information. This removes a number of constraints on the number and type of devices that sysinstall can see.
* Remove some ancient cruft discovered during a recent code review.jkh1998-02-081-45/+1
|
* MF22: reset root flags properly.jkh1998-02-061-1/+3
|
* Typo: PAT -> FAT.steve1998-02-011-2/+2
| | | | PR: 5593
* MF22: only fclose() OpenConn if non-NULL.jkh1998-01-281-3/+5
|
* Update the keymap menu.yokota1998-01-272-5/+12
|
* In !dists case, invoke the custom dist menu rather than the topleveljkh1998-01-231-2/+2
| | | | | dist menu. This makes a good deal more sense and should have been this way all along.
* MF22: match entries for wfdjkh1998-01-221-2/+2
|
OpenPOWER on IntegriCloud