mirror of
https://github.com/apple/container.git
synced 2026-09-24 16:45:39 +00:00
Add module description for ContainerizationEXT4 (#14)
Signed-off-by: Eric Ernst <eric_ernst@apple.com>
This commit is contained in:
@@ -110,6 +110,10 @@ let package = Package(
|
||||
.target(name: "ContainerizationArchive", condition: .when(platforms: [.macOS])),
|
||||
.product(name: "SystemPackage", package: "swift-system"),
|
||||
"ContainerizationOS",
|
||||
],
|
||||
path: "Sources/ContainerizationEXT4",
|
||||
exclude: [
|
||||
"README.md"
|
||||
]
|
||||
),
|
||||
.testTarget(
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
# ``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.
|
||||
@@ -0,0 +1,4 @@
|
||||
# ``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.
|
||||
Reference in New Issue
Block a user