Blame Manuals/Repository/repository-latex/Identity/Themes/Distro/Anaconda/Prompt/manual.tex

4c79b5
\documentclass[12pt]{article}
4c79b5
\usepackage{longtable}
4c79b5
\usepackage[pdftex]{graphicx}
4c79b5
\usepackage{hyperref}
4c79b5
\hypersetup{pdfauthor={Alain Reguera Delgado},%
4c79b5
            pdftitle={Anaconda Prompt Visual Style},%
4c79b5
            pdfsubject={CentOS Corporate Visual Identity}%
4c79b5
            }
4c79b5
4c79b5
% Tell LaTeX how to hyphenate a word. Don't hyphenate the following
4c79b5
% words:
4c79b5
\hyphenation{CentOS CENTOSARTWORK}
4c79b5
4c79b5
\title{Anaconda Prompt Visual Style}
4c79b5
\author{Alain Reguera Delgado}
4c79b5
4c79b5
\begin{document}
4c79b5
4c79b5
\maketitle
4c79b5
4c79b5
\begin{abstract} 
4c79b5
4c79b5
This article describes Anaconda Prompt. Anaconda Prompt is the first
4c79b5
screen shown after booting up with the install CD/DVD medium. Anaconda
4c79b5
Prompt is based on H. Peter Anvin's syslinux suite of bootloaders,
4c79b5
specifically on the \texttt{isolinux} bootloader. The
4c79b5
\texttt{syslinux} suite and its documentation come inside the
4c79b5
\texttt{syslinux} package, available through \texttt{yum} in the
4c79b5
\texttt{[base]} repository of CentOS Distribution.
4c79b5
4c79b5
Anaconda is the name of the install program used by CentOS.  It is
4c79b5
python-based with some custom modules written in C. The anaconda
4c79b5
installer works on a wide variety of Linux-based computing
4c79b5
architectures (ia32, Itanium, Alpha, S/390, PowerPC), and is designed
4c79b5
to make it easy to add platforms.
4c79b5
4c79b5
Copyright (C) 2010 The CentOS Project. Permission is granted to copy,
4c79b5
distribute and/or modify this document under the terms of the GNU Free
4c79b5
Documentation License, Version 1.2 or any later version published by
4c79b5
the Free Software Foundation; with no Invariant Sections, no
4c79b5
Front-Cover Texts, and no Back-Cover Texts. A copy of the license is
4c79b5
included in the section entitled ``GNU Free Documentation License''.  
4c79b5
4c79b5
\end{abstract}
4c79b5
4c79b5
\tableofcontents
4c79b5
4c79b5
\input{sections/introduction.tex}
4c79b5
\input{../../../../../installation.tex}
4c79b5
\input{../../../../../configuration.tex}
4c79b5
\input{sections/framework.tex}
4c79b5
\input{sections/rebranding.tex}
4c79b5
4c79b5
\input{../../../../../Licenses/GFDL.tex}
4c79b5
4c79b5
\end{document}