opt.: ignore all disk not start with /dev

This commit is contained in:
lollipopkit
2024-03-15 19:22:31 -06:00
parent 5993231c2a
commit cf3a246520
4 changed files with 5 additions and 24 deletions

View File

@@ -17,16 +17,6 @@ abstract final class Defaults {
'battery'
];
static const diskIgnorePath = [
'udev',
'tmpfs',
'devtmpfs',
'overlay',
'run',
'none',
'shm',
];
static const sshVirtKeys = [
VirtKey.esc,
VirtKey.alt,