From 962dd93a3ce6ed92f9933ac115fc69f963c60a95 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Typo in comment. --- virt-p2v.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1