diff options
author | Mario Preksavec <mario@slackware.hr> | 2015-03-15 23:10:28 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-22 15:33:25 +0700 |
commit | b7b30fc19a3678820cf38eeffa8e5aac37149594 (patch) | |
tree | c78dbc6328bca1c2976ebf548bfc04eea9d2a623 /system/xen/README.SLACKWARE | |
parent | 1e301e41ee5c82fda47438d878b48c3af4691985 (diff) | |
download | slackbuilds-b7b30fc19a3678820cf38eeffa8e5aac37149594.tar.gz |
system/xen: Updated for version 4.5.0 and more.
Diffstat (limited to 'system/xen/README.SLACKWARE')
-rw-r--r-- | system/xen/README.SLACKWARE | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/system/xen/README.SLACKWARE b/system/xen/README.SLACKWARE index 8b1b35dcb9..88a5c09412 100644 --- a/system/xen/README.SLACKWARE +++ b/system/xen/README.SLACKWARE @@ -2,10 +2,7 @@ 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, which 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 +be started with the rc.xencommons script. 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 |