- bnc#767273 - unsupported /var/lock/subsys is still used by xendomains
init.xendomains - bnc#- bnc#766283 - opensuse 12.2 pv guests can not start after installation due to lack of grub2 support in the host OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=193
This commit is contained in:
committed by
Git OBS Bridge
parent
be167619bc
commit
ecfc5c1137
@@ -21,11 +21,17 @@
|
||||
. /etc/rc.status
|
||||
rc_reset
|
||||
|
||||
LOCKFILE=/var/lock/subsys/xendomains
|
||||
XENDOM_CONFIG=/etc/sysconfig/xendomains
|
||||
RETCODE_FILE=/tmp/xendomains.rc.$$
|
||||
xm_cmd=echo
|
||||
|
||||
# See docs/misc/distro_mapping.txt
|
||||
if [ -d /var/lock/subsys ]; then
|
||||
LOCKFILE=/var/lock/subsys/xendomains
|
||||
else
|
||||
LOCKFILE=/var/lock/xendomains
|
||||
fi
|
||||
|
||||
. "$XENDOM_CONFIG"
|
||||
|
||||
shopt -s dotglob nullglob
|
||||
|
Reference in New Issue
Block a user