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:
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
# Start the brightness overlay after a short delay so the Wayland/X session
|
||||
# and compositor are ready (autostart often runs before the display is usable).
|
||||
SCRIPT_DIR="$(dirname "$0")"
|
||||
sleep 6
|
||||
exec "$SCRIPT_DIR/brightness-overlay.py"
|
||||
Reference in New Issue
Block a user