diff options
| author | namilsk <namilsk@namilsk.tech> | 2025-12-31 17:31:34 +0300 |
|---|---|---|
| committer | namilsk <namilsk@namilsk.tech> | 2025-12-31 17:31:34 +0300 |
| commit | afe6b0d5d59c90b3765914eb771ad8237d40a90f (patch) | |
| tree | a965cdff3536cca2d3ef775980e398ff1a34b41e /init/src/mounts/mod.rs | |
Started work on vigil init system
Diffstat (limited to 'init/src/mounts/mod.rs')
| -rw-r--r-- | init/src/mounts/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init/src/mounts/mod.rs b/init/src/mounts/mod.rs new file mode 100644 index 0000000..bdaab24 --- /dev/null +++ b/init/src/mounts/mod.rs @@ -0,0 +1,2 @@ +pub mod fstab; +pub mod rescue;
\ No newline at end of file |
