diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-21 14:15:44 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-22 23:23:16 +0200 |
commit | 0480d22900f91f2837e7dc14683f2c4776f1fbc9 (patch) | |
tree | 8b45cfbb861790b7ab1277fc69ac9a774bc16f8b /chapter10 | |
parent | e8393f732a73c7290afd228aba368d553272712c (diff) |
Add missing comma
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 c19fc0339..f77cc9c5c 100644 --- a/chapter10/kernel.xml +++ b/chapter10/kernel.xml @@ -336,7 +336,7 @@ EOF</userinput></screen> <seglistitem> <seg>config-&linux-version;, - vmlinuz-&linux-version;-lfs-&version; + vmlinuz-&linux-version;-lfs-&version;, and System.map-&linux-version;</seg> <seg>/lib/modules, /usr/share/doc/linux-&linux-version;</seg> </seglistitem> |