summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
Commit message (Collapse)AuthorAgeFilesLines
* Create a build-tools target for sysinstall and rtermcap. This is stillpeter2001-01-191-0/+2
| | | | | | | not right because rtermcap would be reading the *host* termcap, not from the termcap in the src tree. Besides, /usr/sbin/sysinstall (not the crunched one in /stand) should use the runtime termcap not the precompiled set.
* The example install.cfg now lives in /usr/src/usr.sbin/sysinstall.jhb2001-01-171-1/+1
|
* Look for help files in /usr/src/usr.sbin/sysinstall instead ofjhb2001-01-171-2/+2
| | | | /usr/src/release/sysinstall.
* - We live in /usr/sbin now, so don't set special veriables to build ajhb2001-01-171-14/+6
| | | | | | | | | static version that installs in /stand. Also, don't use an extra before-install target to create /stand. - Add missing $FreeBSD$. - Fix dependencies to handle keymap.h. (*) Submitted by: obrien (*)
* Backtrack a bit.. Put the dangerously dedicated option under apeter2001-01-151-1/+11
| | | | | | non-advertised option (F = "FreeBSD only"), and leave the A key with standard partitioning. It seems people still want a runtime backdoo to get to dangerously dedicated mode.
* Don't invite trouble by waving the 'Dangerously Dedicated' (DD) optionpeter2001-01-151-9/+2
| | | | | | | | | | at people. This has been sitting in my tree for a few months now. I have spoken with quite a few folks about this and the support for doing this was pretty strong. I dont remember names though, so I cannot share the blame :-(. Note that this does not *remove* DD mode, it just stops waving it at new users. You can still set it via config files etc, and the bootblocks and kernel still support it. You can still use disklabel to make true DD disks.
* Add the us.pc-ctrl and us.unix keymaps.obrien2001-01-111-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-271-67/+102
|
* Fix an informational message a little and properly check status of a yes/nojkh2000-12-162-8/+6
| | | | question which I bollicked up in my previous commit.
* Add better IP, netmask and gateway checks.eivind2000-12-141-14/+92
| | | | | | | | - IP addresses are verified as being correct dotted quad format. - Netmasks are verified as being in correct dotted quad or 0x* format, and being consecutive 1 bits followed by consecutive 0 bits. - The gateway is verified as being correct dotted quad format and being reachable through the configured IP address and netmask.
* Adapt sysinstall to use the new msgNoYes() function which assumesjkh2000-12-149-24/+47
| | | | | | 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 :).
* Moved the snc driver position before the sn driver.nyan2000-12-091-1/+3
| | | | Submitted by: Tomokazu HARADA <tkhara@osk4.3web.ne.jp>
* Fix bug where minimal dist selection didn't check off the rightjkh2000-12-071-1/+1
| | | | | | menu item. Noticed by: Dan "Sheepdip" Langille <dan@freebsddiary.org>
* Enable the same path deduction as for ftp install (great for snapshot tests)jkh2000-12-062-19/+60
| | | | | | | Allow user to change proxy server Allow user to change ftp path Submitted by: pho
* Wait DAD complete after ifconfig up.ume2000-12-041-1/+7
|
* Lose an extra paragraph break.dannyboy2000-11-291-4/+0
| | | | | PR: 23179 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Filename of install help file is "INSTALL.TXT", not "install.hlp".hosokawa2000-11-271-6/+6
| | | | Typing [F1] did not popup install help file window on main menu, and so on.
* Fix a layout problem (.It Li -> .Fx)ben2000-11-241-2/+4
| | | | | PR: 23055 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Remove extra ")".kuriyama2000-11-231-1/+1
|
* Finish the job of conditionalizing the PC98 stuff.jkh2000-11-221-3/+3
|
* Update source description to note that everything is now included.jkh2000-11-211-1/+1
| | | | Submitted by: Chris Faulhaber <jedgar@fxp.org>
* finish conditionalizing the PC98 specific options off the PC98jkh2000-11-201-4/+6
| | | | compilation variable.
* Really turn off srcs for upgrades.jkh2000-11-141-0/+1
|
* Replace GNOME + Afterstep choice with GNOME + sawfish. This is a morejkh2000-11-142-4/+4
| | | | popular configuration now.
* Minimal distribution now gets cropto binaries.kuriyama2000-11-111-1/+3
| | | | | | This can avoid waring about "no sshd" at booting after installation. Approved by: jkh
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-8/+6
|
* Make numeric shortcut key behaving correctly in "Installation Media" menu.kuriyama2000-11-101-7/+7
| | | | Approved by: jkh
* Set BATCH and PACKAGE_BUILDING to environment before exec()ing pkg_addjkh2000-11-101-0/+5
| | | | | | in order to suppress onwonted package interaction. Submitted by: steve
* 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>
OpenPOWER on IntegriCloud