mirror of
https://github.com/cimryan/teslausb.git
synced 2026-02-28 20:20:32 +00:00
Express stage 2 progress in terms of the process rather than the implementation.
This commit is contained in:
@@ -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 |
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user