blob: d09e2f28fd8994ef1dc8b9dae9a38ff8fc3e1cdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription lang="en">
This is a bash script which can create stage 4 tarballs either
for the running system, or a system at a specified mount point.
It is highly parameterized allowing among other things the
exclusion of sensitive user data.
</longdescription>
<upstream>
<remote-id type="github">TheChymera/mkstage4</remote-id>
</upstream>
</pkgmetadata>
|