removed pdb
This commit is contained in:
parent
db7632f55e
commit
3bf7a9e7af
|
|
@ -1,6 +1,5 @@
|
||||||
import os, stat, time, shutil, pathlib
|
import os, stat, time, shutil, pathlib
|
||||||
import subprocess, logging
|
import subprocess, logging
|
||||||
import pdb
|
|
||||||
from .exceptions import *
|
from .exceptions import *
|
||||||
from .disk import *
|
from .disk import *
|
||||||
from .general import *
|
from .general import *
|
||||||
|
|
@ -358,7 +357,6 @@ class Installer():
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def add_bootloader(self, bootloader='systemd-bootctl'):
|
def add_bootloader(self, bootloader='systemd-bootctl'):
|
||||||
pdb.set_trace()
|
|
||||||
boot_partition = None
|
boot_partition = None
|
||||||
root_partition = None
|
root_partition = None
|
||||||
for partition in self.partitions:
|
for partition in self.partitions:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue