Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-05-14 19:48:58 +0200
committerAnton Hvornum <anton@hvornum.se>2021-05-14 19:48:58 +0200
commit2761e675a1e8073d0b150d9c01e5f74c4ac771c8 (patch)
tree271185982250d61daa94e931bd90c345cdf6a910
parent1abe2c762e12a6d2a70b892a0d45bb041403270d (diff)
Removed debugging
-rw-r--r--archinstall/lib/disk.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/archinstall/lib/disk.py b/archinstall/lib/disk.py
index 5028a3a9..fd08ea63 100644
--- a/archinstall/lib/disk.py
+++ b/archinstall/lib/disk.py
@@ -321,9 +321,6 @@ class Partition():
if log_formatting:
log(f'Formatting {path} -> {filesystem}', level=logging.INFO)
- if path == '/dev/sda1' and filesystem == 'vfat':
- raise ValueError("Debugging breakpoint!")
-
if filesystem == 'btrfs':
o = b''.join(sys_command(f'/usr/bin/mkfs.btrfs -f {path}'))
if b'UUID' not in o: