diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-10-02 11:22:08 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-10-02 11:22:08 -0500 |
commit | d18acd56d2c04d6b6535777e1aaedbebc35717b9 (patch) | |
tree | 3af700399955e0f8b3cf08a61dccf8c8a4b427ac /system/xen/README | |
parent | 933912fdc1389b576bfea75ad84410eec3342ac1 (diff) | |
download | slackbuilds-d18acd56d2c04d6b6535777e1aaedbebc35717b9.tar.gz |
system/xen: Removed (not ready for 14.0 yet - see xen branch)
This will be ready soon, so says mario :-)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/xen/README')
-rw-r--r-- | system/xen/README | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/system/xen/README b/system/xen/README deleted file mode 100644 index 4d18acb5bf..0000000000 --- a/system/xen/README +++ /dev/null @@ -1,21 +0,0 @@ -The Xen hypervisor, a powerful open source industry standard for -virtualization, offers a powerful, efficient, and secure feature set for -virtualization of x86, x86_64, IA64, ARM, and other CPU architectures. It -supports a wide range of guest operating systems including Windows, Linux, -Solaris, and various versions of the BSD operating systems. - -In order to run Xen, you will need to install and boot from a Xen dom0 -kernel. Check README.dom0 (in docs/dom0) for more information on how to do -that. - -mbootpack is an optional dependency (see below). - -Since booting Xen kernel with LILO is not supported by default we have to -use GRUB; alternatively, use mbootpack to create a LILO compatible kernel. - -GRUB may be installed from Slackware's extra repository. The GRUB package -is not available from the Slackware x86_64 distribution, but the source and -a SlackBuild may be found in its extra/source repository. - -See README.SLACKWARE (which is also installed with the package docs) for -setup, configuration, and usage hints. |