summaryrefslogtreecommitdiffstats
path: root/release/sysinstall
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Write changes out to /etc/rc.conf.site now rather than mucking withjkh1999-01-273-51/+68
| | | | | rc.conf. There were many different ways I could have done this, some of them "cleaner", but this represented the lowest impact.
* Replace old SAVE_USERCONFIG code with a customized version of Andrzej'sjkh1999-01-205-7/+117
| | | | kget code. Also collapse a redundant case in cdrom code.
* Remove obsolete dset code. It's an ELF/3-stage boot world now and therejkh1999-01-2010-1714/+2
| | | | | are cleaner ways of doing this that don't involve stomping on kernel binaries directly.
* Merge recent changes from doc/handbook/porting.sgml and www/en/ports/categories.asami1999-01-111-9/+6
|
* Add driver support (and man page) for PCI fast ethernet cards basedwpaul1999-01-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | on the ASIX AX88140A chip. Update /sys/conf/files, RELNOTES.TXT, /sys/i388/i386/userconfig.c, sysinstall/devices.c, GENERIC and LINT accordingly. For now, the only board that I know of that uses this chip is the Alfa Inc. GFC2204. (Its predecessor, the GFC2202, was a DEC tulip card.) Thanks again to Ulf for obtaining the board for me. If anyone runs across another, please feel free to update the man page and/or the release notes. (The same applies for the other drivers.) FreeBSD should now have support for all of the DEC tulip workalike chipsets currently on the market (Macronix, Lite-On, Winbond, ASIX). And unless I'm mistaken, it should also have support for all PCI fast ethernet chipsets in general (except maybe the SMC FEAST chip, which nobody seems to ever use, including SMC). Now if only we could convince 3Com, Intel or whoever to cough up some documentation for gigabit ethernet hardware. Also updated RELNOTEX.TXT to mention that the SVEC PN102TX is supported by the Macronix driver (assuming you actually have an SVEC PN102TX with a Macronix chip on it; I tried to order a PN102TX once and got a box labeled 'Hawking Technology PN102TX' that had a VIA Rhine board inside it).
* close doc race.jkh1999-01-081-8/+16
|
* Adapt sysinstall more fully to the alpha (deal with proper boot signatures,jkh1999-01-087-10/+61
| | | | | | don't present label editor, etc). Submitted by: dfr
* Remove some remaining references to LKM's. Snaps were trying to unpackpeter1999-01-065-10/+5
| | | | slkm* etc, among other things.
* Read in /boot contents at runtime. Assumes /boot/boot1 on alpha (whichjkh1999-01-021-5/+39
| | | | may not yet be caught up).
* Remove previous cast again - it triggers a compiler bug on the Alphajkh1998-12-251-2/+2
| | | | | which prevents sysinstall from building. We'll just have to live with the warning on the x86. :(
* Collapse the "get" code substantially by combining common functions.jkh1998-12-2211-139/+80
| | | | | Also make mountpoint for each media type easier to change. Also reshuffled some menus for easier usage.
OpenPOWER on IntegriCloud