diff options
-rw-r--r-- | en/post-install/kernel-baking.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/en/post-install/kernel-baking.xml b/en/post-install/kernel-baking.xml index 807910bfb..6e1a8eba6 100644 --- a/en/post-install/kernel-baking.xml +++ b/en/post-install/kernel-baking.xml @@ -104,9 +104,11 @@ 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 -<phrase condition="classic-kpkg">/usr/src/kernel-source-&kernelversion;.tar.bz2</phrase> -<phrase condition="common-kpkg">/usr/src/linux-source-&kernelversion;.tar.bz2</phrase></userinput> +unpack the kernel sources, extract them using +<phrase condition="classic-kpkg"><userinput>tar xjf +/usr/src/kernel-source-&kernelversion;.tar.bz2</userinput></phrase> +<phrase condition="common-kpkg"><userinput>tar xjf +/usr/src/linux-source-&kernelversion;.tar.bz2</userinput></phrase> and change to the directory <phrase condition="classic-kpkg"><filename>kernel-source-&kernelversion;</filename></phrase> <phrase condition="common-kpkg"><filename>linux-source-&kernelversion;</filename></phrase> |