[Debian-live-changes] r2142 - docs/talks/debconf7

daniel at alioth.debian.org daniel at alioth.debian.org
Sun Jun 17 14:10:59 UTC 2007


Author: daniel
Date: 2007-06-17 14:10:59 +0000 (Sun, 17 Jun 2007)
New Revision: 2142

Added:
   docs/talks/debconf7/debian-live.tex
Removed:
   docs/talks/debconf7/main.tex
Modified:
   docs/talks/debconf7/Makefile
   docs/talks/debconf7/introduction.tex
   docs/talks/debconf7/live-helper.tex
   docs/talks/debconf7/live-webhelper.tex
Log:


Modified: docs/talks/debconf7/Makefile
===================================================================
--- docs/talks/debconf7/Makefile	2007-06-17 12:58:33 UTC (rev 2141)
+++ docs/talks/debconf7/Makefile	2007-06-17 14:10:59 UTC (rev 2142)
@@ -1,10 +1,10 @@
 all:
-	pdflatex main.tex
+	pdflatex debian-live.tex
 
 dist:
-	pdflatex main.tex
-	pdflatex main.tex
-	pdflatex main.tex
+	pdflatex debian-live.tex
+	pdflatex debian-live.tex
+	pdflatex debian-live.tex
 
 clean:
 	rm -f *.aux *.log *.nav *.out *.pdf *.snm *.toc

Copied: docs/talks/debconf7/debian-live.tex (from rev 2140, docs/talks/debconf7/main.tex)
===================================================================
--- docs/talks/debconf7/debian-live.tex	                        (rev 0)
+++ docs/talks/debconf7/debian-live.tex	2007-06-17 14:10:59 UTC (rev 2142)
@@ -0,0 +1,37 @@
+\documentclass{beamer}
+
+\mode<presentation>
+{
+	\usetheme{Warsaw}
+	\setbeamercovered{transparent}
+	%\beamerdefaultoverlayspecification{<+->}
+}
+
+\usepackage[english]{babel}
+\usepackage[utf8]{inputenc}
+\usepackage{times}
+\usepackage[T1]{fontenc}
+
+\title[Debian Live Project http://debian-live.alioth.debian.org/]
+{Debian Live Project}
+
+\subtitle
+{The Live System Framework}
+
+\author[Daniel Baumann, Marco Amadori]{Daniel Bauman <daniel at debian.org> \\ \and Marco Amadori <marco.amadori at gmail.com>}
+
+\date{DebConf 7, Edingburgh\\June, 18th 2007}
+
+\begin{document}
+
+\begin{frame}[plain]
+	\titlepage
+\end{frame}
+
+\include{introduction}
+\include{work}
+\include{live-helper}
+\include{live-webhelper}
+\include{final}
+
+\end{document}

Modified: docs/talks/debconf7/introduction.tex
===================================================================
--- docs/talks/debconf7/introduction.tex	2007-06-17 12:58:33 UTC (rev 2141)
+++ docs/talks/debconf7/introduction.tex	2007-06-17 14:10:59 UTC (rev 2142)
@@ -3,19 +3,16 @@
 \subsection{Overview}
 
 \begin{frame}{Overview}
+\text{Do \textbf{\textit{not}} worry, it is all veeery simple... \tiny{otherwise just shout!}}
 
-\text{Do \textbf{not} worry, it is all veeery simple...}
-
-\pause
-
 \begin{itemize}
-	\item Why?
-	\item How?
-	\item Questions?
+	\item why we do it
+	\item how we do it
+	\item (demonstration)
 \end{itemize}
 \end{frame}
 
-\subsection{Why?}
+\subsection{What?}
 
 \begin{frame}{What is a Live system?}
 \begin{itemize}
@@ -23,15 +20,19 @@
 \end{itemize}
 \end{frame}
 
+\subsection{Who?}
+
 \begin{frame}{Who needs it?}
 \begin{itemize}
 	\item end users
 	\item developer
 	\item system administrators
-	\item ...everyone?
+	\item ...everyone
 \end{itemize}
 \end{frame}
 
+\subsection{Wrong!}
+
 \begin{frame}{What is wrong with current live systems?}
 \begin{itemize}
 	\item unofficial projects, developed outside of Debian
@@ -46,6 +47,8 @@
 \end{itemize}
 \end{frame}
 
+\subsection{Why?}
+
 \begin{frame}{Why create our own live system?}
 \begin{itemize}
 	\item official Debian subproject

Modified: docs/talks/debconf7/live-helper.tex
===================================================================
--- docs/talks/debconf7/live-helper.tex	2007-06-17 12:58:33 UTC (rev 2141)
+++ docs/talks/debconf7/live-helper.tex	2007-06-17 14:10:59 UTC (rev 2142)
@@ -4,9 +4,11 @@
 
 \begin{frame}{live-helper}
 \begin{itemize}
-	\item not for end-users
+	\item is used on the host system
+	\item to build a live system on the local system
 	\item set of generic shell scripts
-	\item pretty flexible
-	\item 4 stages (bootstrap, chroot,
+	\item not particulary nice for end-users
+	\item pretty flexible (think: debhelper for live)
+	\item 4 stages (bootstrap, chroot, binary, source)
 \end{itemize}
 \end{frame}


Property changes on: docs/talks/debconf7/live-helper.tex
___________________________________________________________________
Name: svn:executable
   + *

Modified: docs/talks/debconf7/live-webhelper.tex
===================================================================
--- docs/talks/debconf7/live-webhelper.tex	2007-06-17 12:58:33 UTC (rev 2141)
+++ docs/talks/debconf7/live-webhelper.tex	2007-06-17 14:10:59 UTC (rev 2142)
@@ -0,0 +1,14 @@
+\section{How?}
+
+\subsection{live-webhelper}
+
+\begin{frame}{live-webhelper}
+\begin{itemize}
+	\item is used on the host system
+	\item to build a live system on a remote host
+	\item not so fancy yet
+	\item offers basic functionality
+	\item builds image by cron, sends email to user
+	\item \texttt{http://live.debian.net/live-webhelper/}
+\end{itemize}
+\end{frame}


Property changes on: docs/talks/debconf7/live-webhelper.tex
___________________________________________________________________
Name: svn:executable
   + *

Deleted: docs/talks/debconf7/main.tex
===================================================================
--- docs/talks/debconf7/main.tex	2007-06-17 12:58:33 UTC (rev 2141)
+++ docs/talks/debconf7/main.tex	2007-06-17 14:10:59 UTC (rev 2142)
@@ -1,37 +0,0 @@
-\documentclass{beamer}
-
-\mode<presentation>
-{
-	\usetheme{Warsaw}
-	\setbeamercovered{transparent}
-	%\beamerdefaultoverlayspecification{<+->}
-}
-
-\usepackage[english]{babel}
-\usepackage[utf8]{inputenc}
-\usepackage{times}
-\usepackage[T1]{fontenc}
-
-\title[Debian Live Project http://debian-live.alioth.debian.org/]
-{Debian Live Project}
-
-\subtitle
-{The Live System Framework}
-
-\author[Daniel Baumann, Marco Amadori]{Daniel Bauman <daniel at debian.org> \\ \and Marco Amadori <marco.amadori at gmail.com>}
-
-\date{DebConf 7, Edingburgh\\June, 18th 2007}
-
-\begin{document}
-
-\begin{frame}[plain]
-	\titlepage
-\end{frame}
-
-\include{introduction}
-\include{work}
-\include{live-helper}
-\include{live-webhelper}
-\include{final}
-
-\end{document}




More information about the Debian-live-changes mailing list