Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/installer.py
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall/lib/installer.py')
-rw-r--r--archinstall/lib/installer.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py
index 577a2ae1..ddfd9018 100644
--- a/archinstall/lib/installer.py
+++ b/archinstall/lib/installer.py
@@ -1,6 +1,6 @@
import os, stat, time, shutil, pathlib
import subprocess, logging
-
+import pdb
from .exceptions import *
from .disk import *
from .general import *
@@ -356,6 +356,7 @@ class Installer():
return True
def add_bootloader(self, bootloader='systemd-bootctl'):
+ pdb.set_trace()
boot_partition = None
root_partition = None
for partition in self.partitions: