summaryrefslogtreecommitdiff
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
parentff86497173631ca617688535d77908eda24252a9 (diff)
downloadinstallation-guide-41abc32c1bc1daf0106c1ea66a4af2e61cb8fcd7.zip
Fix kernel source compression extension in kernel-baking.xml
-rw-r--r--debian/changelog4
-rw-r--r--en/post-install/kernel-baking.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 957b19a92..3abcd83be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
installation-guide (20150424) UNRELEASED; urgency=medium
+ [ Samuel Thibault ]
* Give to make-kpkg a "1.0.custom" revision instead of bogus "custom.1.0".
Closes: #783613.
* Add an example preseed entry for setting up multi-arch.
Closes: #785165 . Thanks to Matthew Sweet for the patch.
+ [ Christian Perrier ]
+ * Fix kernel source compression extension in kernel-baking.xml
+
-- Samuel Thibault <sthibault@debian.org> Mon, 04 May 2015 00:13:28 +0200
installation-guide (20150423) unstable; urgency=medium
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.