summaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/help
Commit message (Collapse)AuthorAgeFilesLines
* MFS9->8 r248313: Add support for installation directly via HTTP.Devin Teske2013-03-181-0/+8
| | | | | | | | | Submitted by: Rick Miller <vmiller@hostileadmin.com> Reviewed by: jkh Approved by: re, jpaetzel Notes: svn path=/stable/8/; revision=248452
* MFS 9->8 r247241:Devin Teske2013-03-031-11/+2
| | | | | | | | | | | | | Oops, r186202 (over 4 years ago) forgot to remove Tape from the F1 Help file. Direct commit to stable/9 (no sysinstall in head). MFS 9->8 r247242: Oops, r215291 (over 2 years ago) forgot to remove mention of "medium" from the F1 Help file. Direct commit to stable/9 (no sysinstall in head). Notes: svn path=/stable/8/; revision=247690
* MFS 9->8 r245438:Devin Teske2013-03-031-6/+0
| | | | | | | Oops, r186202 (4 years ago) forgot to remove Tape from the F1 Help file. Notes: svn path=/stable/8/; revision=247689
* MFC r215286:Rebecca Cran2010-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Connect to ftp2.tr.freebsd.org when the Turkey #2 mirror is selected. PR: bin/128587 Submitted by: Mehmet Kose <mehmet.kose at gmail.com> MFC r215287: "Web" should not be all upper-case because it's not an acronym. PR: bin/130366 Submitted by: Royce Williams <royce at alaska.net> MFC r215290: ntpdate(8) hosts are now configured in rc.conf via ntpdate_hosts. PR: bin/148350 Submitted by: Joel FAEDI <joel.faedi at gmail.com> MFC r215291: Remove support for cpioVerbose=medium because bsdcpio doesn't support the "-V" flag. PR: bin/151821 Submitted by: Devin Teske <dteske at vicor.com> MFC r215296: Fix use of CD_VERSION=any in cdrom.inf by calling strcmp instead of variable_cmp. PR: bin/142960 Submitted by: G. Paul Ziemba <p-fbsd-bugs at ziemba.us> Notes: svn path=/stable/8/; revision=215631
* MFC r210641: Fix a couple of typos.Ulrich Spörlein2010-08-061-1/+1
| | | | | | | | PR: docs/148891 Submitted by: olgeni Notes: svn path=/stable/8/; revision=210919
* Change the name displayed in sysinstall(8) from 'Wizard Mode'Edward Tomasz Napierala2009-07-251-1/+1
| | | | | | | | | | to 'Expert Mode', to make it less confusing to new users, to whom a 'wizard' is a set of simple dialogs with the 'next >>>' button. Approved by: re (kensmith) Notes: svn path=/head/; revision=195863
* Correct a typo (which you can use to in order -> which you can use in orderXin LI2009-06-251-1/+1
| | | | | | | | | | | to). PR: bin/136040 Submitted by: "Vikentii L. Karabin" <kvl tomsksoft com> MFC after: 1 weeks Notes: svn path=/head/; revision=195012
* Fix a number of documentation-lags-behind-reality bugs in sysinstall(8).Philip Paeps2007-06-257-36/+38
| | | | | | | | | | While here, fix a couple of comments too. Submitted by: Oliver Fromme <olli -at- lurza.secnetix.de> Approved by: re (kensmith) Notes: svn path=/head/; revision=171027
* Another update for reality: "dangerously dedicated" mode is nowCeri Davies2006-02-061-24/+22
| | | | | | | | | | achieved by hitting 'F', which is no longer undocumented. PR: bin/92533 Submitted by: Rudolf Cejka <cejkar at fit.vutbr dot cz> Notes: svn path=/head/; revision=155367
* Bring these files somewhat into the present.Ceri Davies2006-02-0512-140/+123
| | | | | | | | | | Perform some rewording while here. Remove register.hlp, since the code that deals with it was removed nearly 7 years ago. Notes: svn path=/head/; revision=155346
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-061-7/+0
| | | | | | | | | | | | | of releases. The -DNOCRYPT build option still exists for anyone who really wants to build non-cryptographic binaries, but the "crypto" release distribution is now part of "base", and anyone installing from a release will get cryptographic binaries. Approved by: re (scottl), markm Discussed on: freebsd-current, in late April 2004 Notes: svn path=/head/; revision=133196
* Re-linewrap help file on securelevels in sysinstall: sysinstall isRobert Watson2003-12-161-19/+21
| | | | | | | | | | | mostly used on 80x25 displays, and the actual window is about ten characters narrower than that, resulting in the need for horizontal scrolling. No functional change. RELENG_5_2 candidate. Notes: svn path=/head/; revision=123576
* Add a Securelevel sub-menu to the Security configuration menu,Robert Watson2003-11-291-0/+36
| | | | | | | | | | | | | | | | permitting the administrator to select a securelevel top operate at. Include a helpfile summarizing some of the information from init(8). This allows for explicit configuration of securelevels, which was previously implicit in Security Profile selection. Currently, there are no checkboxes for the active securelevel, because sysinstall's facilities for deriving "current settings" from rc.conf may use only one variable, not two, and I opted for the simplest approach at this point. Approved by: re (scottl) Notes: svn path=/head/; revision=123053
* Remove security profiles from sysinstall. Currently, security profileRobert Watson2003-11-281-10/+0
| | | | | | | | | | | | | | | | | | | | selection is used to drive two configuration parameters: (1) Default enable/disable for sshd (2) Default enable/disable for securelevels Replace this with an explicit choice to enable/disable sshd. A follow-up commit will add a configuration option to the Security post-install configuration menu to set the securelevel in rc.conf explicitly. This should reduce the level of foot-shooting associated with accidental enabling of securelevels, make the nature and implications of the securelevel configuration options more explicit, as well as make the choice to enable/disable sshd more explicit. Approved by: re (scottl) Notes: svn path=/head/; revision=123032
* Don't use UFS2 by default during the install process on PC98, as theRobert Watson2003-04-211-11/+14
| | | | | | | | | | | | | | PC98 boot blocks don't support UFS2. We keep newfs(8) defaulting to UFS2. Warn users that FreeBSD can only boot from a root file system smaller than 1.5TB; hopefully this will get fixed by the patches currently floating around on -CURRENT. Reviewed by: nyan Notes: svn path=/head/; revision=113826
* Throw the switch--change to UFS2 as our default file system format forRobert Watson2003-04-201-10/+14
| | | | | | | | | | | | | | | | | | | | | | | FreeBSD 5.1-RELEASE and later: - newfs(8) will now create UFS2 file systems unless UFS1 is specifically requested (-O1). To do this, I just twiddled the Oflag default. - sysinstall(8) will now select UFS2 as the default layout for new file systems unless specifically requested (use '1' and '2' to change the file system layout in the disk labeler). To do this, I inverted the ufs2 flag into a ufs1 flag, since ufs2 is now the default and ufs1 is the edge case. There's a slight semantic change in the key behavior: '2' no longer toggles, it changes the selection to UFS2. This is very similar to a patch David O'Brien sent me at one point, and that I couldn't find. Approved by: re (telecon) Reviewed by: mckusick, phk, bmah Notes: svn path=/head/; revision=113751
* If you don't create a /usr filesystem, / will need 200MB.Jun Kuriyama2003-01-131-1/+1
| | | | Notes: svn path=/head/; revision=109200
* Update ROOT_MIN_SIZE for i386 to 118MB (and other ROOT_*_SIZE).Jun Kuriyama2002-12-151-1/+1
| | | | Notes: svn path=/head/; revision=107902
* Reformulate how sysinstall handles file system options in the labelRobert Watson2002-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 Notes: svn path=/head/; revision=107565
* o Expand the text describing the Security options menu.Robert Watson2001-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 Notes: svn path=/head/; revision=88363
* Attempt to make key behavior more clear.Eric Melville2001-08-311-5/+2
| | | | Notes: svn path=/head/; revision=82627
* o Reduce the number of offered security profiles, as we now have a moreRobert Watson2001-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 Notes: svn path=/head/; revision=81507
* Fix the default number of virtual consoles in the usage.hlp file: thereJimmy Olgeni2001-06-041-1/+1
| | | | | | | | | were 3 virtual consoles in older releases, but now they are 8. MFC after: 1 week Notes: svn path=/head/; revision=77703
* Switch from lynx to "links" as the default doc browser.Jordan K. Hubbard2001-03-233-8/+9
| | | | | | | Submitted by: jim Notes: svn path=/head/; revision=74672
* Document the HTTP proxy install method.Murray Stokely2001-03-141-7/+10
| | | | | | | PR: 21451 Notes: svn path=/head/; revision=74245
* Document (with warnings) the otherwise undocumented `F' command.Jordan K. Hubbard2001-03-131-0/+6
| | | | Notes: svn path=/head/; revision=74203
* Update to use proper nomenclature for the security profiles.Jordan K. Hubbard2001-03-111-1/+1
| | | | | | | Submitted by: olgeni Notes: svn path=/head/; revision=74121
* Document the softupdate stuff and also warn people against usingJordan K. Hubbard2001-03-111-0/+17
| | | | | | | it on root unless root is very large. Notes: svn path=/head/; revision=74092
* Fix some of the security profile messages to be more explanatoryJordan K. Hubbard2001-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. Notes: svn path=/head/; revision=73987
* Remove outdated crypto comments.Jordan K. Hubbard2000-07-241-22/+0
| | | | Notes: svn path=/head/; revision=63807
* Update to match current reality (not that anyone reads these anyway :)Jordan K. Hubbard2000-03-181-11/+12
| | | | Notes: svn path=/head/; revision=58219
* Update the CDROM section to reflect our current support.Jeroen Ruigrok van der Werven2000-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 Notes: svn path=/head/; revision=57008
* configSamba is gone, and is not coming back.Daniel C. Sobral1999-12-231-1/+0
| | | | Notes: svn path=/head/; revision=55022
* configApache does not exist anymore.Daniel C. Sobral1999-12-201-1/+0
| | | | | | | | PR: 9582 Submitted by: Stephan Lagerholm <istephan@unilog.se> Notes: svn path=/head/; revision=54910
* Change the wrong URL of back-issue FreeBSD newsletter.Foxfair Hu1999-07-141-1/+1
| | | | Notes: svn path=/head/; revision=48803
* Add CHAP/PAP question to the ppp setup dialog, simplifying things considerablyJordan K. Hubbard1999-05-191-7/+9
| | | | | | | | | for some. Submitted by: Jack O'Neill <jack@germanium.xtalwind.net> Notes: svn path=/head/; revision=47323
* revert premature DHCP commitJordan K. Hubbard1999-05-061-4/+3
| | | | Notes: svn path=/head/; revision=46551
* Fix includes; I had a slightly different Makefile than everyone elseJordan K. Hubbard1999-05-061-4/+5
| | | | | | | | | which is why I didn't see this. :) Noted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=46549
* Merge some doc updates which got only into the 3.0 branch during the lastJordan K. Hubbard1999-03-104-37/+12
| | | | | | | release cycle. Notes: svn path=/head/; revision=44619
* Show dependencies in package menu.Jordan K. Hubbard1999-02-021-1/+1
| | | | | | | | PR: 7454 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de> Notes: svn path=/head/; revision=43534
* Doc fixes for CAM devices. If I ever truly understand the logic behindJordan K. Hubbard1998-11-212-16/+16
| | | | | | | this name change, I'll be a happy man. Notes: svn path=/head/; revision=41283
* Add references to ATM cards (Mike Spengler <mks@networkcs.com>) andJordan K. Hubbard1998-10-151-12/+3
| | | | | | | remove all tabs. Notes: svn path=/head/; revision=40410
* MF22: Important fixes for loading XFree86 distributions I forgot toJordan K. Hubbard1998-09-231-1/+1
| | | | | | | | merge after 2.2.7 (I was wondering why that bug looked so familiar!). Also update some docs accordingly. Notes: svn path=/head/; revision=39595
* Sync documentation with 2.2 updates.Jordan K. Hubbard1998-05-246-15/+12
| | | | Notes: svn path=/head/; revision=36342
* Note usage of Linux PLIP peer.Jordan K. Hubbard1998-04-201-0/+4
| | | | Notes: svn path=/head/; revision=35328
* MF22: various doc bogons noticed.Jordan K. Hubbard1998-03-063-5/+12
| | | | Notes: svn path=/head/; revision=34086
* Another sysconfig -> rc.conf fix.Steve Price1997-12-271-1/+1
| | | | | | | | PR: 5374 Submitted by: Studded <Studded@dal.net> Notes: svn path=/head/; revision=32027
* MFS.David E. O'Brien1997-11-051-4/+4
| | | | Notes: svn path=/head/; revision=30956
* Document 100Mbit media selection flag.Jordan K. Hubbard1997-10-201-0/+1
| | | | Notes: svn path=/head/; revision=30592
* Fix various bogons reported in this PR.Jordan K. Hubbard1997-10-153-3/+3
| | | | | | | | PR: 4765 Submitted by: fdiv Notes: svn path=/head/; revision=30424