diff --git a/src/main.rs b/src/main.rs index c3a585a9b4..77f5913921 100644 --- a/src/main.rs +++ b/src/main.rs @@ -618,6 +618,8 @@ impl Application for Window { } } else { widgets.push(text("No drives found").into()); + // TODO: expose disk.pci-*-*nvme/* */ scheme to user + widgets.push(text("(try to rerun with sudo)").into()); } } Page::Install(progress, description) => {