summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/sysinstall.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix the http proxy fetch code.jkh2000-09-251-0/+1
| | | | | Submitted by: Philipp Mergenthaler <p@i609.hadiko.de> PR: 21449
* One whack at the idea of having "security profiles" which select thejkh2000-09-221-2/+5
| | | | | | | | appropriate(?) defaults for "low", "medium" and "high" security environments. Medium is basically what we currently have with a little seat-belt tightening where it made sense. Low is the same as medium but without the tightening. High is positively fascist with nothing turned on by default and an automatic call to 911 if it can find a modem.
* Terminate, with extreme prejudice, the USAResident hack whichjkh2000-07-241-2/+0
| | | | | | does bad things to /etc/make.conf in certain situations. Also soften the "don't install crypto from the USA!" messages since, except for RSA (which is still noted), that's not so true anymore.
* Add a terminal entry for xterm; a lot of people are using xtermsjkh2000-07-211-0/+1
| | | | in the serial-installation of FreeBSD.
* Allow the Fix-it functionality to detect that we are on a serial console,obrien2000-07-181-0/+3
| | | | | | | | and DTRT rather than start the fixit shell on a non-existant vty. PR: 19837 Submitted by: Doug Ambrisko <ambrisko@whistle.com> Approved by: JKH
* IPv6 support.ume2000-07-141-0/+4
| | | | | | | | | | | IPv6 configuration is only done by rtsol. Does someone really need manual configuration? :-) You can specify IPv6 DNS server as well. We have only one server ftp7.jp.freebsd.org that speaks IPv6 in this time. ftp7.jp speaks IPv4 as well and also listed as Japan #7. Approved by: jkh
* - Remove obsolete PC-card boot.flp hack. It was for making both PC-cardnyan2000-06-051-0/+1
| | | | | | | | | | | | | | boot.flp and plain boot.flp. - Clean up crunchgen related routine. - Add PC-98 support. TODO: o Documentation o Fix some messages for PC-98 o Decrease the size of fixit.flp to 1.2MB o I18N (See: http://www.jp.FreeBSD.org/BootAsia/index.html) No response from jkh
* Add an option to select the Fix-it tty. The current behavior is utterlyobrien2000-05-161-0/+1
| | | | *useless* on serial consoled machines.
* Add support for USB to sysinstall. This includes running usbd andjhb2000-05-121-0/+3
| | | | | | setting 'usbd_enable' in rc.conf during nwe installs if USB is detected. Also, since usbd already handles USB mice automatically, note that the mouse setup section in sysinstall only applies to non-USB mice.
* PR: 17559murray2000-04-081-0/+2
| | | | | | | | Approved by: jkh You can't enable 'emulate 3 button' option for moused in sysinstall. This adds a menu option to set moused_flags and the help text explains that entering "-3" will enable this feature.
* Remove PkgInteractive hack - it won't work like this.jkh2000-03-121-1/+0
|
* o Add support for loading the rsaref or rsaintl packages, dependingjkh2000-02-291-1/+3
| | | | | | | | | | on locale. o Allow use of "G" in label editor to stand for gigabytes. This is actually an unrelated patch which I meant to commit separately but what the heck, it's late. Partially submitted by: phk
* Revise this for the brave new world of "crypto"jkh2000-02-291-4/+4
| | | | | Submitted by: markm Approved by: me!
* If user says they're in the USA, record that fact in /etc/make.confjkh2000-02-191-0/+2
|
* Don't call it a Novice install, call it Standard.jkh2000-02-181-1/+1
| | | | Also say thousands of packages, not hundreds.
* * add SVR4 and OSF/1 enabling in the Start Up config menuobrien2000-01-181-0/+1
| | | | | | * deals with X11 install when all we have is the Port (such as on the Alpha) Ok'ed by: JKH
* Eliminate PC-card installation floppy and add PC-card support forhosokawa2000-01-141-0/+3
| | | | generic installation floppy.
* Add support for FTP installation via HTTP proxies.jkh2000-01-041-0/+10
| | | | | Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de> PR: 11316
* Allow distributions to be excluded more easily in scripts.jkh1999-11-081-0/+1
| | | | Submitted by: Brian Dean <brdean@unx.sas.com>
* It's "router_flags" not "routerflags"jkh1999-09-021-1/+1
| | | | | Submitted by: kasey@ambernetworks.com PR: 13534
* Oh crud, did I ever screw the pooch! Rather than sync this with -stable,jkh1999-09-021-0/+6
| | | | | | | | | | I backed-out the changes in -current and didn't touch stable at all (I thought I had my patch order reversed, not what actually happened). AIEEE! I can't even blame the crack for this one since I broke my crack pipe a few weeks ago. I think sleep deprivation gets the blame for this one. Medal for noticing this one goes to: Jim Bloom <bloom@acm.org>
* MFC: Catch 3.2-stable sysinstall up to 4.0-current level functionality,jkh1999-09-011-6/+0
| | | | | | | bringing in DHCP support. The only thing I left out were Poul-Henning's newfs changes since I'm not sure if he's brought the rest of that support into -stable yet. If it turns out that this is the case, I'll MFC those changes too.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Make the newfs parameters a global option.phk1999-08-051-1/+2
| | | | | | The default is still "-b 8192 -f 1024" but my experiments show that "-b 16384 -f 4096 -c 100" is a more sensible value for modern disksizes.
* Add a default ppp.conf (mode 600).brian1999-07-261-1/+3
| | | | | | | | | | | | Originally submitted by: Wayne Self <wself@cdrom.com> Allow a ppp startup option in rc.conf. Adjust sysinstall so that it appends to the end of ppp.conf and uses the generated profile to start ppp in auto mode on boot. Submitted by: Josef L. Karthauser <joe@uk.FreeBSD.org>
* Another batch of fixes for dhcp support in sysinstall, now draggingjkh1999-07-191-1/+5
| | | | | | | | in some code from C. Stone to parse the lease information. This is still a WIP and this commit is largely intended to allow others to sync up; the dhclient code still only works when doing dhcp configuration post-install and requires a bit more work on the boot floppy before it will truly work in the minimal bootstrapping role.
* Some additional optimizations for using DHCP.jkh1999-07-181-1/+2
|
* Re-enable DHCP client support again (but optional and turned off by defaultjkh1999-07-161-1/+2
| | | | | | for the time being) for debugging purposes. Fix bug in options selection.
* Add an option for more fully enabling linux compatibility.jkh1999-07-061-1/+3
|
* Eliminate some varargs abuse.jkh1999-07-021-2/+1
|
* Do a clean-up pass on error/warning messages.jkh1999-05-271-1/+2
|
* o Prevent alpha installs from grabbing x86 bits and vice-versa, at leastjkh1999-05-151-3/+2
| | | | | | | | | | | | | | on CDs and FTP sites. o Collapse some redundant code. o Fix typo'd menu. o Restrict searches properly to packages rather than categories. o Small tweaks to signal handling. All RELENG_3 candidates.
* Completely change the way package_add() does its work. Now wejkh1999-05-121-1/+4
| | | | | handle dependencies at a lower level and use package add for this. Also made index searches stricter.
* Make saving kernel configuration info disable-able (may be useful in certainjkh1999-05-071-1/+2
| | | | situations).
* o Make package matching for specific package loading use the Latest/jkh1999-04-271-5/+7
| | | | | | | | 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-241-5/+1
| | | | registrations have a high failure rate for various reasons.
* Add an option for resetting and rescanning the probed device list, perhapsjkh1999-04-061-1/+3
| | | | | | | | 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>
* Offer an X Kern Developer collection, by user request (it's also morejkh1999-03-191-1/+2
| | | | | | | | | 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.
* Write changes out to /etc/rc.conf again; rc.conf.site is dead!jkh1999-02-091-2/+2
|
* Add one more "escape" for marking internal variables.jkh1999-02-051-3/+3
|
* Totally change the way variables are accounted for in sysinstall.jkh1999-02-051-5/+6
| | | | | | | | 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.
* Show dependencies in package menu.jkh1999-02-021-2/+4
| | | | | PR: 7454 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
* Write changes out to /etc/rc.conf.site now rather than mucking withjkh1999-01-271-2/+2
| | | | | 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-201-1/+4
| | | | kget code. Also collapse a redundant case in cdrom code.
* Collapse the "get" code substantially by combining common functions.jkh1998-12-221-1/+2
| | | | | Also make mountpoint for each media type easier to change. Also reshuffled some menus for easier usage.
* Adios version.h / RELEASE_NAME hack. Do this right.jkh1998-11-241-7/+1
|
* o Break fixups into binary fixups and XFree86 based fixups.jkh1998-11-151-4/+5
| | | | | | | | o Move fixups into extraction routine so all consumers don't have to duplicate the right behavior. o Make some things more orthogonal (just for asthetics sake) o Add option to go back and do it again if XF86Setup fails (possibly with a different setup - this one has always annoyed me).
* Use properties code.jkh1998-10-141-16/+1
|
* various bits of overdue cleanup.jkh1998-09-301-9/+5
|
* MF22: Paul Traina's changes.jkh1998-07-181-1/+4
|
OpenPOWER on IntegriCloud