Package: uvol
Version: 0.9-r3
Depends: libc, blockd, ucode, ucode-mod-fs, ucode-mod-math, ucode-mod-uci
Source: feeds/packages/utils/uvol
SourceName: uvol
License: GPL-2.0-or-later
Section: utils
SourceDateEpoch: 1766534299
Maintainer: Daniel Golle <daniel@makrotopia.org>
Architecture: all
Installed-Size: 51200
Description:  'uvol' is a tool to automate storage volume handling on embedded
 devices in a generic way.
 Depending on what is available, 'uvol' will use either UBI or LVM2
 as storage backends and transparently offer identical operations on
 top of them.
 
 Also install the 'autopart' package to easily make use of 'uvol' on
 block-storage based devices.
 
 Examples:
 uvol create example_volume_1 268435456 rw
 uvol up example_volume_1
 uvol device example_volume_1
 
 uvol create example_volume_2 9812733 ro
 cat example_volume_2.squashfs | uvol write example_volume_2 9812733
 uvol up example_volume_2
 uvol device example_volume_2
