index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-18 21:50:56 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-18 21:50:56 +0000 |
commit | 3657cc5c6e2315f62273272c297f769e472a6fd5 (patch) | |
tree | 88d5e12b4ae6748aa0a982a3f8f66fa6fcd9653f /archinstall.py | |
parent | 3c2a88bd7a8f0face88628f09b90bad61c185ed9 (diff) |
-rw-r--r-- | archinstall.py | 1 |
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}')) |