diff options
author | Samuel Thibault <sthibault@debian.org> | 2010-09-18 13:36:55 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2010-09-18 13:36:55 +0000 |
commit | 09aa8167fc10e656c751ece9116e521fb4ede2f9 (patch) | |
tree | 0dff1d81e3aff57d793c40c679653d65eeba34b3 /it/post-install | |
parent | d1537fbce1b97f42ddd4dc619107a40a97b3506b (diff) | |
download | installation-guide-09aa8167fc10e656c751ece9116e521fb4ede2f9.zip |
Replace kernel package name and version with &kernelpackage; and &kernelversion;
Diffstat (limited to 'it/post-install')
-rw-r--r-- | it/post-install/kernel-baking.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/it/post-install/kernel-baking.xml b/it/post-install/kernel-baking.xml index a0d8ed620..ab161f784 100644 --- a/it/post-install/kernel-baking.xml +++ b/it/post-install/kernel-baking.xml @@ -278,7 +278,7 @@ in base alla potenza della macchina. Once the compilation is complete, you can install your custom kernel like any package. As root, do <userinput>dpkg -i -../linux-image-&kernelversion;-<replaceable>subarchitecture</replaceable>_custom.1.0_&architecture;.deb</userinput>. +../&kernelpackage;-&kernelversion;-<replaceable>subarchitecture</replaceable>_custom.1.0_&architecture;.deb</userinput>. The <replaceable>subarchitecture</replaceable> part is an optional sub-architecture, <phrase arch="i386"> such as <quote>686</quote>, </phrase> @@ -297,7 +297,7 @@ you'll need to install that package as well. Finita la compilazione è possibile installare il proprio kernel personalizzato come qualsiasi altro pacchetto. Da root eseguire <userinput>dpkg -i -../linux-image-&kernelversion;-<replaceable>subarchitecture</replaceable>_custom.1.0_&architecture;.deb</userinput>. +../&kernelpackage;-&kernelversion;-<replaceable>subarchitecture</replaceable>_custom.1.0_&architecture;.deb</userinput>. La parte <replaceable>sottoarchitettura</replaceable> è opzionale e indica la sottoarchitettura, <phrase arch="i386"> per esempio <quote>686</quote>, </phrase> |