diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-08-26 19:43:31 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-08-26 20:31:34 +0800 |
commit | c8bc7430f3f7e4235b618ce2e5a078f2f9ad2a23 (patch) | |
tree | 90e9e518c26f50bf7633f4b04802a905278c1159 /chapter10 | |
parent | a56ef9163ddcb4f3aa0b0ec9501fe1e5cb64f660 (diff) |
arm64: various text change for references to architecture
Diffstat (limited to 'chapter10')
-rw-r--r-- | chapter10/kernel.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml index 698519ad1..1c078a63a 100644 --- a/chapter10/kernel.xml +++ b/chapter10/kernel.xml @@ -289,7 +289,7 @@ File systems ---> used. The filename below can be changed to suit your taste, but the stem of the filename should be <emphasis>vmlinuz</emphasis> to be compatible with the automatic setup of the boot process described in the next section. The - following command assumes an x86 architecture:</para> + following command assumes an ARM64 architecture:</para> <screen><userinput remap="install">cp -iv arch/arm64/boot/Image /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen> |