From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Wed, 30 Jan 2008 17:18:44 +0000 (+0000) Subject: Typo in comment. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=962dd93a3ce6ed92f9933ac115fc69f963c60a95;p=virt-p2v.git Typo in comment. --- diff --git a/virt-p2v.sh b/virt-p2v.sh index e855068..2bc82a4 100755 --- a/virt-p2v.sh +++ b/virt-p2v.sh @@ -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