blob: 2f361d2f32b762341df8553caed9765f771f1760 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream><remote-id type="github">hugglesfox/loclone</remote-id></upstream>
<maintainer type="person">
<email>hayley@foxes.systems</email>
<name>Hayley Hughes</name>
</maintainer>
<longdescription lang="en">
A tool to clone a disk image.
Main features
- Utilises FICLONE to create a copy-on-write clone of the image
- Uses FIFREEZE if the image is mounted in order to ensure consistency of the image
For further details see loclone(1).
</longdescription>
</pkgmetadata>
|