add note about full path for drive

This commit is contained in:
Aaron Honeycutt 2025-03-23 19:54:51 -06:00
parent db898d510d
commit 2281629835
2 changed files with 1 additions and 19 deletions

View file

@ -59,6 +59,7 @@ fn main() {
let mut drive_name = String::new();
println!("");
println!("Use the full drive path such as /dev/nvme0n1 or /dev/sda");
println!("Which drive do we want to use for this installation?: {}", drive_name);
io::stdin()