Enhance first-boot configuration with step enable flags and improved documentation
Add step enable flags to the first-boot configuration, allowing users to control the execution of each step during the initial setup. Update the first-boot script to load these flags from the configuration file, ensuring flexibility in customization. Revise the example configuration file to clarify the default behavior and provide guidance on disabling specific steps. This improves user experience by offering more granular control over the first-boot process.
This commit is contained in:
@@ -61,8 +61,9 @@
|
||||
# Example: "01-set-rotation-once 02-set-wallpaper-once"
|
||||
# ONESHOT_SCRIPTS="01-set-rotation-once 02-set-wallpaper-once"
|
||||
|
||||
# --- Step enable flags (1 = run, 0 = skip). Default: all 1. Set in config to disable a step. ---
|
||||
# --- Step enable flags (1 = run, 0 = skip). All steps enabled by default. Set ENABLE_STEP_NN=0 to disable. ---
|
||||
# 01=hostname, 02=packages, 03=kiosk_files, 04=splash_wallpaper, 05=lightdm, 06=maliit,
|
||||
# 07=dark_theme, 08=reterminal_drivers, 09=reapply_splash, 10=cmdline, 11=oneshots, 12=log_permissions, 13=reboot
|
||||
# Example: uncomment to disable a step
|
||||
# ENABLE_STEP_08=0
|
||||
# ENABLE_STEP_13=0
|
||||
|
||||
Reference in New Issue
Block a user