rootfs.py: change the notice about deferring scripts to first boot from warning to a note

Now that the first boot deferral needs to be requested explicitly,
it's not really something to be concerned about.

(From OE-Core rev: 19f3f4c60060ff5ed3c1c9871e18fcd4d128c5a3)

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2018-01-29 14:01:34 +02:00
committed by Richard Purdie
parent a2b7260f79
commit ff4835470b

View File

@@ -303,7 +303,7 @@ class Rootfs(object, metaclass=ABCMeta):
break
if registered_pkgs is not None:
bb.warn("The postinstalls for the following packages "
bb.note("The postinstalls for the following packages "
"will be postponed for first boot: %s" %
registered_pkgs)