diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-03-11 22:03:58 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-03-11 22:05:26 +0800 |
commit | 57ccb5b97ff22804bba82c3b7c647ead08b2d684 (patch) | |
tree | d562aa5ea1f0fd9fe422c379650278bed843eb2e /chapter10 | |
parent | d94339982d3cdbcdd5ba03a7e477b525096d824a (diff) |
kernel: Fix a typo
"parition".
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 f5b5a4aa4..ce7ebd61a 100644 --- a/chapter10/kernel.xml +++ b/chapter10/kernel.xml @@ -213,7 +213,7 @@ Device Drivers ---> (X) 64GB [CONFIG_HIGHMEM64G]</screen> <para>If the partition for the LFS system is in a NVME SSD (i. e. the - device node for the parition is <filename>/dev/nvme*</filename> + device node for the partition is <filename>/dev/nvme*</filename> instead of <filename>/dev/sd*</filename>), enable NVME support or the LFS system won't boot:</para> |