diff options
-rwxr-xr-x | meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts index 10f2118e96..50c0a1afea 100755 --- a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts +++ b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts | |||
@@ -48,6 +48,9 @@ if [ -z "$pi_dir" ]; then | |||
48 | exit 0 | 48 | exit 0 |
49 | fi | 49 | fi |
50 | 50 | ||
51 | echo "Configuring packages on first boot...." | ||
52 | echo " (This may take several minutes. Please do not power off the machine.)" | ||
53 | |||
51 | [ -e #SYSCONFDIR#/default/postinst ] && . #SYSCONFDIR#/default/postinst | 54 | [ -e #SYSCONFDIR#/default/postinst ] && . #SYSCONFDIR#/default/postinst |
52 | 55 | ||
53 | if [ "$POSTINST_LOGGING" = "1" ]; then | 56 | if [ "$POSTINST_LOGGING" = "1" ]; then |