~kris/dots

sdeploy

ref: cb8fc956b4516012a5cb201a3cc0ba6f56a5ae6c sdeploy/standard/sd-gentoo/manual.tex -rw-r--r-- 483 bytes
cb8fc956 — Kris Yotam add gentoo progs list, update artix progs 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
\documentclass[12pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{hyperref}

\title{KSD Gentoo Manual}
\author{Kris Yotam}
\date{\today}

\begin{document}
\maketitle
\tableofcontents

\section{Introduction}
This manual covers the KSD (Kris's Simple Deploy) script for Gentoo Linux.

\section{Prerequisites}
\begin{itemize}
    \item A fresh Gentoo installation
    \item Internet connection
    \item Root or sudo access
\end{itemize}

\section{Usage}
TBD.

\end{document}