index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | advaithm <advaith.madhukar@gmail.com> | 2021-04-28 06:39:59 +0530 |
---|---|---|
committer | advaithm <advaith.madhukar@gmail.com> | 2021-04-28 06:39:59 +0530 |
commit | df86d2b80d9fcaa37f4ebef5de8d070017019ec0 (patch) | |
tree | 28204054213a3b8a4e2002f38fdf6231c6e3df17 /archinstall/lib | |
parent | e7a429db117313294ebeee2cc460405ba28da8b8 (diff) |
-rw-r--r-- | archinstall/lib/installer.py | 3 |
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: |