diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 22:46:24 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 22:46:24 +0200 |
commit | a04b192f501eee20456e28616787d5248c12a4f6 (patch) | |
tree | ffa3194a195bea37cf0a516d230faf682f1795d6 /chapter02/creatingfilesystem.xml | |
parent | 5e0c67df78a80e813740de0e2645f1cc14038d4e (diff) |
Remove spaces at end o lines - chapter02
Diffstat (limited to 'chapter02/creatingfilesystem.xml')
-rw-r--r-- | chapter02/creatingfilesystem.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml index f01b745e9..12529ce8c 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -11,9 +11,9 @@ <title>Creating a File System on the Partition</title> <para>Now that a blank partition has been set up, the file system can be - created. LFS can use any file system recognized by the Linux kernel, but the - most common types are ext3 and ext4. The choice of file system can be - complex and depends on the characteristics of the files and the size of + created. LFS can use any file system recognized by the Linux kernel, but the + most common types are ext3 and ext4. The choice of file system can be + complex and depends on the characteristics of the files and the size of the partition. For example:</para> <variablelist> @@ -26,7 +26,7 @@ <varlistentry> <term>ext3</term> <listitem><para>is an upgrade to ext2 that includes a journal - to help recover the partition's status in the case of an unclean + to help recover the partition's status in the case of an unclean shutdown. It is commonly used as a general purpose file system. </para> </listitem> |