pdb traceing
This commit is contained in:
parent
e7a429db11
commit
df86d2b80d
|
|
@ -1,6 +1,6 @@
|
||||||
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 *
|
||||||
|
|
@ -356,6 +356,7 @@ 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