From b9efb5006fe708745ba7bdf512b79fd9b95a583d Mon Sep 17 00:00:00 2001 From: cimryan Date: Fri, 2 Nov 2018 19:52:26 -0700 Subject: [PATCH] Express stage 2 progress in terms of the process rather than the implementation. --- doc/OneStepSetup.md | 2 +- setup/pi/setup-teslausb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/OneStepSetup.md b/doc/OneStepSetup.md index 5cfe7ed..c97ccc6 100644 --- a/doc/OneStepSetup.md +++ b/doc/OneStepSetup.md @@ -42,7 +42,7 @@ A sample conf file is located in the `boot` folder on the SD card. | Stage (number of flashes) | Activity | |---|---| -| 2 | Verify setup variables | +| 2 | Verify the requested configuration is creatable | | 3 | Grab scripts to start/continue setup | | 4 | Create partition and files to store camera clips/music) | | 5 | Setup completed; remounting filesystems as read-only and rebooting | diff --git a/setup/pi/setup-teslausb b/setup/pi/setup-teslausb index 9faa514..1318e42 100644 --- a/setup/pi/setup-teslausb +++ b/setup/pi/setup-teslausb @@ -190,10 +190,10 @@ headless_setup_populate_variables # If USE_LED_FOR_SETUP_PROGRESS = true. setup_led_off -# Flash for stage 2 headless (verify variables) +# Flash for stage 2 headless (verify requested configuration) headless_setup_progress_flash 1 -setup_progress "Verifying environment variables..." +setup_progress "Verifying that the requested configuration is valid..." check_variable "campercent"