- bnc#685338: Fix porting of xend-domain-lock.patch
- update scripts to use xl instead of xm: xen-updown.sh, init.xendomains, xmclone.sh - disable xend in openSuSE > 11.4 the xl command is the replacement for the xm command - mark runlevel scripts as config to preserve local changes by admin or dev during package update - enable xencommons runlevel script during upgrade if xend was already enabled - call /sbin/ldconfig directly in xen-libs post install scripts OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=110
This commit is contained in:
@@ -12,6 +12,7 @@ usage () {
|
||||
exit $R_USAGE
|
||||
}
|
||||
|
||||
xm_cmd=xl
|
||||
######################################################################
|
||||
# change the working direcory and source some common files
|
||||
#
|
||||
@@ -94,7 +95,7 @@ parseln()
|
||||
|
||||
xm_list()
|
||||
{
|
||||
TERM=vt100 xm list | grep -v '^Name *ID'
|
||||
TERM=vt100 ${xm_cmd} list | grep -v '^Name *ID'
|
||||
}
|
||||
|
||||
# For the specified vm, return a list of vifs that are connected to $INTERFACE
|
||||
|
Reference in New Issue
Block a user