Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion archinstall/lib/models/device_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@ class LsblkInfo(BaseModel):
fsver: str | None
fsavail: int | None
fsuse_percentage: str | None = Field(alias='fsuse%')
type: str
type: str | None # may be None for strange behavior with md devices
mountpoint: Path | None
mountpoints: list[Path]
fsroots: list[Path]
Expand Down