|
|
|
@ -53,9 +53,10 @@ def run():
|
|
|
|
log_destination = libcalamares.job.configuration["destLog"]
|
|
|
|
log_destination = libcalamares.job.configuration["destLog"]
|
|
|
|
|
|
|
|
|
|
|
|
# copy installation log before umount
|
|
|
|
# copy installation log before umount
|
|
|
|
if(os.path.exists('{!s}'.format(log_source))):
|
|
|
|
if(log_source)
|
|
|
|
shutil.copy2('{!s}'.format(log_source), '{!s}/{!s}'.format(
|
|
|
|
if(os.path.exists('{!s}'.format(log_source))):
|
|
|
|
root_mount_point, log_destination))
|
|
|
|
shutil.copy2('{!s}'.format(log_source), '{!s}/{!s}'.format(
|
|
|
|
|
|
|
|
root_mount_point, log_destination))
|
|
|
|
|
|
|
|
|
|
|
|
if not root_mount_point:
|
|
|
|
if not root_mount_point:
|
|
|
|
return ("No mount point for root partition in globalstorage",
|
|
|
|
return ("No mount point for root partition in globalstorage",
|
|
|
|
|