index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | advaithm <advaith.madhukar@gmail.com> | 2021-04-28 08:00:18 +0530 |
---|---|---|
committer | advaithm <advaith.madhukar@gmail.com> | 2021-04-28 08:00:18 +0530 |
commit | 3bf7a9e7afe9a1a75f4026e3ff509b68d8f93287 (patch) | |
tree | b6cbede363dd8903a10c198f5d1701702f593ba6 /archinstall | |
parent | db7632f55ed7160f55e5c8160ff0be750a26e2cc (diff) |
-rw-r--r-- | archinstall/lib/installer.py | 2 |
diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index 4fb3a337..a5449662 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -1,6 +1,5 @@ import os, stat, time, shutil, pathlib import subprocess, logging -import pdb from .exceptions import * from .disk import * from .general import * @@ -358,7 +357,6 @@ 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: |