summaryrefslogtreecommitdiff
path: root/en/post-install
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2015-05-03 22:14:43 +0000
committerSamuel Thibault <sthibault@debian.org>2015-05-03 22:14:43 +0000
commit45d0bdcad7c35ee99faed9768147412879e6a6f7 (patch)
treede10cc04bc561035460466dbbed314fc7df2172d /en/post-install
parent01238c16c20e254df80a0eb0ddc037bd08a94911 (diff)
downloadinstallation-guide-45d0bdcad7c35ee99faed9768147412879e6a6f7.zip
Give to make-kpkg a 1.0.custom revision instead of bogus custom.1.0.
Diffstat (limited to 'en/post-install')
-rw-r--r--en/post-install/kernel-baking.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/post-install/kernel-baking.xml b/en/post-install/kernel-baking.xml
index d147d48d9..6013732c2 100644
--- a/en/post-install/kernel-baking.xml
+++ b/en/post-install/kernel-baking.xml
@@ -129,7 +129,7 @@ parameters. To do that, do <userinput>make-kpkg clean</userinput>.
</para><para>
Now, compile the kernel:
-<userinput>fakeroot make-kpkg --initrd --revision=custom.1.0 kernel_image</userinput>.
+<userinput>fakeroot make-kpkg --initrd --revision=1.0.custom kernel_image</userinput>.
The version number of <quote>1.0</quote> can be changed at will; this is just
a version number that you will use to track your kernel builds.
Likewise, you can put any word you like in place of <quote>custom</quote>
@@ -141,7 +141,7 @@ the power of your machine.
Once the compilation is complete, you can install your custom kernel
like any package. As root, do
<userinput>dpkg -i
-../&kernelpackage;-&kernelversion;-<replaceable>subarchitecture</replaceable>_custom.1.0_&architecture;.deb</userinput>.
+../&kernelpackage;-&kernelversion;-<replaceable>subarchitecture</replaceable>_1.0.custom_&architecture;.deb</userinput>.
The <replaceable>subarchitecture</replaceable> part is an optional
sub-architecture,
<phrase arch="i386"> such as <quote>686</quote>, </phrase>