Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c801da85..e5131119 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ However, assuming you're building your own ISO and want to create an automated i
import archinstall, getpass
# Select a harddrive and a disk password
-harddrive = archinstall.select_disk(archinstall.all_disks())
+harddrive = archinstall.select_disk(archinstall.all_blockdevices(partitions=False))
disk_password = getpass.getpass(prompt='Disk password (won\'t echo): ')
# We disable safety precautions in the library that protects the partitions