Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: