diff options
| author | Manuel Traut <manut@linutronix.de> | 2014-01-07 08:21:05 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2014-01-07 08:21:05 +0100 |
| commit | 515da1c9119646ea3c100c918839f0ac933332c7 (patch) | |
| tree | 9b60d032e20e4c81dbca86ff90431c6849098fc2 | |
| parent | 7665275241470e80f2f330424a30b73c1c507da9 (diff) | |
remove BETA from elbe buildchroot
..and call it sth. like proof of concept
Signed-off-by: Manuel Traut <manut@linutronix.de>
| -rw-r--r-- | distribution/elbe-usage/pres_elbe-usage_en.tex | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/distribution/elbe-usage/pres_elbe-usage_en.tex b/distribution/elbe-usage/pres_elbe-usage_en.tex index 7965509..b605f81 100644 --- a/distribution/elbe-usage/pres_elbe-usage_en.tex +++ b/distribution/elbe-usage/pres_elbe-usage_en.tex @@ -525,10 +525,9 @@ validation failed \end{scriptsize} \end{frame} -\begin{frame} -\frametitle{BETA: elbe buildchroot} -This may replace 'elbe create; cd build; make' in the future, if reproducability -is not that important: +\begin{frame}[fragile] +\frametitle{Future? elbe buildchroot} +Something like this may be used in the future: \begin{lstlisting} sudo elbe buildchroot -t build-chroot -o buildchroot.log -n myrfs \ --skip-validation --skip-cdrom --debug --buildtype=armel |
