summaryrefslogtreecommitdiff
path: root/content/devops/resizing_root_partition.rst
diff options
context:
space:
mode:
authorVasudev Kamath <vasudev@copyninja.info>2019-02-16 22:59:34 +0530
committerVasudev Kamath <vasudev@copyninja.info>2019-02-16 22:59:34 +0530
commitf8bb9471cf2bd7c779d486f9f1babf37b1e6355a (patch)
tree48e6f0ebef1c20188a25e651a82e5a9b9a7a9e40 /content/devops/resizing_root_partition.rst
parent93aeae5180315cf27cf72d1e244824978d59dc80 (diff)
Typo fixHEADmaster
Diffstat (limited to 'content/devops/resizing_root_partition.rst')
-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.