summaryrefslogtreecommitdiff
path: root/en/post-install
diff options
context:
space:
mode:
authorChristian Perrier <bubulle@debian.org>2015-05-25 05:47:51 +0000
committerChristian Perrier <bubulle@debian.org>2015-05-25 05:47:51 +0000
commit41abc32c1bc1daf0106c1ea66a4af2e61cb8fcd7 (patch)
tree8fbe17f1f2cdb78970dd6f67c48f78c9ef8f17de /en/post-install
parentff86497173631ca617688535d77908eda24252a9 (diff)
downloadinstallation-guide-41abc32c1bc1daf0106c1ea66a4af2e61cb8fcd7.zip
Fix kernel source compression extension in kernel-baking.xml
Diffstat (limited to 'en/post-install')
-rw-r--r--en/post-install/kernel-baking.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/post-install/kernel-baking.xml b/en/post-install/kernel-baking.xml
index 6013732c2..9bb3f210e 100644
--- a/en/post-install/kernel-baking.xml
+++ b/en/post-install/kernel-baking.xml
@@ -102,7 +102,7 @@ permissions.
</footnote>. We'll also assume that your kernel version is
&kernelversion;. Make sure you are in the directory to where you want to
unpack the kernel sources, extract them using
-<userinput>tar xjf /usr/src/linux-source-&kernelversion;.tar.bz2</userinput>
+<userinput>tar xjf /usr/src/linux-source-&kernelversion;.tar.xz</userinput>
and change to the directory <filename>linux-source-&kernelversion;</filename>
that will have been created.