Remove '*****' from InstallENANetworking task desc.

This commit is contained in:
Anders Ingemann 2017-01-23 23:14:39 +01:00
parent 6866adf734
commit 6e4722c011
No known key found for this signature in database
GPG key ID: 49C87973A14931A9

View file

@ -124,7 +124,7 @@ AUTOINSTALL="yes"
class InstallENANetworking(Task): class InstallENANetworking(Task):
description = '***** Installing ENA networking kernel driver using DKMS' description = 'Installing ENA networking kernel driver using DKMS'
phase = phases.system_modification phase = phases.system_modification
successors = [kernel.UpdateInitramfs] successors = [kernel.UpdateInitramfs]