summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/help
Commit message (Collapse)AuthorAgeFilesLines
* If you don't create a /usr filesystem, / will need 200MB.kuriyama2003-01-131-1/+1
|
* Update ROOT_MIN_SIZE for i386 to 118MB (and other ROOT_*_SIZE).kuriyama2002-12-151-1/+1
|
* Reformulate how sysinstall handles file system options in the labelrwatson2002-12-031-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | editor, in order to support specifying UFS2 as a newfs option. (1) Support three different newfs types: NEWFS_UFS, NEWFS_MSDOS, and NEWFS_CUSTOM. Don't mix up the arguments to them: you can't use soft updates on an msdos file system. (2) Distinguish adding new arguments to the newfs command line from replacing it. Permit the addition of new arguments by the user for NEWFS_UFS. If we entirely replace the command line provided by sysinstall, call it NEWFS_CUSTOM. 'N' will now add additional arguments; 'Z' will opt to replace the newfs command line entirely, but will prompt the user with their current command line as a starting point. (3) Construct the newfs command line dynamically based on the options provided by the user at label-time. Right now, this means selecting UFS1 vs. UFS2, and the soft updates flag. Drop in some variables to support ACLs and MAC Multilabel in the future also, but don't expose them now. This provides sysinstall with the ability to do more "in band" editing of the newfs command line, so we can provide more support for the user, but doesn't sacrifice the ability to entirely specify the newfs command line of the user is willing to give up on the cushiness factor. It also makes it easier for us to specify defaults in the future, and define conditional behavior based on user configuration selections. For now, we default to UFS1, and permit UFS2 to be used as the root only on non-i386 systems. While I was there, I dropped the default fragment and block sizes, since newfs has much more sensible defaults now. Reviewed by: jhb, marcel Approved by: re ia64 bits from: marcel
* o Expand the text describing the Security options menu.rwatson2001-12-211-6/+0
| | | | | | | | | | | | | | | | o Move nfs_reserved_port_only out of security profiles (where it was set somewhat improperly) to the Security options menu directly. Previously, the variable was set to true for Moderate, but not for Extreme, which is at best inconsistent. o Update the Security Profiles help file to remove reference to the NFS reserved port. o Note that the kernel currently defaults the sysctl to '0', but sysinstall has changed it to '1' as a default as of late; however, rc.conf sets the value to NO as the default. This change brings them relatively into sync. Sponsored by: DARPA, NAI Labs
* Attempt to make key behavior more clear.eric2001-08-311-5/+2
|
* o Reduce the number of offered security profiles, as we now have a morerwatson2001-08-101-13/+8
| | | | | | | | | | | | | | | | | conservative default, and actually prompt specifically for inetd rather than handling it as a side effect of the security profile. Update the help file to reflect this change. o Rename "Fascist" to "Extreme" in the source code, to match the names presented to the user. o Remove portmap and inetd from profile management. Portmap is now disabled by default, but automatically turned on if a feature requires it (such as NFS, etc). This is an MFC candidate for 4.4-RELEASE. Reviewed by: freebsd-arch@FreeBSD.org Approved by: re@FreeBSD.org MFC after: 2 days
* Fix the default number of virtual consoles in the usage.hlp file: thereolgeni2001-06-041-1/+1
| | | | | | were 3 virtual consoles in older releases, but now they are 8. MFC after: 1 week
* Switch from lynx to "links" as the default doc browser.jkh2001-03-233-8/+9
| | | | Submitted by: jim
* Document the HTTP proxy install method.murray2001-03-141-7/+10
| | | | PR: 21451
* Document (with warnings) the otherwise undocumented `F' command.jkh2001-03-131-0/+6
|
* Update to use proper nomenclature for the security profiles.jkh2001-03-111-1/+1
| | | | Submitted by: olgeni
* Document the softupdate stuff and also warn people against usingjkh2001-03-111-0/+17
| | | | it on root unless root is very large.
* Fix some of the security profile messages to be more explanatoryjkh2001-03-081-0/+21
| | | | | | | and also obey most of the rules of english in their construction. Add a help screen for the security menu which gives the user a rough idea just what the various security profiles do.
* Remove outdated crypto comments.jkh2000-07-241-22/+0
|
* Update to match current reality (not that anyone reads these anyway :)jkh2000-03-181-11/+12
|
* Update the CDROM section to reflect our current support.asmodai2000-02-061-4/+2
| | | | | | | | | | Applied modified patch, since ATA/ATAPI is the keyword nowadays. PR: 16507 Submitted by: Dan Papasian <bugg@bugg.strangled.net> No need for an OK since we can exercise our divine rights as docpersons according to: jkh
* configSamba is gone, and is not coming back.dcs1999-12-231-1/+0
|
* configApache does not exist anymore.dcs1999-12-201-1/+0
| | | | | PR: 9582 Submitted by: Stephan Lagerholm <istephan@unilog.se>
* Change the wrong URL of back-issue FreeBSD newsletter.foxfair1999-07-141-1/+1
|
* Add CHAP/PAP question to the ppp setup dialog, simplifying things considerablyjkh1999-05-191-7/+9
| | | | | | for some. Submitted by: Jack O'Neill <jack@germanium.xtalwind.net>
* revert premature DHCP commitjkh1999-05-061-4/+3
|
* Fix includes; I had a slightly different Makefile than everyone elsejkh1999-05-061-4/+5
| | | | | | which is why I didn't see this. :) Noted by: Maxim Sobolev <sobomax@altavista.net>
* Merge some doc updates which got only into the 3.0 branch during the lastjkh1999-03-104-37/+12
| | | | release cycle.
* Show dependencies in package menu.jkh1999-02-021-1/+1
| | | | | PR: 7454 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
* Doc fixes for CAM devices. If I ever truly understand the logic behindjkh1998-11-212-16/+16
| | | | this name change, I'll be a happy man.
* Add references to ATM cards (Mike Spengler <mks@networkcs.com>) andjkh1998-10-151-12/+3
| | | | remove all tabs.
* MF22: Important fixes for loading XFree86 distributions I forgot tojkh1998-09-231-1/+1
| | | | | merge after 2.2.7 (I was wondering why that bug looked so familiar!). Also update some docs accordingly.
* Sync documentation with 2.2 updates.jkh1998-05-246-15/+12
|
* Note usage of Linux PLIP peer.jkh1998-04-201-0/+4
|
* MF22: various doc bogons noticed.jkh1998-03-063-5/+12
|
* Another sysconfig -> rc.conf fix.steve1997-12-271-1/+1
| | | | | PR: 5374 Submitted by: Studded <Studded@dal.net>
* MFS.obrien1997-11-051-4/+4
|
* Document 100Mbit media selection flag.jkh1997-10-201-0/+1
|
* Fix various bogons reported in this PR.jkh1997-10-153-3/+3
| | | | | PR: 4765 Submitted by: fdiv
* Update to reflect current affairs.jkh1997-10-121-5/+6
|
* Correct typo.jkh1997-09-181-1/+1
|
* XFree86 3.3.1 updatesjkh1997-09-142-9/+6
| | | | Document new media flag in lieu of links.
* YAMF22jkh1997-03-192-10/+3
|
* Add registration help screen.jkh1997-03-091-0/+82
|
* YAMF22jkh1997-03-081-7/+70
|
* Add a missing docfile (whoops! Overlooked).jkh1997-03-081-0/+19
|
* YAMF22jkh1997-03-081-3/+4
|
* YAMF22jkh1997-03-073-13/+23
|
* This is a patch that makes some of the "partitions" --> "slice" to bejkh1997-01-241-16/+16
| | | | | | | more consistant in our use of the terms for differentiation between PC partitions and traditional BSD partitions. Submitted-By: obrien@cs.ucdavis.edu (David O'Brien)
* Fix some spelling errors.mpp1996-12-2610-19/+19
| | | | | Jordan, I'll let you merge this into 2.2o that I don't stomp on you.
* make note of which /etc files need upgrading in installUpgrade ratherjkh1996-12-153-60/+51
| | | | than asking the user to keep track of the list himself.
* Fix some very minor cosmetic cruft I couldn't help tweaking whenjkh1996-12-141-0/+2
| | | | | | | | | I went over the code. Add shortcuts for addUser and addGroup, documenting same. Add a password field for adduser and use no-echo string field for it. This requires my latest libdialog changes (in RELENG_2_2 or -current) to work.
* Update these docs to more closely reflect reality.jkh1996-12-122-27/+6
|
* Update to benefit from David's recent changes to pw(8). The mostjoerg1996-12-101-0/+5
| | | | | | | | obvious effects are that most of the automagically chosen defaults will now be displayed while going through the menu, and an improved error handling thanks to the more detailed error status reporting. 2.2 fodder, but i'll leave it to Jordan's review.
* Add Joerg's user management screen for David Nugent's pw(8) program, somethingjkh1996-12-091-0/+91
| | | | | | | | | which will also need to be brought in before this screen will work. Add some commentary about how the slip startup code is bogus. Steal Joerg's loop for more properly closing all files and graft it into the EHS startup. My loop was functional but more bogus.
OpenPOWER on IntegriCloud