diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-22 11:37:24 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-22 16:01:00 -0500 |
commit | c96aa799c490f93d7a1bc4c7b8d262ebbc6bee12 (patch) | |
tree | d3758f7c7766ac03ee192d3ab528fcfa9c0087df /system/xen | |
parent | 944f0cb1a5efa97ad97628d983ce9350d165e1c0 (diff) | |
download | slackbuilds-c96aa799c490f93d7a1bc4c7b8d262ebbc6bee12.tar.gz |
system/xen: Fixed dep information
Diffstat (limited to 'system/xen')
-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 4dcd8aefc8..4d18acb5bf 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 520fd2df8d..8dd8546655 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" |