-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstallfest.tex
31 lines (29 loc) · 1011 Bytes
/
installfest.tex
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
27
28
29
30
31
\documentclass[12pt,letterpaper,oneside]{article}
\title{LUG}
\author{Matthew Wynn}
\usepackage{latexsym} % for squares for the check-list environment
\usepackage[margin=1.0in]{geometry}
\linespread{1.3}
\newenvironment{checklist}{%
\begin{list}{}{}% whatever you want the list to be
\let\olditem\item
\renewcommand\item{\olditem[$\Box$] }
}{%
\end{list}
}
\begin{document}
\section*{LUG Installfest Agenda} (in addition to General Meeting checklist)
\begin{checklist}
\item Do all the advertising possible
\item Ensure Gateway is working
\item Ensure Gateway's MAC is still registered with the University
\item Ensure Luggable is still working
\item Ensure Luggable is hosting the proper ISO via PXE
\item Ensure Luggable is set to mirror/cache the chosen distro's repositories
\item Ensure power usage will not be exceeded by bringing laptops into this room
\item Ensure switches work properly
\item Invite IR to InstallFest
\item Order Pizza
\item INSTALL!!!
\end{checklist}
\end{document}