summaryrefslogtreecommitdiff
path: root/sys-boot/netboot/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/netboot/metadata.xml')
-rw-r--r--sys-boot/netboot/metadata.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/sys-boot/netboot/metadata.xml b/sys-boot/netboot/metadata.xml
index 7fcd5c3e9ed2..51c8a76d3fe5 100644
--- a/sys-boot/netboot/metadata.xml
+++ b/sys-boot/netboot/metadata.xml
@@ -1,8 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>ck+gentoo@bl4ckb0x.de</email>
+ <name>Conrad Kostecki</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ Netboot enables a computer with a compatible CPU to boot without access to a hdd or floppy.
+ The computer has to be equipped so it can load the operating system over an IP network from a server.
+ All tools required for this are included in the netboot package.
+ </longdescription>
<upstream>
+ <bugs-to>https://sourceforge.net/p/netboot/bugs/</bugs-to>
<remote-id type="sourceforge">netboot</remote-id>
</upstream>
+ <use>
+ <flag name="bootrom">Install the bootrom binary for creation of rom files, which can be used for booting via floppy or rom.</flag>
+ </use>
</pkgmetadata>