mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
40e1d055c4
The page linked here was removed in:
00d3c9c
Remove anaconda distros page
Fixes:
```
[17:48:30.714] ERROR (asciidoctor): target of xref not found: anaconda/anaconda_distros.adoc
file: /antora/modules/ROOT/pages/anaconda/anaconda.adoc
source: /antora (refname: master <worktree>)
```
20 lines
1.9 KiB
Text
20 lines
1.9 KiB
Text
= Anaconda
|
|
|
|
[caption="Entering Anaconda, Montana. A city probably named after this installation program. David Cantrell took this picture in 2011. His grey VW Jetta is parked in the background."]
|
|
image::DSC_3217.JPG[Anaconda,400]
|
|
|
|
Anaconda is the installation program used by Fedora, Red Hat Enterprise Linux and some other distributions.
|
|
|
|
During installation, a target computer's hardware is identified and configured, and the appropriate file systems for the system's architecture are created.
|
|
Finally, Anaconda allows the user to install the operating system software on the target computer.
|
|
Anaconda can also upgrade existing installations of earlier versions of the same distribution.
|
|
After the installation is complete, you can reboot into your installed system and continue doing customization using https://fedoraproject.org/wiki/InitialSetup[initial setup].
|
|
|
|
Anaconda is a fairly sophisticated installer.
|
|
It supports installation from local and remote sources such as CDs and DVDs, images stored on a hard drive, NFS, HTTP, and FTP.
|
|
Installation can be scripted with https://pykickstart.readthedocs.io/en/latest/[kickstart] to provide a fully unattended installation that can be duplicated on scores of machines.
|
|
It can also be run over VNC on headless machines.
|
|
A variety of advanced storage devices including LVM, RAID, iSCSI, and multipath are supported from the partitioning program.
|
|
Anaconda provides advanced debugging features such as remote logging, access to the python interactive debugger, and remote saving of exception dumps.
|
|
|
|
If you are an advanced user of Anaconda, you should check out https://anaconda-installer.readthedocs.io/en/latest/boot-options.html[our reference to Anaconda command line options], https://anaconda-installer.readthedocs.io/en/latest/kickstart.html[our kickstart file format documentation] and xref:anaconda/anaconda_logging.adoc[our reference to logging capabilities of Anaconda].
|