ec51ea5ac890428bc4bc9a9a6fa24ffbcae4b03f
Bug 1: Inside container, lsblk reports container mount points not host's. Parse /host-fstab (or /etc/fstab fallback) to find system partitions (/, /boot, /boot/efi, swap), resolve UUIDs via blkid, and mark parent disks as system — replaces unreliable mount-point string matching. Bug 2: lsblk returns null fstype in containers (no udev cache). Run blkid -o export after lsblk scan and enrich partitions with FSType, UUID, and Label from direct device probing. Fixes sda appearing as available disk and "nincs fájlrendszer" showing for all partitions. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Description
No description provided
Languages
Go
66.8%
HTML
22.8%
Shell
5.7%
CSS
4.3%
Dockerfile
0.2%
Other
0.2%