From 479449eb45f12ba4579040214eba596cb84b9122 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 7 Oct 2012 16:46:02 -0500 Subject: Revert "system/xen: Added (updated to version 4.2.0 from 13.37 repo)" This reverts commit 66e00ebfd7c72e830fe29536604a045d8b3fb4ca. The branch containing this commit was not intended for merging, as it was not deemed ready by the xen SBo maintainer (mario). Apologies to mario for the oversight - I should have named this branch differently so that its meaning was clear :/ Signed-off-by: Robby Workman --- system/xen/README.SLACKWARE | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 system/xen/README.SLACKWARE (limited to 'system/xen/README.SLACKWARE') diff --git a/system/xen/README.SLACKWARE b/system/xen/README.SLACKWARE deleted file mode 100644 index 97c28af6fa..0000000000 --- a/system/xen/README.SLACKWARE +++ /dev/null @@ -1,39 +0,0 @@ -After installing this package, in addition to the /usr/doc/xen-*/README file; -the Xen User Manual is installed as /usr/doc/xen-*/html. - -Before Xen can be used, xenstored, xenconsoled and xenbackendd services must -be started, wich must be done with rc.xencommons script. -The rc.xend script is no longer needed if you are going to use 'xl' instead -of 'xm'. As a matter of fact, 'xm' is marked as deprecated since Xen 4.2. -Future versions of Xen will no longer support 'xm'. -You may wish to add these lines to /etc/rc.d/rc.local to start this service -after booting from your Xen kernel: - -if [ -d /proc/xen ]; then - if [ -x /etc/rc.d/rc.xencommons ]; then - echo "Starting XEN commons: /etc/rc.d/rc.xencommons" - /etc/rc.d/rc.xencommons start - fi - if [ -x /etc/rc.d/rc.xendomains ]; then - echo "Starting XEN domains: /etc/rc.d/rc.xendomains" - /etc/rc.d/rc.xendomains start - fi -fi - -You may also add these lines to /etc/rc.d/rc.local_shutdown: - -if [ -d /proc/xen ]; then - if [ -x /etc/rc.d/rc.xendomains ]; then - echo "Stopping XEN domains: /etc/rc.d/rc.xendomains" - /etc/rc.d/rc.xendomains stop - fi - if [ -x /etc/rc.d/rc.xencommons ]; then - echo "Stopping XEN commons: /etc/rc.d/rc.xencommons" - /etc/rc.d/rc.xencommons stop - fi -fi - -Remember to give executable permission to /etc/rc.d/rc.local_shutdown: - - chmod 0755 /etc/rc.d/rc.local_shutdown - -- cgit v1.2.3