git.annexia.org
/
virt-p2v.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09eaf29
)
Typo in comment.
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 30 Jan 2008 17:18:44 +0000
(17:18 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 30 Jan 2008 17:18:44 +0000
(17:18 +0000)
virt-p2v.sh
patch
|
blob
|
history
diff --git
a/virt-p2v.sh
b/virt-p2v.sh
index
e855068
..
2bc82a4
100755
(executable)
--- 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/
s
d*
+ # it will be /dev/
h
d*
if matches_regexp "^/dev/sd[[:alpha:]]+[[:digit:]]+$" "$dev"; then
dev=`echo $dev | sed 's|^/dev/sd|/dev/hd|'`
fi