mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-13 03:23:01 -06:00
add note about full path for drive
This commit is contained in:
parent
db898d510d
commit
2281629835
2 changed files with 1 additions and 19 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue