Update cloud-init scripts and documentation for enhanced DNS management and provisioning steps</message>
<message>Modify the first-boot.sh script to include an additional step for managing screen brightness during the provisioning process. Update user-data.bootstrap to improve DNS configuration by ensuring NetworkManager manages /etc/resolv.conf correctly, and remove obsolete scripts related to systemd-resolved. Enhance documentation to reflect these changes and clarify the setup process for users, improving overall network boot functionality and user experience.
This commit is contained in:
@@ -48,7 +48,7 @@ if [[ -z "$FIRST_BOOT_CONF" ]]; then
|
||||
fi
|
||||
|
||||
# Step enable flags (default: all enabled)
|
||||
for _n in 01 02 03 04 05 06 07 08 09 10 11 12 13; do
|
||||
for _n in 01 02 03 04 05 06 07 08 09 10 11 12 13 14; do
|
||||
eval "ENABLE_STEP_${_n}=\"\${ENABLE_STEP_${_n}:-1}\""
|
||||
done
|
||||
|
||||
@@ -165,6 +165,7 @@ elif [[ "$CURRENT_PHASE" == "2" ]]; then
|
||||
run_step 10 cmdline
|
||||
run_step 11 oneshots
|
||||
run_step 12 log_permissions
|
||||
run_step 14 screen_brightness
|
||||
phase2_cleanup
|
||||
run_step 13 reboot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user