diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index c6e2300..a33bb18 100644 --- a/src/main.rs +++ b/src/main.rs @@ -511,7 +511,7 @@ fn write_root( partition.rewind()?; io::copy(&mut tmp_file, partition)?; - println!("Root filesystem created successfully"); + println!("Root filesystem A created successfully"); Ok(()) } |