cramfs-tools 2.1
Tools to manage Cramfs file systems
Cramfs is a Linux file system designed to be simple, small, and to compress things well. It is used on a number of embedded systems and small devices. This version has additional features such as uncompressed blocks and random block placement.
- Website: https://github.com/npitre/cramfs-tools
- Licenses: GPL 2+
- Package source: gnu/packages/linux.scm
- Builds: See build status
- Issues: See known issues
Installation
Install cramfs-tools 2.1
as follows:
guix install cramfs-tools@2.1
Or install the latest version:
guix install cramfs-tools
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.