summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
Commit message (Collapse)AuthorAgeFilesLines
* For High security profile, set securelevel to 1 to protect /dev/*memjkh2000-11-071-0/+2
| | | | | | and mounted disks, among other things. Requested by: kirk
* Added Intel Gigabit Ethernet card to device menu.hosokawa2000-11-071-0/+1
|
* release/sysinstall/lndir.c has not been used, but statically linkedhosokawa2000-11-062-4/+1
| | | | to sysinstall for long time. Remove it.
* Back out change to prepend /sbin:/bin to $PATH, just overwrite $PATHtruckman2000-11-051-0/+2
| | | | | | | with these in the normal case. Set MAKEDEVPATH in sysinstall to include the /mnt2 stuff before starting the fixit shell.
* Update ports count to "over 4000"jkh2000-11-031-1/+1
|
* Moved driver modules for some PCI NICs and PCCARD-only NICs to mfsroot.flp.hosokawa2000-10-314-2/+99
| | | | | | http://people.freebsd.org/~hosokawa/driver-floppy/ for details. Reviewed by: current@FreeBSD.org
* Changes have been made to support a concept of VAR_FIXIT_TTY beingjkh2000-10-302-26/+43
| | | | | | | | | | | | | | | | | standard or serial. This change needs to be done to the entire system that depends on this. This way we don't have some code using OnVTY checks and other doing strcmp(variable_get(VAR_FIXIT_TTY), "standard") == 0 checks. Also we need to set VAR_FIXIT_TTY to "serial" if we come up on a serial console. Also fixed a dialog problem in that dialog was used when dialog was disabled causing some troubles such as not letting the cursor keys work when exiting the fixit mode on media (ie. not the fixit shell but for example fixit on a floppy). Submitted by: Doug Ambrisko <ambrisko@whistle.com> PR: 22352
* Add the ATA RAID device 'ar'.sos2000-10-291-0/+1
|
* Teach sysinstall how to restart itself on Ctrl-C (as an addition to its oldeivind2000-10-293-4/+54
| | | | | | tricks of rebooting and continuing where it was.) Reviewed by: jkh, jhb
* add PC-Card melody beep(PC Card bus, kludge version)sanpei2000-10-281-1/+1
| | | | Original idea from: PAO3
* More explicitly set crypto bits.jkh2000-10-262-9/+18
| | | | Partially submitted by: Jeff Kletsky <jeff@spotlife.com>
* Shorten the labels in the keymap menu so it fits smaller screens.jkh2000-10-261-9/+9
| | | | Submitted by: pho
* Trim right column messages to display correctly in 80-column terminal.kuriyama2000-10-251-5/+5
| | | | Reviewed by: jkh
* Popup IPv6 dialog, again.ume2000-10-211-1/+1
|
* Add another security configuration profile, call it "high" andjkh2000-10-143-1/+28
| | | | | | | 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>
* Fix bug in ``the selection of pccard IRQs fully selectable''sanpei2000-10-131-2/+2
| | | | | | | | in rev.1.12. card_irq is local variable, not global variable (variable_set2 and variable_get) Reviewed by: jkh
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-084-4/+4
| | | | | | | | | Replace all in-tree uses with necessary subset of <sys/{fb,kb,cons}io.h>. This is also the appropriate fix for exo-tree sources. Put warnings in <machine/console.h> to discourage use. November 15th 2000 the warnings will be converted to errors. January 15th 2001 the <machine/console.h> files will be removed.
* PR: 21729murray2000-10-051-0/+2
| | | | | | | | | Approved by: jkh Write kern_securelevel_enable variable to rc.conf if user selects medium or low security in sysinstall. This overrides the case where a user selects fascist security and then tries to go back to a lower setting.
* If user selects no distributions at all, assume "User" asjkh2000-10-051-3/+6
| | | | | | | | a default. This should prevent people from whacking return at the Distributions menu and getting nothing selected as a result (a minimal "standard" system will at least install). Flagged as big tech support headache by: Chris Shumway <cshumway@osd.bsdi.com>
* Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02Rnyan2000-10-021-0/+1
| | | | | | | | support which use National Semiconductor DP8393X (SONIC) as ethernet controller. Currently, this driver is used on only PC-98. Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp> Obtained from: NetBSD/pc98
* Adjust for new location and name of kernel.jkh2000-09-291-33/+17
| | | | | PR: 21423 Reported by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
* Fix specification for ftp5.fr.freebsd.orgjkh2000-09-271-1/+1
| | | | Reported by: Jean-Claude Christophe <jch@oleane.net>
* Fix the http proxy fetch code.jkh2000-09-253-14/+39
| | | | | Submitted by: Philipp Mergenthaler <p@i609.hadiko.de> PR: 21449
* Fix a small bogon with a boolean yes/no question check.jkh2000-09-251-2/+2
|
* Add Lithuania.jkh2000-09-241-0/+2
| | | | Submitted by: Domas Mituzas <midom@dammit.lt>
* One small tweak on the security profile code; don't be verbose ifjkh2000-09-242-26/+29
| | | | | setting up default values for an express/custom install. It would be confusing to see the informational popup completely out of context.
* add ``xe'' driversanpei2000-09-221-0/+1
| | | | Approved by: jkh
* One whack at the idea of having "security profiles" which select thejkh2000-09-226-179/+231
| | | | | | | | 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.
* Remove the bogus check against "none" for release names (whichjkh2000-09-223-9/+11
| | | | | | | | | | really doesn't make any sense, what was I smoking) and allow the more canonical usage of "any" for either side of the comparison for release name or architecture (meaning you can also set CD_VERSION=any in a cdrom.inf file to cause sysinstall to always match it and likewise with the architecture, if specified). Sensibly suggested by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
* "zope language" --> "zope platform".sobomax2000-09-221-1/+1
| | | | Requested by: asami
* Add french and zope.asami2000-09-221-0/+2
|
* Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters.wpaul2000-09-201-0/+1
| | | | | | | | | | | | | | Previously, these cards were supported by the lnc driver (and they still are, but the pcn driver will claim them first), which is fine except the lnc driver runs them in 16-bit LANCE compatibility mode. The pcn driver runs these chips in 32-bit mode and uses the RX alignment feature to achieve zero-copy receive. (Which puts it in the same class as the xl, fxp and tl chipsets.) This driver is also MI, so it will work on the x86 and alpha platforms. (The lnc driver is still needed to support non-PCI cards. At some point, I'll need to newbusify it so that it too will me MI.) The Am79c978 HomePNA adapter is also supported.
* Simplify the ftp directory search code a little and eliminate a warning.jkh2000-09-191-6/+4
|
* Enable crypto by default with "canned" distributions (it can stilljkh2000-09-162-4/+6
| | | | be deselected or simply not chosen in a custom install).
* Remove unneded -lmytinfoache2000-09-161-2/+2
|
* Correct variable check for VAR_TRY_DHCP.jkh2000-09-151-1/+1
|
* Teach sysinstall about 'aac'.msmith2000-09-131-0/+1
|
* MFS: sync with -stable by removing the now-vestigal X_AS_PKG stuff.jkh2000-09-074-42/+0
|
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | configure FreeBSD so that various databases such as passwd and group can be looked up using flat files, NIS, or Hesiod. = Hesiod has been added to libc (see hesiod(3)). = A library routine for parsing nsswitch.conf and invoking callback functions as specified has been added to libc (see nsdispatch(3)). = The following C library functions have been modified to use nsdispatch: . getgrent, getgrnam, getgrgid . getpwent, getpwnam, getpwuid . getusershell . getaddrinfo . gethostbyname, gethostbyname2, gethostbyaddr . getnetbyname, getnetbyaddr . getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr = host.conf has been removed from src/etc. rc.network has been modified to warn that host.conf is no longer used at boot time. In addition, if there is a host.conf but no nsswitch.conf, the latter is created at boot time from the former. Obtained from: NetBSD
* Add ftp.no.freebsd.org.sheldonh2000-09-061-0/+2
| | | | | PR: 21068 Submitted by: Martin Eggen <martin@copyleft.no>
* enable sshd by default. This only effects *new* installs, sojkh2000-09-041-0/+1
| | | | upgraders will not receive any unpleasant surprises.
* set pccard insertion beep type in install floppy.sanpei2000-08-291-0/+9
| | | | | | | | | When we use PC-Card as install media, it is a patch to tell with beep about whether we were able to recognize it well. Reviewed by: jkh, imp Tested by: Kenji Yamada <kyamada@ISI.EDU>
* This allows you to script sysinstall to say "NO" to DHCP and IPv6.murray2000-08-281-2/+4
| | | | | | | | | Previously, you could only script these features if you said YES. Oops. Accidentally commited to releng_4 first. PR: 20334 Approved by: jkh
* Remove a stray backspace character.jwd2000-08-271-1/+1
| | | | Reviewed by: Eivind Eklund <eivind@FreeBSD.org>
* Correct the naming. The default server is ftp.fr and #1 is the same.roberto2000-08-221-3/+5
| | | | Add back ftp6.
* Reflect the name changes in fr.freebsd.org.roberto2000-08-221-2/+2
|
* Remove device type field - there are no block devices left.jkh2000-08-221-41/+32
|
* Add in the linux, tcl83, and tk83 ports categories.jhb2000-08-161-0/+3
| | | | | PR: bin/20328 Submitted by: obrien
* Add new 'ruby' ports category.jhb2000-08-161-0/+1
| | | | | PR: conf/20629 Submitted by: asami
* - Added support for installing boot0 and boot0.5 for PC-98.nyan2000-08-123-20/+120
| | | | - Cosmetic changes.
OpenPOWER on IntegriCloud