mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Removed upstream in accd9eeb719916da974584b33b1aeced5f3bb346 (2015). Signed-off-by: Sam James <sam@gentoo.org>
19 lines
829 B
XML
19 lines
829 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>embedded@gentoo.org</email>
|
|
<name>Embedded Gentoo</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="make-symlinks">Create all the appropriate symlinks in /bin and /sbin.</flag>
|
|
<flag name="math">Enable math support in gawk (requires libm)</flag>
|
|
<flag name="mdev">Create the appropriate symlink in /sbin and install mdev.conf and support files</flag>
|
|
<flag name="sep-usr">Support a separate /usr without needing an initramfs by booting with init=/ginit</flag>
|
|
<flag name="static">Make the system rescue shell (/bin/bb) static so you can recover even when glibc is broken</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="cpe">cpe:/a:busybox:busybox</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|