From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- external/poky/scripts/postinst-intercepts/delay_to_first_boot | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'external/poky/scripts/postinst-intercepts/delay_to_first_boot') diff --git a/external/poky/scripts/postinst-intercepts/delay_to_first_boot b/external/poky/scripts/postinst-intercepts/delay_to_first_boot index ecdbef95..fa8e1caa 100644 --- a/external/poky/scripts/postinst-intercepts/delay_to_first_boot +++ b/external/poky/scripts/postinst-intercepts/delay_to_first_boot @@ -1,2 +1,6 @@ #!/bin/sh +# +# SPDX-License-Identifier: MIT +# + exit 1 -- cgit 1.2.3-korg