From 4ee948ea41020b80b773509890f6631fd4960004 Mon Sep 17 00:00:00 2001 From: namilsk Date: Wed, 31 Dec 2025 23:09:33 +0300 Subject: Added logs annotation to `README.md` --- init/src/mounts/fstab.rs | 13 +++++++------ init/src/mounts/mod.rs | 4 ++-- init/src/mounts/rescue.rs | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) (limited to 'init/src/mounts') diff --git a/init/src/mounts/fstab.rs b/init/src/mounts/fstab.rs index 4c43eac..0765cfd 100644 --- a/init/src/mounts/fstab.rs +++ b/init/src/mounts/fstab.rs @@ -47,9 +47,6 @@ fn parse_mount_options( Ok((flags, data)) } - - - pub fn mount_from_fstab(entries: &[FstabEntry]) -> Result<(), Box> { for entry in entries { if entry.fstype == "swap" { @@ -62,7 +59,7 @@ pub fn mount_from_fstab(entries: &[FstabEntry]) -> Result<(), Box Result<(), Box Result<(), Box> { ) .into()); } - println!("\x1b[32m * \x1b[0m Mounting {}...", target ); + println!("\x1b[32m * \x1b[0m Mounting {}...", target); } } -- cgit v1.2.3