ec51ea5ac8
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>