From 73f18e249d542d8c2d406565b0690d7c47194100 Mon Sep 17 00:00:00 2001 From: rjones Date: Fri, 14 Sep 2007 19:24:00 +0100 Subject: [PATCH] Comment change from clalance. --- virt-p2v.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/virt-p2v.sh b/virt-p2v.sh index 474c732..ab62404 100755 --- a/virt-p2v.sh +++ b/virt-p2v.sh @@ -529,10 +529,8 @@ vgscan vgchange -a y # Mount the root filesystem on /mnt/root. If it's a physical -# device then we want to mount (eg) /dev/mapper/snap_sda1. -# If it's a LVM device (which it probably won't be for Linux because -# Linux doesn't support it) then we can just mount the LVM -# partition. +# device then we want to mount (eg) /dev/mapper/snap_sda2. +# If it's a LVM device then we can just mount the LVM partition. log mount $root_filesystem as /mnt/root -- 1.8.3.1