Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-12-06 20:59:32 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-12-06 20:59:32 +0000
commitace6beb209675e77fab3eb307d9fff48559adfb1 (patch)
tree855a45f0abcf18c258c7e6a0aacdd8793147dfe2 /test.py
parent783e8ac11708137453fd099ee1b55e01c473b931 (diff)
Attempting to select drives by size and/or id
Diffstat (limited to 'test.py')
-rw-r--r--test.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test.py b/test.py
new file mode 100644
index 00000000..61ba1925
--- /dev/null
+++ b/test.py
@@ -0,0 +1,3 @@
+import archinstall
+
+print(archinstall.harddrive(size=111.8, model='KINGSTON_SKC100S3120G'))