aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall/sysinstall.h
Commit message (Collapse)AuthorAgeFilesLines
* Sysinstall has been repocopied to src/usr.sbin/sysinstall and everythingJohn Baldwin2001-01-171-772/+0
| | | | | | | now uses the sources found there. Notes: svn path=/head/; revision=71150
* Adapt sysinstall to use the new msgNoYes() function which assumesJordan K. Hubbard2000-12-141-0/+1
| | | | | | | | | no as a default. Sysinstall should be both less dangerous and less annoying as a result of this change, though that's just my opinion (since they're the defaults which annoy ME the least :). Notes: svn path=/head/; revision=70005
* release/sysinstall/lndir.c has not been used, but statically linkedTatsumi Hosokawa2000-11-061-3/+0
| | | | | | | to sysinstall for long time. Remove it. Notes: svn path=/head/; revision=68385
* Moved driver modules for some PCI NICs and PCCARD-only NICs to mfsroot.flp.Tatsumi Hosokawa2000-10-311-0/+3
| | | | | | | | | http://people.freebsd.org/~hosokawa/driver-floppy/ for details. Reviewed by: current@FreeBSD.org Notes: svn path=/head/; revision=68048
* Teach sysinstall how to restart itself on Ctrl-C (as an addition to its oldEivind Eklund2000-10-291-0/+1
| | | | | | | | | tricks of rebooting and continuing where it was.) Reviewed by: jkh, jhb Notes: svn path=/head/; revision=67862
* Add another security configuration profile, call it "high" andJordan K. Hubbard2000-10-141-0/+1
| | | | | | | | | | rename the previous one to indicate that it's not just high, it's extreme (everything off, secure level raised). Submitted mostly by: Tony Finch <dot@dotat.at> Notes: svn path=/head/; revision=67124
* Fix the http proxy fetch code.Jordan K. Hubbard2000-09-251-0/+1
| | | | | | | | Submitted by: Philipp Mergenthaler <p@i609.hadiko.de> PR: 21449 Notes: svn path=/head/; revision=66369
* One whack at the idea of having "security profiles" which select theJordan K. Hubbard2000-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. Notes: svn path=/head/; revision=66263
* Terminate, with extreme prejudice, the USAResident hack whichJordan K. Hubbard2000-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. Notes: svn path=/head/; revision=63804
* Add a terminal entry for xterm; a lot of people are using xtermsJordan K. Hubbard2000-07-211-0/+1
| | | | | | | in the serial-installation of FreeBSD. Notes: svn path=/head/; revision=63737
* Allow the Fix-it functionality to detect that we are on a serial console,David E. O'Brien2000-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 Notes: svn path=/head/; revision=63404
* IPv6 support.Hajimu UMEMOTO2000-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 Notes: svn path=/head/; revision=63118
* - Remove obsolete PC-card boot.flp hack. It was for making both PC-cardYoshihiro Takahashi2000-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 Notes: svn path=/head/; revision=61277
* Add an option to select the Fix-it tty. The current behavior is utterlyDavid E. O'Brien2000-05-161-0/+1
| | | | | | | *useless* on serial consoled machines. Notes: svn path=/head/; revision=60657
* Add support for USB to sysinstall. This includes running usbd andJohn Baldwin2000-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. Notes: svn path=/head/; revision=60417
* PR: 17559Murray Stokely2000-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. Notes: svn path=/head/; revision=59088
* Remove PkgInteractive hack - it won't work like this.Jordan K. Hubbard2000-03-121-1/+0
| | | | Notes: svn path=/head/; revision=57924
* o Add support for loading the rsaref or rsaintl packages, dependingJordan K. Hubbard2000-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 Notes: svn path=/head/; revision=57617
* Revise this for the brave new world of "crypto"Jordan K. Hubbard2000-02-291-4/+4
| | | | | | | | Submitted by: markm Approved by: me! Notes: svn path=/head/; revision=57613
* If user says they're in the USA, record that fact in /etc/make.confJordan K. Hubbard2000-02-191-0/+2
| | | | Notes: svn path=/head/; revision=57346
* Don't call it a Novice install, call it Standard.Jordan K. Hubbard2000-02-181-1/+1
| | | | | | | Also say thousands of packages, not hundreds. Notes: svn path=/head/; revision=57315
* * add SVR4 and OSF/1 enabling in the Start Up config menuDavid E. O'Brien2000-01-181-0/+1
| | | | | | | | | * deals with X11 install when all we have is the Port (such as on the Alpha) Ok'ed by: JKH Notes: svn path=/head/; revision=56244
* Eliminate PC-card installation floppy and add PC-card support forTatsumi Hosokawa2000-01-141-0/+3
| | | | | | | generic installation floppy. Notes: svn path=/head/; revision=55942
* Add support for FTP installation via HTTP proxies.Jordan K. Hubbard2000-01-041-0/+10
| | | | | | | | Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de> PR: 11316 Notes: svn path=/head/; revision=55392
* Allow distributions to be excluded more easily in scripts.Jordan K. Hubbard1999-11-081-0/+1
| | | | | | | Submitted by: Brian Dean <brdean@unx.sas.com> Notes: svn path=/head/; revision=53015
* It's "router_flags" not "routerflags"Jordan K. Hubbard1999-09-021-1/+1
| | | | | | | | Submitted by: kasey@ambernetworks.com PR: 13534 Notes: svn path=/head/; revision=50797
* Oh crud, did I ever screw the pooch! Rather than sync this with -stable,Jordan K. Hubbard1999-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> Notes: svn path=/head/; revision=50780
* MFC: Catch 3.2-stable sysinstall up to 4.0-current level functionality,Jordan K. Hubbard1999-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. Notes: svn path=/head/; revision=50725
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Make the newfs parameters a global option.Poul-Henning Kamp1999-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. Notes: svn path=/head/; revision=49441
* Add a default ppp.conf (mode 600).Brian Somers1999-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> Notes: svn path=/head/; revision=49110
* Another batch of fixes for dhcp support in sysinstall, now draggingJordan K. Hubbard1999-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. Notes: svn path=/head/; revision=48893
* Some additional optimizations for using DHCP.Jordan K. Hubbard1999-07-181-1/+2
| | | | Notes: svn path=/head/; revision=48881
* Re-enable DHCP client support again (but optional and turned off by defaultJordan K. Hubbard1999-07-161-1/+2
| | | | | | | | | for the time being) for debugging purposes. Fix bug in options selection. Notes: svn path=/head/; revision=48843
* Add an option for more fully enabling linux compatibility.Jordan K. Hubbard1999-07-061-1/+3
| | | | Notes: svn path=/head/; revision=48624
* Eliminate some varargs abuse.Jordan K. Hubbard1999-07-021-2/+1
| | | | Notes: svn path=/head/; revision=48482
* Do a clean-up pass on error/warning messages.Jordan K. Hubbard1999-05-271-1/+2
| | | | Notes: svn path=/head/; revision=47542
* o Prevent alpha installs from grabbing x86 bits and vice-versa, at leastJordan K. Hubbard1999-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. Notes: svn path=/head/; revision=47221
* Completely change the way package_add() does its work. Now weJordan K. Hubbard1999-05-121-1/+4
| | | | | | | | handle dependencies at a lower level and use package add for this. Also made index searches stricter. Notes: svn path=/head/; revision=47055
* Make saving kernel configuration info disable-able (may be useful in certainJordan K. Hubbard1999-05-071-1/+2
| | | | | | | situations). Notes: svn path=/head/; revision=46637
* o Make package matching for specific package loading use the Latest/Jordan K. Hubbard1999-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. Notes: svn path=/head/; revision=46117
* Remove the registration stuff; we're redoing this and the emailedJordan K. Hubbard1999-04-241-5/+1
| | | | | | | registrations have a high failure rate for various reasons. Notes: svn path=/head/; revision=45971
* Add an option for resetting and rescanning the probed device list, perhapsJordan K. Hubbard1999-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> Notes: svn path=/head/; revision=45371
* Offer an X Kern Developer collection, by user request (it's also moreJordan K. Hubbard1999-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. Notes: svn path=/head/; revision=44894
* Write changes out to /etc/rc.conf again; rc.conf.site is dead!Jordan K. Hubbard1999-02-091-2/+2
| | | | Notes: svn path=/head/; revision=43811
* Add one more "escape" for marking internal variables.Jordan K. Hubbard1999-02-051-3/+3
| | | | Notes: svn path=/head/; revision=43688
* Totally change the way variables are accounted for in sysinstall.Jordan K. Hubbard1999-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. Notes: svn path=/head/; revision=43685
* Show dependencies in package menu.Jordan K. Hubbard1999-02-021-2/+4
| | | | | | | | PR: 7454 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de> Notes: svn path=/head/; revision=43534
* Write changes out to /etc/rc.conf.site now rather than mucking withJordan K. Hubbard1999-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. Notes: svn path=/head/; revision=43255
* Replace old SAVE_USERCONFIG code with a customized version of Andrzej'sJordan K. Hubbard1999-01-201-1/+4
| | | | | | | kget code. Also collapse a redundant case in cdrom code. Notes: svn path=/head/; revision=42898