Blame Manual/repository-latex/centos-art.sh-latex/Identity/Themes/Distro/Anaconda/Prompt/manual.tex

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