- 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:
parent
be167619bc
commit
ecfc5c1137
@ -21,11 +21,17 @@
|
|||||||
. /etc/rc.status
|
. /etc/rc.status
|
||||||
rc_reset
|
rc_reset
|
||||||
|
|
||||||
LOCKFILE=/var/lock/subsys/xendomains
|
|
||||||
XENDOM_CONFIG=/etc/sysconfig/xendomains
|
XENDOM_CONFIG=/etc/sysconfig/xendomains
|
||||||
RETCODE_FILE=/tmp/xendomains.rc.$$
|
RETCODE_FILE=/tmp/xendomains.rc.$$
|
||||||
xm_cmd=echo
|
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"
|
. "$XENDOM_CONFIG"
|
||||||
|
|
||||||
shopt -s dotglob nullglob
|
shopt -s dotglob nullglob
|
||||||
|
@ -1,7 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 15 08:45:50 MDT 2012 - carnold@novell.com
|
||||||
|
|
||||||
|
- bnc#767273 - unsupported /var/lock/subsys is still used by xendomains
|
||||||
|
init.xendomains
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 12 14:37:00 MDT 2012 - carnold@novell.com
|
Tue Jun 12 14:37:00 MDT 2012 - carnold@novell.com
|
||||||
|
|
||||||
- Upstream pygrub patches for grub2 support and fixes
|
- bnc#766283 - opensuse 12.2 pv guests can not start after
|
||||||
|
installation due to lack of grub2 support in the host
|
||||||
24000-pygrub-grub2.patch
|
24000-pygrub-grub2.patch
|
||||||
24001-pygrub-grub2.patch
|
24001-pygrub-grub2.patch
|
||||||
24002-pygrub-grub2.patch
|
24002-pygrub-grub2.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user