projects
/
invirt/packages/invirt-xen-config.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Choose what kernel to use for the autoinstaller based on what dom0 is
[invirt/packages/invirt-xen-config.git]
/
debian
/
invirt-xen-config.init
diff --git
a/debian/invirt-xen-config.init
b/debian/invirt-xen-config.init
index
d0d8582
..
3b76a54
100755
(executable)
--- a/
debian/invirt-xen-config.init
+++ b/
debian/invirt-xen-config.init
@@
-56,8
+56,9
@@
start_sysvm() {
lvchange -a y "$DISK" >/dev/null 2>&1
# Cleanup the lock, regardless of whether we started the LV
lvchange -a y "$DISK" >/dev/null 2>&1
# Cleanup the lock, regardless of whether we started the LV
- lvchange -a n "/dev/xenvg/lock_${LV}"
- lvremove -f "/dev/xenvg/lock_${LV}"
+ lvchange -a n "/dev/xenvg/lock_${LV}" >/dev/null 2>&1
+ lvchange -a ey "/dev/xenvg/lock_${LV}" >/dev/null 2>&1
+ lvremove -f "/dev/xenvg/lock_${LV}" >/dev/null 2>&1
fi
return $RET
fi
return $RET