Added more logging for debugging purposes
This commit is contained in:
parent
29aa991ab5
commit
ba88e0a353
|
|
@ -174,6 +174,7 @@ class Installer:
|
|||
mountpoints[partition['mountpoint']] = partition
|
||||
|
||||
for mountpoint in sorted(mountpoints.keys()):
|
||||
log(f"Mounting {mountpoint} to {self.target}{mountpoint}", level=logging.INFO)
|
||||
if mountpoints[mountpoint]['encrypted']:
|
||||
loopdev = storage.get('ENC_IDENTIFIER', 'ai') + 'loop'
|
||||
if not (password := mountpoints[mountpoint].get('!password', None)):
|
||||
|
|
|
|||
Loading…
Reference in New Issue