summaryrefslogtreecommitdiffstats
path: root/system/xen/README
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2012-10-07 16:46:02 -0500
committer Robby Workman <rworkman@slackbuilds.org>2012-10-07 16:46:02 -0500
commit479449eb45f12ba4579040214eba596cb84b9122 (patch)
tree731e37bc4dc5515a256165df2dfb4b45bcfbaeaa /system/xen/README
parent90dde055a6309c6b5d8c08830a2b461c0aab137e (diff)
downloadslackbuilds-479449eb45f12ba4579040214eba596cb84b9122.tar.gz
slackbuilds-479449eb45f12ba4579040214eba596cb84b9122.tar.xz
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 <rworkman@slackbuilds.org>
Diffstat (limited to 'system/xen/README')
-rw-r--r--system/xen/README20
1 files changed, 0 insertions, 20 deletions
diff --git a/system/xen/README b/system/xen/README
deleted file mode 100644
index 2b2ac10d17..0000000000
--- a/system/xen/README
+++ /dev/null
@@ -1,20 +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. Since booting a Xen kernel with LILO
-is not supported by default we have to use GRUB; alternatively, you can 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.