mirror of
https://github.com/apple/container.git
synced 2026-09-09 09:15:42 +00:00
- FileTimestamps constructor that actually let you provide values was not public, so it wasn't possible to pass in values other than nil. This change makes the other constructor and the underlying fields public. - Rename EXT4+Format to EXT4+Formatter - Rename EXT4+Export to EXT4Reader+Export - Make the superblock publicly accessible in the reader like the docs for the product states.
ContainerizationEXT4
ContainerizationEXT4 provides functionality to read the superblock of an existing ext4 block device and format a new block device with
the ext4 file system.