[packages] Make package-installation messages slightly less scary.
From a test with XeroLinux, at some point it says 'reinstalling linux...' which is a message from pacman about the package called 'linux'.
This commit is contained in:
parent
e4b44b5f85
commit
2a86e86817
@ -389,7 +389,7 @@ class PMPacman(PackageManager):
|
|||||||
# lines in the output for the group, than packages listed
|
# lines in the output for the group, than packages listed
|
||||||
# explicitly. We don't know how to calculate proper progress.
|
# explicitly. We don't know how to calculate proper progress.
|
||||||
global custom_status_message
|
global custom_status_message
|
||||||
custom_status_message = line.strip()
|
custom_status_message = "pacman: " + line.strip()
|
||||||
libcalamares.job.setprogress(self.progress_fraction)
|
libcalamares.job.setprogress(self.progress_fraction)
|
||||||
libcalamares.utils.debug(line)
|
libcalamares.utils.debug(line)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user