Randi Harper
b48aee40b9
Revert r209787 pending further discussion.
...
Approved by: cperciva (mentor)
2010-07-08 21:26:26 +00:00
Randi Harper
2d7cef1612
Remove the ability to upgrade via sysinstall. This feature has been flaky
...
and broken for a number of years. freebsd-update now provides a reasonable
way to handle upgrades, so keeping this functionality in sysinstall only
serves to mislead users.
Approved by: cperciva (mentor)
2010-07-08 03:28:25 +00:00
Randi Harper
96ba76ef44
Update the man page to reflect the changes to the netDev configuration
...
variable.
Approved by: cperciva (mentor)
MFC after: 3 days
2010-06-23 19:29:17 +00:00
Randi Harper
0be7661e27
Remove unnecessarily inflammatory commentary.
...
Approved by: cperciva (mentor)
2010-06-22 21:06:33 +00:00
Maxim Konovalov
a787a4cbb1
o Trim leading w/space.
...
PR: docs/145030
Submitted by: olgeni
MFC after: 1 week
2010-03-26 05:34:13 +00:00
Dag-Erling Smørgrav
151a18cd10
Remove a bunch of code used to detect SMP on ((i386 && !pc98) || amd64) and
...
offer to install an SMP kernel. The way this worked was: on supported
platforms, code to read ACPI tables and BIOS MP tables was compiled into
sysinstall, and if an SMP kernel config was present in the source tree when
sysinstall was built, code that called it was also compiled. Since we
haven't had SMP kernel configs in years, the latter was never compiled and
the former never ran.
This only removes dead and unreachable code; it does *not* remove the NCpus
variable, nor the code that sets it to 1, nor the code that asks the user to
select a kernel from a list.
Discussed with: re@, randi@ and others
2009-11-10 10:34:44 +00:00
John Baldwin
8b28fd0239
Fix references to the kernel distributions to use the correct names
...
(uppercase).
PR: docs/137415
Submitted by: Yuri Gorchakov
Approved by: re (rwatson, kib)
MFC after: 3 days
2009-08-12 14:37:57 +00:00
Greg Lehey
7a2b724a3b
Add menus to read install.cfg from any disk device sysinstall can see
...
(eg USB key, CD) rather than just floppy.
Handle \r\n line termination in a cfg file.
Add keeprcconf variable.
Submitted by: Daniel O'Connor
2009-03-13 03:51:41 +00:00
David E. O'Brien
bb980c847f
Sound less scary about errorousous disk geometry due to wanting to limit
...
to 65535 cylinders.
Submitted by: Carlos A. M. dos Santos <unixmania@gmail.com>
2008-12-30 00:57:39 +00:00
Ken Smith
b6716b27f2
As threatened a while ago, remove support for tape media. Reports vary
...
but most people believe it stopped working a while ago.
2008-12-17 02:52:45 +00:00
Ken Smith
0a65345ca4
Stop treating Xorg as a distribution in the mainline portion of sysinstall
...
and leave it to be handled in the packages section (or post-install
completely) along with all the other packages.
2008-12-16 01:18:10 +00:00
Ken Smith
6821c5f657
Clean out the remaining alpha-isms.
2008-12-14 06:40:04 +00:00
Philip Paeps
8375edb4bb
Fix a number of documentation-lags-behind-reality bugs in sysinstall(8).
...
While here, fix a couple of comments too.
Submitted by: Oliver Fromme <olli -at- lurza.secnetix.de>
Approved by: re (kensmith)
2007-06-25 16:37:17 +00:00
Ceri Davies
aaf6f0feaa
Bring these files up-to-date.
...
PR: docs/108536
2007-02-18 22:41:41 +00:00
Ceri Davies
c12e775489
Clarify the description of the shutdown command.
2007-02-18 22:04:14 +00:00
Scott Long
1b355c2dc7
Document sysinstall's limitation on operating on mounted disks.
2006-04-30 06:28:29 +00:00
Jung-uk Kim
910d8ea0aa
Add `mediaOpen' function. This function mounts selected media device.
...
For example, you can dynamically generate and load configuration file
depending on the hardware configuration with the following template:
mediaSetCDROM
mediaOpen
command='/dist/rescue/sh /dist/scripts/install.sh'
system
mediaClose
configFile=/tmp/generated.cfg
loadConfig
Now we have full access to files on the media before installation begins.
2006-01-27 21:00:31 +00:00
Ruslan Ermilov
78ad54210f
-mdoc sweep.
2005-11-18 10:56:28 +00:00
David E. O'Brien
b46cfec222
Catch up with menus.c revision 1.399.
2005-07-17 03:24:11 +00:00
Ruslan Ermilov
ece6831d38
Provide 32-bit runtime support on amd64 as a separate distribution, lib32.
...
Prodded by: obrien
Nodded by: peter
Approved by: re
2005-06-16 18:16:14 +00:00
Murray Stokely
912faad0ea
Use the correct variable name for the description of multi-volume
...
support in cdrom.inf. Should be CD_VOLUME.
2005-03-18 01:05:46 +00:00
Ruslan Ermilov
36a142c455
Expand contractions.
2005-02-13 23:45:54 +00:00
Ruslan Ermilov
59a3c79da6
Sort sections.
2005-01-18 20:02:45 +00:00
Ken Smith
83c7f6e5de
Remove support for configuring the X server from sysinstall. General
...
concensus seems to be that is best left for doing post-install.
Discussed on: freebsd-current@
Tested with: make release
Approved by: re@
MFC after: 3 days
2004-08-30 21:03:09 +00:00
Colin Percival
d87a987086
Teach sysinstall about the "srescue" distribution, which contains the
...
contents of /usr/src/rescue. Until now, the files were shipped with
releases but sysinstall would ignore them (resulting in a non-buildable
source tree).
Sanity checked by: jhb
2004-08-10 18:18:42 +00:00
Ken Smith
83e386eb06
Initial pass at shifting sysinstall(8) to install X.org instead of XFree86.
...
There are still a few nits to work out (graphical config non-functional).
Patches by: anholt@, adapted slightly
Reviewed by: 'make release'
2004-08-10 02:18:28 +00:00
Colin Percival
d37df47d31
Join the 21st century: Cryptography is no longer an optional component
...
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
2004-08-06 07:27:08 +00:00
Ruslan Ermilov
455fb174df
Eliminated double whitespace.
2004-07-03 18:35:53 +00:00
Ruslan Ermilov
07bfccd71e
Mechanically kill hard sentence breaks.
2004-07-02 23:13:00 +00:00
Jimmy Olgeni
d97ec53412
The "bin" distribution was renamed to "base" in CURRENT.
2004-02-07 00:34:11 +00:00
Ruslan Ermilov
ca7367cce4
The "krb5" distribution was merged with "crypto", record the death.
...
Reviewed by: jhb
Approved by: re (jhb)
2003-05-22 18:41:16 +00:00
Mark Murray
4b48036b9b
KerberosIV deorbit sequence: Un-teach sysinstall about KerberosIV. I'm
...
not 100% sure that I've done this in the right way. If folks want to
revisit this, please be my guest.
2003-03-08 12:07:13 +00:00
Jens Schweikhardt
9d5abbddbf
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
...
especially in troff files.
2003-01-01 18:49:04 +00:00
Jordan K. Hubbard
d667ae9537
Correct path to /usr/sbin/sysinstall for HEAD since that's where it lives now.
2002-12-20 00:10:37 +00:00
Giorgos Keramidas
cebb0d29f7
configXEnvironment doesn't work in sysinstall now.
...
Change the manpage to reflect that it's now called configXSetup.
Also document configXDesktop.
Submitted by: pirat <pirat@access.inet.co.th>
2002-11-26 23:23:42 +00:00
Philippe Charnier
490d5836b5
The .Nm utility
2002-07-14 14:47:15 +00:00
Murray Stokely
2a295fdf9d
Add information about setting up media to use the multi-volume support
...
in sysinstall.
Reviewed by: ru
2002-06-05 00:34:58 +00:00
John Baldwin
77218da374
Add a 'mediaClose' script command to close the open media. An example use
...
would be to unmount the CD you installed from and prompt the user to
eject it before rebooting the machine.
Sponsored by: The Weather Channel
2002-06-03 19:39:28 +00:00
John Baldwin
4f3624a441
- Document the new `diskInteractive' variable.
...
- Document the tcpMenuSelect command.
Sponsored by: The Weather Channel
2002-05-31 14:32:03 +00:00
David E. O'Brien
4807422fe7
Switch to using XFree86 version 4. We do this thru installing the package,
...
so know we have proper PKG registration and dependency information.
This is a WIP for 5.0 DP #1 , so it is still rough around the edges and
does not GC the old XFree86 3.3.6 handling stuff that should be GC'ed.
Sponsored by: FreeBSD Mall, Inc.
2002-04-02 20:42:54 +00:00
Eric Melville
b194597fd5
List the correct paths to the X server distributions.
...
PR: 26924
Submitted by: olgeni
2001-08-14 23:19:37 +00:00
Ruslan Ermilov
57e4378bf6
mdoc(7) police: protect trailing full stops of abbreviations
...
with a trailing zero-width space: `e.g.\&'.
2001-08-10 13:45:36 +00:00
Dima Dorfman
f247324df7
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
Ruslan Ermilov
a4c37c816b
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 15:12:08 +00:00
Ruslan Ermilov
00c694aa47
mdoc(7) police: removed hard sentence break.
2001-04-27 10:22:17 +00:00
Jimmy Olgeni
c9e23da852
Document the "noError" variable.
...
"noError" is used to ignore errors while processing sysinstall scripts.
Approved by: jkh
2001-04-26 20:10:01 +00:00
Jordan K. Hubbard
6a74b0f7e2
Switch from lynx to "links" as the default doc browser.
...
Submitted by: jim
2001-03-23 07:53:45 +00:00
Jordan K. Hubbard
a19e33bde9
properly document the loadConfig option
2001-03-18 05:38:11 +00:00
Jordan K. Hubbard
061de247e0
Allow a script-using to disable the emergency holographic shell as
...
a security measure.
Requested by: "David E. Cross" <crossd@enterprise.cs.rpi.edu>
2001-03-12 21:26:06 +00:00
Jordan K. Hubbard
dd689bd571
Really finish softupdate setting from the label editor and fix
...
a few cosmetic problems:
o Allow it to work with scripts (see man page or install.cfg file).
o Preserve old softupdates flag across newfs toggles
o Clean up partitioned/labelled flag handling
o Don't ask for MBR choice again if you've already written it out.
o Actually document the new features.
2001-03-12 10:18:54 +00:00