summaryrefslogtreecommitdiff
path: root/en/post-install
diff options
context:
space:
mode:
authorGeert Stappers <stappers@debian.org>2006-04-22 11:24:27 +0000
committerGeert Stappers <stappers@debian.org>2006-04-22 11:24:27 +0000
commitafb24847c5c56ae11bb0710e6b336de93a7cb270 (patch)
tree47867229375c0fd1dd58e1e0345ac56514f50c34 /en/post-install
parentf64887be73b8eb01816a330a5044195465b1cda8 (diff)
downloadinstallation-guide-afb24847c5c56ae11bb0710e6b336de93a7cb270.zip
added '--initrd' as reported
by Daniel Schellhammer to debian-doc@l.d.o
Diffstat (limited to 'en/post-install')
-rw-r--r--en/post-install/kernel-baking.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/en/post-install/kernel-baking.xml b/en/post-install/kernel-baking.xml
index 5b53006f0..8f49c2cbf 100644
--- a/en/post-install/kernel-baking.xml
+++ b/en/post-install/kernel-baking.xml
@@ -137,7 +137,8 @@ parameters. To do that, do <userinput>make-kpkg clean</userinput>.
</para><para>
Now, compile the kernel:
-<userinput>fakeroot make-kpkg --revision=custom.1.0 kernel_image</userinput>.
+<userinput>fakeroot make-kpkg --initrd
+ --revision=custom.1.0 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>