[BL training-materials-updates] bz2 no longer used for kernel patches or source archives

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Apr 18 15:06:40 CEST 2018


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=674a41ea11d5afe89bde09cc1ab7c5ead2a7b913

>---------------------------------------------------------------

commit 674a41ea11d5afe89bde09cc1ab7c5ead2a7b913
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Apr 18 15:06:40 2018 +0200

    bz2 no longer used for kernel patches or source archives
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


>---------------------------------------------------------------

674a41ea11d5afe89bde09cc1ab7c5ead2a7b913
 .../sysdev-linux-tarballs-and-patches.tex                              | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/slides/sysdev-linux-tarballs-and-patches/sysdev-linux-tarballs-and-patches.tex b/slides/sysdev-linux-tarballs-and-patches/sysdev-linux-tarballs-and-patches.tex
index bf7637b..de79754 100644
--- a/slides/sysdev-linux-tarballs-and-patches/sysdev-linux-tarballs-and-patches.tex
+++ b/slides/sysdev-linux-tarballs-and-patches/sysdev-linux-tarballs-and-patches.tex
@@ -113,7 +113,6 @@ diff -Nru a/Makefile b/Makefile
   \item \code{patch -p<n> < diff_file}
   \item \code{cat diff_file | patch -p<n>}
   \item \code{xzcat diff_file.xz | patch -p<n>}
-  \item \code{bzcat diff_file.bz2 | patch -p<n>}
   \item \code{zcat diff_file.gz | patch -p<n>}
   \item Notes:
     \begin{itemize}
@@ -134,7 +133,7 @@ diff -Nru a/Makefile b/Makefile
 	\item Or implementing fixes to the current stable version\\
 	      (from \code{3.x} to \code{3.x.y})
 	\end{itemize}
-  \item Can be downloaded in \code{gzip}, \code{bzip2} or \code{xz} (much
+  \item Can be downloaded in \code{gzip} or \code{xz} (much
     smaller) compressed files.
   \item Always produced for \code{n=1}\\
     (that's what everybody does... do it too!)




More information about the training-materials-updates mailing list