mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
postinst_intercepts: add a delay_to_first_boot hook
This allows postinsts scripts to explicitly request a deferral to first boot (by calling 'postinst_intercept delay_to_first_boot') instead of 'exit 1' which should be used only to indicate actual script failures. (From OE-Core rev: 853ac4a061e47c70b61e255c3cf6109d2058d2cc) 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
243022de85
commit
cb63b4bfa0
2
scripts/postinst-intercepts/delay_to_first_boot
Normal file
2
scripts/postinst-intercepts/delay_to_first_boot
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exit 1
|
||||
Reference in New Issue
Block a user