index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-12-06 22:10:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-06 22:10:46 +0100 |
commit | 3715e3a11b027f6892aae02a4730a75bed2ec035 (patch) | |
tree | 172426c7d83f8188534792468ee684fd7f3e110e /archinstall | |
parent | d588d2f1eb138b9a80dfa9c07507306c6aeb1795 (diff) | |
parent | 0f2d61ba08485a52429ddee9d3e4a9bd5a976200 (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 |