From afe6b0d5d59c90b3765914eb771ad8237d40a90f Mon Sep 17 00:00:00 2001 From: namilsk Date: Wed, 31 Dec 2025 17:31:34 +0300 Subject: Started work on vigil init system --- init/src/mounts/mod.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 init/src/mounts/mod.rs (limited to 'init/src/mounts/mod.rs') 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 -- cgit v1.2.3