summaryrefslogtreecommitdiff
path: root/en/post-install
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2015-05-28 08:48:17 +0000
committerSamuel Thibault <sthibault@debian.org>2015-05-28 08:48:17 +0000
commit503e9a16f00d46ea1693ebb055b5b3aa74bd1b5e (patch)
treed078975f82a37a5a944bb486da4e5e4a35b0d9de /en/post-install
parenta611cb346ef13bc35e5b829b4cc73c190f1894c8 (diff)
downloadinstallation-guide-503e9a16f00d46ea1693ebb055b5b3aa74bd1b5e.zip
fix unpacking tar.xz
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 9bb3f210e..5146cf3c1 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.xz</userinput>
+<userinput>tar xf /usr/src/linux-source-&kernelversion;.tar.xz</userinput>
and change to the directory <filename>linux-source-&kernelversion;</filename>
that will have been created.