mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
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:
committed by
Richard Purdie
parent
a2b7260f79
commit
ff4835470b
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user