Express stage 2 progress in terms of the process rather than the implementation.

This commit is contained in:
cimryan
2018-11-02 19:52:26 -07:00
parent efdab38530
commit b9efb5006f
2 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ A sample conf file is located in the `boot` folder on the SD card.
| Stage (number of flashes) | Activity | | Stage (number of flashes) | Activity |
|---|---| |---|---|
| 2 | Verify setup variables | | 2 | Verify the requested configuration is creatable |
| 3 | Grab scripts to start/continue setup | | 3 | Grab scripts to start/continue setup |
| 4 | Create partition and files to store camera clips/music) | | 4 | Create partition and files to store camera clips/music) |
| 5 | Setup completed; remounting filesystems as read-only and rebooting | | 5 | Setup completed; remounting filesystems as read-only and rebooting |

View File

@@ -190,10 +190,10 @@ headless_setup_populate_variables
# If USE_LED_FOR_SETUP_PROGRESS = true. # If USE_LED_FOR_SETUP_PROGRESS = true.
setup_led_off setup_led_off
# Flash for stage 2 headless (verify variables) # Flash for stage 2 headless (verify requested configuration)
headless_setup_progress_flash 1 headless_setup_progress_flash 1
setup_progress "Verifying environment variables..." setup_progress "Verifying that the requested configuration is valid..."
check_variable "campercent" check_variable "campercent"