summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* - Clarify some of the text in sysinstall in regards to the cryto bits.jhb2000-07-202-13/+13
| | | | | | - Note that we are up to about 3600 ports now rather than about 3000 ports. Submitted by: kris
* Add ftp.freebsd.org Snapshots to the list of servers.obrien2000-07-191-0/+2
|
* Allow the Fix-it functionality to detect that we are on a serial console,obrien2000-07-183-6/+53
| | | | | | | | 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
* Add ftp4.tw.FreeBSD.org.jhb2000-07-141-0/+2
| | | | Submitted by: nik
* IPv6 support.ume2000-07-1410-97/+234
| | | | | | | | | | | 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
* Ugh. Back out local changes that crept in with my last commit. :(jhb2000-07-142-2/+0
|
* MFS: (yes, from -stable) Note that current.FreeBSD.org is a 5.0 snap serverjhb2000-07-143-3/+5
| | | | now, and replace the releng3 3.0 snap entry with releng4.
* - Support MBR boot loaders that are larger than one sector size.jhb2000-07-123-27/+33
| | | | - Axe the 1024 cylinder checks as they are no longer relevant.
* Replace phk's commit with code from my local tree which I happenjkh2000-07-051-1/+3
| | | | to like better (it's commented and easier to read).
* Ignore all md disks, installing on them would be particularly pointless.phk2000-07-041-2/+6
| | | | Its not fatal to find hardware we don't know.
* Add ftp4.fr.freebsd.org (aka altair.worldonline.fr) and ftp5.fr.freebsd.orgroberto2000-07-021-0/+4
| | | | | | (aka ns1.bsdfr.org) Strong MFC 4.1 candidate.
* Tiny manual correction; add mention of Kerberos 5.markm2000-06-251-0/+2
|
* - Remove obsolete PC-card boot.flp hack. It was for making both PC-cardnyan2000-06-059-23/+176
| | | | | | | | | | | | | | 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
* Specify a trigger address of 0.0.0.0 here so that we can sucessfullybrian2000-06-051-1/+1
| | | | | | | negotiate with broken ppp implementations that won't supply an IP number unless we suggest 0.0.0.0 Noted by: Andrew Parry <andrew.parry@db.com>
* Update the australian NTP server entry.jkh2000-05-311-1/+1
| | | | Submitted by: Peter Matthews <peter@netwise.com.au>
* Finish the /dev/rXXX removal job. With the libdisk fixes, this shouldmsmith2000-05-312-4/+4
| | | | actually work again.
* Add the 'Z' key to the slice editor. Hitting it toggles the units theobrien2000-05-261-9/+34
| | | | | | sizes are displayed in. Ok'ed by: murray
* Remove all of the block devices, correct major numbers to point to themsmith2000-05-251-21/+13
| | | | | corresponding character devices. This is (currently) untested, but should be correct.
* Teach sysinstall about 'twe' disks. Note that this is currentlymsmith2000-05-251-0/+1
| | | | | untested, and with the current state of flux surrounding the death of bdevs other things here may need to change.
* Add an option to select the Fix-it tty. The current behavior is utterlyobrien2000-05-163-9/+41
| | | | *useless* on serial consoled machines.
* Add support for USB to sysinstall. This includes running usbd andjhb2000-05-125-3/+53
| | | | | | 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.
* Fixed small bug introduced in my last commit.murray2000-05-111-1/+4
| | | | Approved by: jkh
* Correct typo in description string: `CANNOT' -> `CAN'.jkoshy2000-04-261-1/+1
| | | | | PR: docs/18177 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
* Installing via an HTTP proxy should not attempt to resolve themurray2000-04-101-1/+5
| | | | | | | | hostname of the FTP server; that is the proxy's job. This temporarily deletes the nameserver variable before calling mediaSetFTP. PR: 17371 Approved by: jkh
* More error checking and idiot-proofing for the user editor.murray2000-04-081-2/+16
| | | | | PR: 14318 Approved by: jkh
* PR: 17559murray2000-04-083-2/+23
| | | | | | | | 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.
* Fixed minor annoyance with sysinstall being redundant / braindead inmurray2000-04-061-1/+3
| | | | | | the network -> interfaces menu. Approved by: jkh
* Refresh the aout ldconfig info so things like compat22 when installed canbillf2000-03-311-0/+5
| | | | | | | | | | | be detected by netscape and such. PR: bin/17659 Submitted by: Murray Stokelay <murray@cdrom.com> Approved by: jkh jkh made updates that conflict with the submitters patch, so I updated accordingly, any mistakes are mine, not the submitters.
* Search for the proper hints file in an ELF world.jkh2000-03-301-1/+1
|
* Add #includes for sysctlbyname() to quiet a warning.jhb2000-03-251-0/+2
|
* Update sysinstall to use struct uc_device instead of struct isa_devicejhb2000-03-242-6/+5
| | | | | | for generating /boot/kernel.conf. Since this structure is shared, move its definition out to a header file, just as struct isa_device was defined in a header file. This fixes the sysinstall breakage in -current.
* Sigh, it would have been nice but I just can't make the rsarefjkh2000-03-181-0/+2
| | | | | hack work until we figure out some better way of handling package interaction.
* We still need a hack for rsaref package; add it. This doesn'tjkh2000-03-182-2/+13
| | | | affect CDs since they don't contain the rsaref package anyway.
* Sigh, when the DIST_LOCAL thing was added, it unfortunately wasn't addedjkh2000-03-181-1/+1
| | | | | completely. Take out another gratuitous warning which is omitted when All is selected and local dist does not exist.
* Update to match current reality (not that anyone reads these anyway :)jkh2000-03-181-11/+12
|
* Make the "can't find an rsafoo package" messages more informative.jkh2000-03-181-4/+10
|
* Update the australian ntp server, the old one is no longercpiazza2000-03-181-2/+2
| | | | | | | available. PR: 17448 Submitted by: Chris Knight <chris@aims.com.au>
* Remove PkgInteractive hack - it won't work like this.jkh2000-03-124-7/+1
|
* Do the right thing with USA_RESIDENTjkh2000-03-102-5/+5
|
* s/chose/choose/ in all the relevant places.jkh2000-03-102-4/+4
| | | | Noticed by: John Reynolds <jjreynold@home.com>
* Add Compaq Arraysjlemon2000-03-081-0/+2
|
* Fix inexplicable crypto->des reversion.jkh2000-03-081-1/+1
|
* Whoops - really make the "fix" I did to the dmenuToggleVariable logicjkh2000-03-081-2/+8
| | | | work.
OpenPOWER on IntegriCloud