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-28 00:16:05 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2019-11-28 00:16:05 +0000
commit8cc90ad8741bef833858470d4388544489f98d9e (patch)
tree59a4e6dd9f425de816e9b81f2392058486bbbdc0
parent0dbd44e253756b4604bf20ab8c87b1b251b938c4 (diff)
Feature: #28 - Testing phase
-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