summaryrefslogtreecommitdiffstats
path: root/release/sysinstall
Commit message (Collapse)AuthorAgeFilesLines
* Shuffle source selection menu items to make it a little easier to use.jkh1999-05-011-6/+6
|
* Deal with new loader syntax in determining how/when to load a userconfigjkh1999-04-281-16/+7
| | | | | | | | script. Submitted by: "Daniel C. Sobral" <dcs@newsguy.com> Avoided by: jkh Demanded by: The Users
* Write config files to /usr/share/skel as well as root's profile.jkh1999-04-281-11/+17
|
* Do the right thing for windowmaker installation if it's picked. Add somejkh1999-04-281-7/+17
| | | | seat belts for failed desktop installations.
* o Make package matching for specific package loading use the Latest/jkh1999-04-277-35/+112
| | | | | | | | feature of packages now so that no version info is embedded. o Add a default X desktop menu offering afterstep, enlightenment, KDE, GNOME and Windowmaker desktops instead of the boring twm(1) based one if the user so chooses. This will require a little testing.
* Remove the registration stuff; we're redoing this and the emailedjkh1999-04-248-397/+7
| | | | registrations have a high failure rate for various reasons.
* Add Id.obrien1999-04-211-0/+2
|
* Add compat3x to the mix.obrien1999-04-213-19/+27
| | | | Reviewed by: jkh
* Don't allow upgrade to touch /usr/src; only evil can result fromjkh1999-04-071-1/+12
| | | | that kind of overlay smashing.
* Add driver support for gigabit ethernet adapters based on the Alteonwpaul1999-04-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | Networks Tigon 1 and Tigon 2 chipsets. There are a _lot_ of OEM'ed gigabit ethernet adapters out there which use the Alteon chipset so this driver covers a fair amount of hardware. I know that it works with the Alteon AceNIC, 3Com 3c985 and Netgear GA620, however it should also work with the DEC/Compaq EtherWORKS 1000, Silicon Graphics Gigabit ethernet board, NEC Gigabit Ethernet board and maybe even the IBM and and Sun boards. The Netgear board is the cheapest (~$350US) but still yields fairly good performance. Support is provided for jumbo frames with all adapters (just set the MTU to something larger than 1500 bytes), as well as hardware multicast filtering and vlan tagging (in conjunction with the vlan support in -current, which I should merge into -stable soon). There are some hooks for checksum offload support, but they're turned off for now since FreeBSD doesn't have an officially sanctioned way to support checksum offloading (yet). I have not added the 'device ti0' entry to GENERIC since the driver with all the firmware compiled in is quite large, and it doesn't really fit into the category of generic hardware.
* Add an option for resetting and rescanning the probed device list, perhapsjkh1999-04-064-6/+39
| | | | | | | | to now detect that CD you just remembered to put in the drive or that pccard NIC that you've inserted (anybody can put pccardd in an mfsroot image now you know.. :) Requested by: Annelise Anderson <andrsn@andrsn.Stanford.EDU>
* Bump default root fs sizes, for both i386 and alpha architectures.jkh1999-03-301-6/+6
|
* 1. Update TAPE to point to new CAM-style device name.jkh1999-03-271-2/+2
| | | | | | 2. Don't prompt for removal twice on fixit floppy. Submitted by: jack <jack@germanium.xtalwind.net>
* Offer an X Kern Developer collection, by user request (it's also morejkh1999-03-193-98/+121
| | | | | | | | | orthogonal to the other entries). Clean up X selection code a bit. Choose proper architecture subdirectories on mirror sites now that we've gone fully to the new multi-arch directory scheme.
* Add /etc/rc.firewall to list of "save after upgrade" targets.jkh1999-03-191-1/+2
|
* Change permissions on /etc/ppp/ppp.conf to 0640.brian1999-03-111-1/+3
|
* Make proper symlinks for fixit mode and ELF binaries.jkh1999-03-111-5/+12
| | | | Noticed by: jdp
* Also look under FREEBSD/.. for distribution files; I meant to do thisjkh1999-03-101-1/+4
| | | | for the DOS distro.
* Merge some doc updates which got only into the 3.0 branch during the lastjkh1999-03-105-39/+15
| | | | release cycle.
* o Use larger minimum root size on alpha.jkh1999-03-092-6/+23
| | | | | | o Use proper architecture subdir when fetching bits from snapshot servers. Submitted by: Doug Rabson <dfr@nlsystems.com>
* Document a changed variable name.jkh1999-02-181-3/+3
|
* Be more forgiving of PnP config saving failures.jkh1999-02-161-4/+7
|
* Update to deal with pnp userconfig data.jkh1999-02-151-7/+50
| | | | Submitted by: abial
* Add entry for gnome category.jkh1999-02-151-1/+2
|
* Write out new boot blocks on upgrade.jkh1999-02-151-1/+3
|
* Unbreak the fixit floppy.jkh1999-02-154-32/+34
| | | | Clean up some of the media handling to use common routines.
* Put a convenient marker in rc.conf to show updates.jkh1999-02-142-4/+9
| | | | Better screen saver descriptions.
* Fix incorrect initial state for two variables.jkh1999-02-142-4/+4
|
* Include all the recent screen savers.jkh1999-02-141-2/+10
|
* Update to match ports reality.jkh1999-02-141-5/+5
|
* rc.conf vars no longer "dirty" by default.jkh1999-02-141-2/+2
|
* Preserve existing rc.conf contents.jkh1999-02-141-4/+8
|
* Update to current state of /etcjkh1999-02-131-17/+12
|
* Add spanish mirrors to FTP menu.jkh1999-02-111-1/+5
|
* Write changes out to /etc/rc.conf again; rc.conf.site is dead!jkh1999-02-094-13/+15
|
* If user selects X, also auto-select compat22 (for now).jkh1999-02-071-1/+3
|
* SMAILCF distro no longer exists.jkh1999-02-073-10/+6
|
* Reshuffle a number of menus to be more navigable. Delete extrajkh1999-02-061-21/+20
| | | | Root Password entry (PR#9291 - Jack O'Neill).
* Ack! Correct a typo which crept into here and reshuffle the index backjkh1999-02-062-4/+4
| | | | into alphabetical order.
* Add one more "escape" for marking internal variables.jkh1999-02-052-8/+8
|
* Totally change the way variables are accounted for in sysinstall.jkh1999-02-0519-240/+186
| | | | | | | | Now we know which variables are internal and which need to be backed to /etc/rc.conf.site. rc.conf is not touched now. Also kget kernel change information back properly and set up a loader.rc file to use it.
* Update snapshot build machine names.jkh1999-02-051-4/+4
|
* Indicate that we're using XFree86 3.3.3.1jkh1999-02-052-53/+53
|
* Add a lot of additional keymaps to the appropriate menu.jkh1999-02-042-4/+15
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Add compat22 distribution in anticipation of its appearance.jkh1999-02-043-8/+11
|
* List palm pilot category.jkh1999-02-021-2/+3
|
* Show dependencies in package menu.jkh1999-02-024-19/+104
| | | | | PR: 7454 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
* Man, was I ever smoking crack when I wrote this. Don't free()jkh1999-02-011-8/+6
| | | | values I'm going to use again. :-}
* 1. Install /boot/loader correctly on boot.flpjkh1999-01-301-1/+3
| | | | 2. Back up old rc.conf.site if it exists.
* More support for Alpha installs.jkh1999-01-292-4/+30
| | | | Submitted by: dfr
OpenPOWER on IntegriCloud