blob: 90b1a683350dfd69cd45fc1269dc509b0d39caa1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
\subsection{Images}
\begin{frame}
\frametitle{basics}
\begin{itemize}
\item images are constructed using the packages built earlier and put into the
Package Feeds
\item decisions of what to install on the image is based on the minimum
defined set of required components in an image recipe
\item this minimum set is then expanded based on dependencies to produce a
package solution
\item variety of formats (tar.bz2, ext2, ext3, jffs, \dots) are supported
\end{itemize}
\end{frame}
|