Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2019-11-18 21:50:56 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2019-11-18 21:50:56 +0000
commit3657cc5c6e2315f62273272c297f769e472a6fd5 (patch)
tree88d5e12b4ae6748aa0a982a3f8f66fa6fcd9653f
parent3c2a88bd7a8f0face88628f09b90bad61c185ed9 (diff)
Debugging
-rw-r--r--archinstall.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archinstall.py b/archinstall.py
index 297eb12a..525387f9 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -801,6 +801,7 @@ def refresh_partition_list(drive, *positionals, **kwargs):
return True
def mkfs_fat32(drive, partition, *positionals, **kwargs):
+ print(json.dumps(args, indent=4))
drive = args[drive]
partition = args['partitions'][partition]
o = b''.join(sys_command(f'/usr/bin/mkfs.vfat -F32 {drive}{partition}'))