From f8bb9471cf2bd7c779d486f9f1babf37b1e6355a Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sat, 16 Feb 2019 22:59:34 +0530 Subject: Typo fix --- content/devops/resizing_root_partition.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') 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. -- cgit v1.2.3