diff options
author | Vasudev Kamath <vasudev@copyninja.info> | 2019-02-16 22:59:34 +0530 |
---|---|---|
committer | Vasudev Kamath <vasudev@copyninja.info> | 2019-02-16 22:59:34 +0530 |
commit | f8bb9471cf2bd7c779d486f9f1babf37b1e6355a (patch) | |
tree | 48e6f0ebef1c20188a25e651a82e5a9b9a7a9e40 /content | |
parent | 93aeae5180315cf27cf72d1e244824978d59dc80 (diff) |
Diffstat (limited to 'content')
-rw-r--r-- | content/devops/resizing_root_partition.rst | 2 |
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. |