mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 11:55:36 -04:00
[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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue