diff options
-rwxr-xr-x | scripts/build/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/config b/scripts/build/config index 3a4ab899e..7b7fe4bd6 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -944,9 +944,9 @@ Check_defaults if [ ! -e config ] then - Echo_message "Creating config tree for a ${LB_MODE}/${LIVE_IMAGE_ARCHITECTURE} system" + Echo_message "Creating config tree for a ${LB_MODE}/${LB_DISTRIBUTION}/${LIVE_IMAGE_ARCHITECTURE} system" else - Echo_message "Updating config tree for a ${LB_MODE}/${LIVE_IMAGE_ARCHITECTURE} system" + Echo_message "Updating config tree for a ${LB_MODE}/${LB_DISTRIBUTION}/${LIVE_IMAGE_ARCHITECTURE} system" fi # Creating bootstrap configuration |