app-containers
app-containers / containerd : A daemon to control runC
- Support for device mapper snapshot driver
app-containers / containers-storage : containers/storage library
- Enables dependencies for the "devicemapper" graph driver, including necessary kernel flags.
app-containers / cri-o : OCI-based implementation of Kubernetes Container Runtime Interface
- Enables dependencies for the "devicemapper" graph driver, including necessary kernel flags.
app-containers / docker : The core functions you need to create Docker images and run Docker containers
- Enables dependencies for the "devicemapper" graph driver, including necessary kernel flags.
sys-block
sys-block / parted : Create, destroy, resize, check, copy partitions and file systems
- Enable device-mapper support from sys-fs/lvm2 in parted
sys-boot
sys-boot / grub : GNU GRUB boot loader
- Enable support for device-mapper from sys-fs/lvm2
sys-boot / lilo : LInux LOader, the original Linux bootloader
- Enable support for device-mapper from sys-fs/lvm2
sys-libs
sys-libs / libblockdev : A library for manipulating block devices
- Enable support for device-mapper from sys-fs/lvm2