new: parse disk info via lsblk output Fixes #709 (#760)

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-05-17 00:45:38 +08:00
committed by GitHub
parent d88e97e699
commit 7e16d2f159
6 changed files with 685 additions and 184 deletions

View File

@@ -42,7 +42,7 @@ abstract final class InitStatus {
),
disk: [
Disk(
fs: '/',
path: '/',
mount: '/',
usedPercent: 0,
used: BigInt.zero,