diff options
author | Silvino Silva <silvino@bk.ru> | 2017-02-19 20:42:49 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2017-02-19 20:42:49 +0000 |
commit | 9297d227007080f6f7a03e35b19ea8d98e50bc18 (patch) | |
tree | c916b1997022f53c7e21b370332abe1e11011aa2 | |
parent | 42e6181f19c252343d46bc5ea653fcf5460423fb (diff) | |
download | doc-9297d227007080f6f7a03e35b19ea8d98e50bc18.tar.gz |
fix core install html
-rw-r--r-- | core/install.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/install.html b/core/install.html index 5939e7a..974e17e 100644 --- a/core/install.html +++ b/core/install.html @@ -107,7 +107,7 @@ <h3>/var</h3> <p>Var partition is recommended 1G-5G depending on how - system is configured. Partition size 1G;</dd> + system is configured. Partition size 1G;</p> <pre> (parted) mkpart primary ext4 5128 6128 @@ -118,7 +118,7 @@ <p>User partition with 4G-8G is recommended for a desktop setup, with dedicated partition for ports. Partition size - 8G;</dd> + 8G;</p> <pre> (parted) mkpart primary ext4 6128 14128 @@ -141,8 +141,8 @@ <h3>/home</h3> <p>Home partition general advice is to fill the rest of disk - space. Home partition will be added later to lvm and this - partition removed. Fill the rest of disk space;</dd> + space. Home partition will be added later to lvm and this + partition removed. Fill the rest of disk space;</p> <pre> (parted) mkpart primary ext4 18128 100% |