Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archinstall.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/archinstall.py b/archinstall.py
index a2e65312..899566c8 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -903,9 +903,7 @@ def encrypt_partition(drive, partition, keyfile='/tmp/diskpw', *positionals, **k
return True
def mkfs_btrfs(drive='/dev/mapper/luksdev', *positionals, **kwargs):
- print('On drive:', drive)
o = b''.join(sys_command(f'/usr/bin/mkfs.btrfs -f {drive}'))
- print(o)
if not b'UUID' in o:
return False
return True