diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2016-01-03 14:16:07 -0600 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2016-02-06 15:42:44 -0600 |
commit | 3387c0a6f28f10d691dee9c96cca9c17c17b62f8 (patch) | |
tree | c3ee76bfc293af6ce1f57628f1d390549a22c6a8 /app-emulation/grub-xen-host/metadata.xml | |
parent | dev-ruby/rkelly-remix: metasploit users are stuck with 0.0.6 and may want rub... (diff) | |
download | gentoo-3387c0a6f28f10d691dee9c96cca9c17c17b62f8.tar.gz gentoo-3387c0a6f28f10d691dee9c96cca9c17c17b62f8.tar.bz2 gentoo-3387c0a6f28f10d691dee9c96cca9c17c17b62f8.zip |
app-emulation/grub-xen-host: initial version
Initial version to provide a dom0 host PV grub based on grub 2.
Package-Manager: portage-2.2.26
Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
Diffstat (limited to 'app-emulation/grub-xen-host/metadata.xml')
-rw-r--r-- | app-emulation/grub-xen-host/metadata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-emulation/grub-xen-host/metadata.xml b/app-emulation/grub-xen-host/metadata.xml new file mode 100644 index 000000000000..d1cd7801fdce --- /dev/null +++ b/app-emulation/grub-xen-host/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>xen@gentoo.org</email> + </maintainer> + <maintainer> + <email>cardoe@gentoo.org</email> + </maintainer> + <longdescription lang="en"> + A grub 2 built to run in dom0 which is a PV grub that can chain load + a guest installed PV grub (grub legacy or grub 2) or handle a guest + supplied grub 2 config file. + </longdescription> +</pkgmetadata> |