This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 3da2a66193ce8e3f92d3c29be95a4076a4fa0274 (commit) from fd313a1ae690ce95d91802fea0d94d85da084fd8 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 3da2a66193ce8e3f92d3c29be95a4076a4fa0274 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Aug 31 11:08:53 2018 +0100
aws: Don't update the system on first boot
This will violate AWS policy and therefore had to be removed.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: src/initscripts/helper/aws-setup | 12 ------------ 1 file changed, 12 deletions(-)
Difference in files: diff --git a/src/initscripts/helper/aws-setup b/src/initscripts/helper/aws-setup index b2bb5a966..e3f1d0a9f 100644 --- a/src/initscripts/helper/aws-setup +++ b/src/initscripts/helper/aws-setup @@ -98,18 +98,6 @@ import_aws_configuration() {
# Download the user-data script only on the first boot if [ ! -e "/var/ipfire/main/firstsetup_ok" ]; then - # Initialize pakfire - /etc/init.d/pakfire start &>/dev/null - - # Install all available updates - ( pakfire update && pakfire upgrade -y ) &>/dev/null - - # If an update requires a reboot, we will do it - if [ -e "/var/run/need_reboot" ]; then - reboot - exit 1 - fi - # Download user-data local user_data="$(get user-data)"
hooks/post-receive -- IPFire 2.x development tree