Directories
¶
| Path | Synopsis |
|---|---|
|
Package alloc defines the block-allocation policy that engines depend on.
|
Package alloc defines the block-allocation policy that engines depend on. |
|
Package compress defines the block-compression contract used by engines such as squashfs and erofs, plus a registry and pure-Go adapters.
|
Package compress defines the block-compression contract used by engines such as squashfs and erofs, plus a registry and pure-Go adapters. |
|
Package cpio implements the cpio "new ASCII" (newc) engine behind the image.Filesystem contract — the archive format the Linux kernel unpacks as an initramfs.
|
Package cpio implements the cpio "new ASCII" (newc) engine behind the image.Filesystem contract — the archive format the Linux kernel unpacks as an initramfs. |
|
Package cramfs implements the cramfs (Compressed ROM File System) engine behind the image.Filesystem contract.
|
Package cramfs implements the cramfs (Compressed ROM File System) engine behind the image.Filesystem contract. |
|
Package device defines the block-level abstraction that every filesystem engine reads from and writes to.
|
Package device defines the block-level abstraction that every filesystem engine reads from and writes to. |
|
Package erofs implements the EROFS (Enhanced Read-Only File System) engine behind the image.Filesystem contract.
|
Package erofs implements the EROFS (Enhanced Read-Only File System) engine behind the image.Filesystem contract. |
|
Package exfat implements an exFAT create engine behind image.Filesystem.
|
Package exfat implements an exFAT create engine behind image.Filesystem. |
|
Package ext implements the ext2/ext3/ext4 family of engines behind the image.Filesystem contract.
|
Package ext implements the ext2/ext3/ext4 family of engines behind the image.Filesystem contract. |
|
Package fat implements a FAT32 create engine behind image.Filesystem.
|
Package fat implements a FAT32 create engine behind image.Filesystem. |
|
Package image defines the filesystem-agnostic, public API of fsforge: the contracts an engine exposes (Image, Dir, File, Filesystem) and the dependencies it receives by injection (Deps).
|
Package image defines the filesystem-agnostic, public API of fsforge: the contracts an engine exposes (Image, Dir, File, Filesystem) and the dependencies it receives by injection (Deps). |
|
Package iso implements an ISO9660 create engine with Rock Ridge extensions, behind image.Filesystem.
|
Package iso implements an ISO9660 create engine with Rock Ridge extensions, behind image.Filesystem. |
|
Package mtree reads and writes mtree(5) specifications: the text format BSD, Yocto and Buildroot use to describe a filesystem tree's ownership, modes and special files.
|
Package mtree reads and writes mtree(5) specifications: the text format BSD, Yocto and Buildroot use to describe a filesystem tree's ownership, modes and special files. |
|
Package oci reads and writes OCI container images, using the shared tree model as the hub between formats.
|
Package oci reads and writes OCI container images, using the shared tree model as the hub between formats. |
|
Package ociremote pulls images from an OCI distribution registry into a local OCI layout, using nothing but the standard library.
|
Package ociremote pulls images from an OCI distribution registry into a local OCI layout, using nothing but the standard library. |
|
Package partition writes GPT and MBR disk partition tables.
|
Package partition writes GPT and MBR disk partition tables. |
|
Package qcow2 implements a pure-Go QCOW2 (version 3) disk-image container as a device.Device.
|
Package qcow2 implements a pure-Go QCOW2 (version 3) disk-image container as a device.Device. |
|
Package romfs implements the romfs engine behind the image.Filesystem contract.
|
Package romfs implements the romfs engine behind the image.Filesystem contract. |
|
Package squashfs implements the squashfs engine behind the image.Filesystem contract.
|
Package squashfs implements the squashfs engine behind the image.Filesystem contract. |
|
Package tree is the filesystem-agnostic logical model that all engines share.
|
Package tree is the filesystem-agnostic logical model that all engines share. |
|
Package udf implements the UDF (Universal Disk Format) engine behind the image.Filesystem contract: ECMA-167 volume/file structures constrained by the OSTA UDF specification (revision 2.01).
|
Package udf implements the UDF (Universal Disk Format) engine behind the image.Filesystem contract: ECMA-167 volume/file structures constrained by the OSTA UDF specification (revision 2.01). |
Click to show internal directories.
Click to hide internal directories.