summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Make the selection of pccard IRQs fully selectable at installation time.jkh2000-08-121-45/+107
| | | | Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
* - add ftp6.fr.freebsd.orgroberto2000-08-081-2/+4
| | | | | | - correct URL for ftp4 and ftp5. Submitted by: Benjamin Bayart <bayartb@guinness.domicile.fr> (for ftp6)
* Fix HTTP port addresses for the IPv6 case.jkh2000-08-031-11/+13
| | | | Submitted by: pho and Hajimu UMEMOTO
* Add all the missing US keymaps.obrien2000-07-311-0/+5
|
* Don't offer the PC98 link kit or setup on non-i386 installs.obrien2000-07-311-0/+4
|
* Add hebrew.asami2000-07-311-0/+1
|
* Fix the HTTP transfer code to correctly parse the port number ifjkh2000-07-302-17/+18
| | | | | | specified. Submitted by: pho
* Change the defaults for portmap, sendmail and inetd to be not running them.eivind2000-07-281-0/+4
| | | | | | | | | | | | Make sysinstall override this on install, so the effective behavioural change for a newly installed system is null. Overall, this makes a system with an empty /etc/rc.conf not run any network services, and makes the FreeBSD-provided network services that are running visible in /etc/rc.conf (instead of making people look through /etc/defaults/rc.conf to find the things they need to disable to secure the system.) Reviewed by: jhb Discussed with: The usual cabal
* Fix an annoying bogon in the form of a missing tab when generating CD-ROMjhb2000-07-271-1/+1
| | | | | | mount points in /etc/fstab. Requested by: obrien
* Bump an upper limit test so the xterm termcap selection actually works.jhb2000-07-261-1/+1
|
* Don't give the DEC Alpha user the chance to install the X servers that areobrien2000-07-251-0/+6
| | | | non-existant on non-i386 platforms.
* Use a much saner method of locating the release directory on an FTP server.jhb2000-07-252-114/+133
| | | | | | | | | Now, if a release is specified, instead of just looking for a directory with the same name as the release, try several possible directories (each suffixed with the release name) relative to the base directory including ".", "releases/MACHINE", "snapshots/MACHINE", and each of those prefixed with "pub/FreeBSD/". This will allow us to remove the evil symlinks under pub/FreeBSD/releases/MACHINE/ to the snapshots on the ftp site.
* Restore the screen after possibly spamming it.jkh2000-07-251-0/+3
| | | | Reported by: Brian J. McGovern <mcgovern@spoon.beta.com>
* Remove outdated crypto comments.jkh2000-07-241-22/+0
|
* Terminate, with extreme prejudice, the USAResident hack whichjkh2000-07-245-86/+2
| | | | | | 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.
* Oops, the moused disable option is now 6 instead of 4. Catch the menu textjhb2000-07-231-1/+1
| | | | | | up to this. Submitted by: Valeriy E. Ushakov <uwe@ptc.spbu.ru>
* If ${BINDIR} is not present, create it before installing to it.jkh2000-07-211-1/+5
|
* Add a terminal entry for xterm; a lot of people are using xtermsjkh2000-07-214-3/+10
| | | | in the serial-installation of FreeBSD.
* Add in the second half of the Slovenian FTP mirror entry.jhb2000-07-211-0/+1
|
* Remove a menu item that looks funky.jkh2000-07-211-2/+0
| | | | No donut for: obrien
* Add slovenian FTP server to site list.jkh2000-07-211-1/+2
| | | | Requested by: Blaz Zupan <blaz@amis.net>
* Fix this so it compiles by adding a missing quote.jhb2000-07-201-1/+1
|
OpenPOWER on IntegriCloud