fsfreeze: Add tool
Add fsfreeze, a Linux-specific tool used to freeze/thaw writes to a filesystem. It's an extremely simple tool so this should have full feature-parity.
This commit is contained in:
@@ -26,6 +26,7 @@ default = ["feat_common_core"]
|
||||
uudoc = []
|
||||
|
||||
feat_common_core = [
|
||||
"fsfreeze",
|
||||
"mountpoint",
|
||||
"lscpu",
|
||||
"lsmem",
|
||||
@@ -67,6 +68,7 @@ textwrap = { workspace = true }
|
||||
dns-lookup = { workspace = true }
|
||||
|
||||
#
|
||||
fsfreeze = { optional = true, version = "0.0.1", package = "uu_fsfreeze", path = "src/uu/fsfreeze" }
|
||||
lscpu = { optional = true, version = "0.0.1", package = "uu_lscpu", path = "src/uu/lscpu" }
|
||||
lsmem = { optional = true, version = "0.0.1", package = "uu_lsmem", path = "src/uu/lsmem" }
|
||||
mountpoint = { optional = true, version = "0.0.1", package = "uu_mountpoint", path = "src/uu/mountpoint" }
|
||||
|
||||
Reference in New Issue
Block a user