Typo in comment.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 30 Jan 2008 17:18:44 +0000 (17:18 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 30 Jan 2008 17:18:44 +0000 (17:18 +0000)
virt-p2v.sh

index e855068..2bc82a4 100755 (executable)
@@ -627,7 +627,7 @@ log rewriting /etc/fstab
 cp /mnt/root/etc/fstab /mnt/root/etc/fstab.p2vsaved
 while read dev mountpoint fstype options freq passno; do
     # If device is /dev/sd* then on the target fullvirt machine
-    # it will be /dev/sd*
+    # it will be /dev/hd*
     if matches_regexp "^/dev/sd[[:alpha:]]+[[:digit:]]+$" "$dev"; then
        dev=`echo $dev | sed 's|^/dev/sd|/dev/hd|'`
     fi