diff options
-rw-r--r-- | system/xen/README | 2 | ||||
-rw-r--r-- | system/xen/xen.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/system/xen/README b/system/xen/README index 4dcd8aefc82d..4d18acb5bfa2 100644 --- a/system/xen/README +++ b/system/xen/README @@ -8,7 +8,7 @@ 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. -This requires acpica. mbootpack is optional (see below). +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. diff --git a/system/xen/xen.info b/system/xen/xen.info index 520fd2df8d38..8dd8546655ec 100644 --- a/system/xen/xen.info +++ b/system/xen/xen.info @@ -17,6 +17,6 @@ MD5SUM="73561faf3c1b5e36ec5c089b5db848ad \ cd3f3eb54446be6003156158d51f4884" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="acpica mbootpack" +REQUIRES="acpica" MAINTAINER="mario" EMAIL="mario@slackverse.org" |