aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall
Commit message (Collapse)AuthorAgeFilesLines
* Sysinstall has been repocopied to src/usr.sbin/sysinstall and everythingJohn Baldwin2001-01-1767-20733/+0
| | | | | | | now uses the sources found there. Notes: svn path=/head/; revision=71150
* Backtrack a bit.. Put the dangerously dedicated option under aPeter Wemm2001-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. Notes: svn path=/head/; revision=71054
* Don't invite trouble by waving the 'Dangerously Dedicated' (DD) optionPeter Wemm2001-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. Notes: svn path=/head/; revision=71051
* Add the us.pc-ctrl and us.unix keymaps.David E. O'Brien2001-01-111-1/+1
| | | | Notes: svn path=/head/; revision=70938
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-67/+102
| | | | Notes: svn path=/head/; revision=70399
* Fix an informational message a little and properly check status of a yes/noJordan K. Hubbard2000-12-162-8/+6
| | | | | | | question which I bollicked up in my previous commit. Notes: svn path=/head/; revision=70093
* Add better IP, netmask and gateway checks.Eivind Eklund2000-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. Notes: svn path=/head/; revision=70023
* Adapt sysinstall to use the new msgNoYes() function which assumesJordan K. Hubbard2000-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 :). Notes: svn path=/head/; revision=70005
* Moved the snc driver position before the sn driver.Yoshihiro Takahashi2000-12-091-1/+3
| | | | | | | Submitted by: Tomokazu HARADA <tkhara@osk4.3web.ne.jp> Notes: svn path=/head/; revision=69791
* Fix bug where minimal dist selection didn't check off the rightJordan K. Hubbard2000-12-071-1/+1
| | | | | | | | | menu item. Noticed by: Dan "Sheepdip" Langille <dan@freebsddiary.org> Notes: svn path=/head/; revision=69717
* Enable the same path deduction as for ftp install (great for snapshot tests)Jordan K. Hubbard2000-12-062-19/+60
| | | | | | | | | | Allow user to change proxy server Allow user to change ftp path Submitted by: pho Notes: svn path=/head/; revision=69647
* Wait DAD complete after ifconfig up.Hajimu UMEMOTO2000-12-041-1/+7
| | | | Notes: svn path=/head/; revision=69576
* Lose an extra paragraph break.Daniel Harris2000-11-291-4/+0
| | | | | | | | PR: 23179 Submitted by: Jimmy Olgeni <olgeni@uli.it> Notes: svn path=/head/; revision=69373
* Filename of install help file is "INSTALL.TXT", not "install.hlp".Tatsumi Hosokawa2000-11-271-6/+6
| | | | | | | Typing [F1] did not popup install help file window on main menu, and so on. Notes: svn path=/head/; revision=69270
* Fix a layout problem (.It Li -> .Fx)Ben Smithurst2000-11-241-2/+4
| | | | | | | | PR: 23055 Submitted by: Jimmy Olgeni <olgeni@uli.it> Notes: svn path=/head/; revision=69117
* Remove extra ")".Jun Kuriyama2000-11-231-1/+1
| | | | Notes: svn path=/head/; revision=69076
* Finish the job of conditionalizing the PC98 stuff.Jordan K. Hubbard2000-11-221-3/+3
| | | | Notes: svn path=/head/; revision=69064
* Update source description to note that everything is now included.Jordan K. Hubbard2000-11-211-1/+1
| | | | | | | Submitted by: Chris Faulhaber <jedgar@fxp.org> Notes: svn path=/head/; revision=68982
* finish conditionalizing the PC98 specific options off the PC98Jordan K. Hubbard2000-11-201-4/+6
| | | | | | | compilation variable. Notes: svn path=/head/; revision=68964
* Really turn off srcs for upgrades.Jordan K. Hubbard2000-11-141-0/+1
| | | | Notes: svn path=/head/; revision=68730
* Replace GNOME + Afterstep choice with GNOME + sawfish. This is a moreJordan K. Hubbard2000-11-142-4/+4
| | | | | | | popular configuration now. Notes: svn path=/head/; revision=68693
* Minimal distribution now gets cropto binaries.Jun Kuriyama2000-11-111-1/+3
| | | | | | | | | This can avoid waring about "no sshd" at booting after installation. Approved by: jkh Notes: svn path=/head/; revision=68599
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-8/+6
| | | | Notes: svn path=/head/; revision=68575
* Make numeric shortcut key behaving correctly in "Installation Media" menu.Jun Kuriyama2000-11-101-7/+7
| | | | | | | Approved by: jkh Notes: svn path=/head/; revision=68553
* Set BATCH and PACKAGE_BUILDING to environment before exec()ing pkg_addJordan K. Hubbard2000-11-101-0/+5
| | | | | | | | | in order to suppress onwonted package interaction. Submitted by: steve Notes: svn path=/head/; revision=68552
* For High security profile, set securelevel to 1 to protect /dev/*memJordan K. Hubbard2000-11-071-0/+2
| | | | | | | | | and mounted disks, among other things. Requested by: kirk Notes: svn path=/head/; revision=68459
* This file has not been used for long time.Tatsumi Hosokawa2000-11-071-140/+0
| | | | Notes: svn path=/head/; revision=68439
* Added Intel Gigabit Ethernet card to device menu.Tatsumi Hosokawa2000-11-071-0/+1
| | | | Notes: svn path=/head/; revision=68430
* release/sysinstall/lndir.c has not been used, but statically linkedTatsumi Hosokawa2000-11-063-222/+1
| | | | | | | to sysinstall for long time. Remove it. Notes: svn path=/head/; revision=68385
* Back out change to prepend /sbin:/bin to $PATH, just overwrite $PATHDon Lewis2000-11-051-0/+2
| | | | | | | | | | with these in the normal case. Set MAKEDEVPATH in sysinstall to include the /mnt2 stuff before starting the fixit shell. Notes: svn path=/head/; revision=68365
* Update ports count to "over 4000"Jordan K. Hubbard2000-11-031-1/+1
| | | | Notes: svn path=/head/; revision=68281
* Moved driver modules for some PCI NICs and PCCARD-only NICs to mfsroot.flp.Tatsumi Hosokawa2000-10-314-2/+99
| | | | | | | | | http://people.freebsd.org/~hosokawa/driver-floppy/ for details. Reviewed by: current@FreeBSD.org Notes: svn path=/head/; revision=68048
* Changes have been made to support a concept of VAR_FIXIT_TTY beingJordan K. Hubbard2000-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 Notes: svn path=/head/; revision=68012
* Add the ATA RAID device 'ar'.Søren Schmidt2000-10-291-0/+1
| | | | Notes: svn path=/head/; revision=67872
* Teach sysinstall how to restart itself on Ctrl-C (as an addition to its oldEivind Eklund2000-10-293-4/+54
| | | | | | | | | tricks of rebooting and continuing where it was.) Reviewed by: jkh, jhb Notes: svn path=/head/; revision=67862
* add PC-Card melody beep(PC Card bus, kludge version)MIHIRA Sanpei Yoshiro2000-10-281-1/+1
| | | | | | | Original idea from: PAO3 Notes: svn path=/head/; revision=67793
* More explicitly set crypto bits.Jordan K. Hubbard2000-10-262-9/+18
| | | | | | | Partially submitted by: Jeff Kletsky <jeff@spotlife.com> Notes: svn path=/head/; revision=67621
* Shorten the labels in the keymap menu so it fits smaller screens.Jordan K. Hubbard2000-10-261-9/+9
| | | | | | | Submitted by: pho Notes: svn path=/head/; revision=67613
* Trim right column messages to display correctly in 80-column terminal.Jun Kuriyama2000-10-251-5/+5
| | | | | | | Reviewed by: jkh Notes: svn path=/head/; revision=67565
* Popup IPv6 dialog, again.Hajimu UMEMOTO2000-10-211-1/+1
| | | | Notes: svn path=/head/; revision=67418
* Add another security configuration profile, call it "high" andJordan K. Hubbard2000-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> Notes: svn path=/head/; revision=67124
* Fix bug in ``the selection of pccard IRQs fully selectable''MIHIRA Sanpei Yoshiro2000-10-131-2/+2
| | | | | | | | | | | in rev.1.12. card_irq is local variable, not global variable (variable_set2 and variable_get) Reviewed by: jkh Notes: svn path=/head/; revision=67056
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-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. Notes: svn path=/head/; revision=66834
* PR: 21729Murray Stokely2000-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. Notes: svn path=/head/; revision=66702
* If user selects no distributions at all, assume "User" asJordan K. Hubbard2000-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> Notes: svn path=/head/; revision=66685
* Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02RYoshihiro Takahashi2000-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 Notes: svn path=/head/; revision=66550
* Adjust for new location and name of kernel.Jordan K. Hubbard2000-09-291-33/+17
| | | | | | | | PR: 21423 Reported by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> Notes: svn path=/head/; revision=66444
* Fix specification for ftp5.fr.freebsd.orgJordan K. Hubbard2000-09-271-1/+1
| | | | | | | Reported by: Jean-Claude Christophe <jch@oleane.net> Notes: svn path=/head/; revision=66410
* Fix the http proxy fetch code.Jordan K. Hubbard2000-09-253-14/+39
| | | | | | | | Submitted by: Philipp Mergenthaler <p@i609.hadiko.de> PR: 21449 Notes: svn path=/head/; revision=66369
* Fix a small bogon with a boolean yes/no question check.Jordan K. Hubbard2000-09-251-2/+2
| | | | Notes: svn path=/head/; revision=66337