index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-12-06 22:02:41 +0100 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-12-06 22:02:41 +0100 |
commit | 0f2d61ba08485a52429ddee9d3e4a9bd5a976200 (patch) | |
tree | d867d4d037d550512956b3ed1668410394433c25 /archinstall | |
parent | ace6beb209675e77fab3eb307d9fff48559adfb1 (diff) |
-rw-r--r-- | archinstall/lib/disk.py | 2 |
diff --git a/archinstall/lib/disk.py b/archinstall/lib/disk.py index 2f3c122f..fe255991 100644 --- a/archinstall/lib/disk.py +++ b/archinstall/lib/disk.py @@ -278,4 +278,4 @@ def harddrive(size=None, model=None, fuzzy=False): if model and (collection[drive]['model'] is None or collection[drive]['model'].lower() != model.lower()): continue - return drive
\ No newline at end of file + return BlockDevice(drive['path'], drive)
\ No newline at end of file |