blob: 5297bd0ea616994d8fff3c7e4e64528808ac27cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
<use>
<flag name="isohybrid">
Pass downloaded images through isohybrid in order to make it
possible to copy them directly to USB media and boot (requires
<pkg>sys-boot/syslinux</pkg> at build time).
</flag>
</use>
<upstream>
<remote-id type="sourceforge">systemrescuecd</remote-id>
</upstream>
</pkgmetadata>
|