Skip to content

Commit

Permalink
slides/buildroot-rootfs: update skeleton slide/diagram with OpenRC case
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
  • Loading branch information
tpetazzoni committed Oct 29, 2021
1 parent 4303478 commit c20c886
Show file tree
Hide file tree
Showing 2 changed files with 290 additions and 111 deletions.
6 changes: 3 additions & 3 deletions slides/buildroot-rootfs/buildroot-rootfs.tex
Expand Up @@ -18,16 +18,16 @@ \section{Root filesystem in Buildroot}
to \code{$(TARGET_DIR)} at the beginning of the build.
\item \code{skeleton} is a virtual package that will depend on:
\begin{itemize}
\item \code{skeleton-init-{sysv,systemd,none}} depending on the
\item \code{skeleton-init-{sysv,systemd,openrc,none}} depending on the
init system being selected
\item \code{skeleton-custom} when a custom skeleton is selected
\end{itemize}
\item All of \code{skeleton-init-{sysv,systemd,none}} depend on
\item All of \code{skeleton-init-{sysv,systemd,openrc,none}} depend on
\code{skeleton-init-common}
\begin{itemize}
\item Copies \code{system/skeleton/*} to \code{$(TARGET_DIR)}
\end{itemize}
\item \code{skeleton-init-{sysv,systemd}} install additional files
\item \code{skeleton-init-{sysv,systemd,openrc}} install additional files
specific to those {\em init systems}
\end{itemize}
\end{frame}
Expand Down

0 comments on commit c20c886

Please sign in to comment.