summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/devops/resizing_root_partition.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/devops/resizing_root_partition.rst b/content/devops/resizing_root_partition.rst
index dc72759..a8a181a 100644
--- a/content/devops/resizing_root_partition.rst
+++ b/content/devops/resizing_root_partition.rst
@@ -91,7 +91,7 @@ I used kpartx with raw file images. Here is what I did
1. Created a stretch image using vmdb2 with grub installed. Image size is 1.5G
2. I created another raw disk using fallocate of 4G size.
3. I created a partition on 4G disk.
-4. Loop mounted the disk and wrote 1G image on it using dd
+4. Loop mounted the disk and wrote 1.5G image on it using dd
5. Finally created a VM using virt-install with this loop mounted device as
root disk.