Remove obsolete bootstrap script and update example script for clarity</message>
<message>Delete the existing bootstrap.sh script used for cloud-init first boot, as it is no longer needed. Update the bootstrap.sh.example script to provide clearer instructions for users on how to customize and deploy their own bootstrap script, ensuring better guidance for cloud-init integration. These changes streamline the provisioning process and enhance user experience.
This commit is contained in:
4
emmc-provisioning/cloud-init/bootstrap.sh
Normal file
4
emmc-provisioning/cloud-init/bootstrap.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# Minimal bootstrap script for cloud-init first boot (test).
|
||||
set -e
|
||||
echo "[$(date -Iseconds)] test completed" | tee -a /var/log/cloud-init-bootstrap.log
|
||||
Reference in New Issue
Block a user