From 6cf586436b1e394375df7c9f1f5e36189143b855 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 15 Aug 2018 11:10:59 +0100 Subject: [PATCH] aws: Import pakfire keys before the first launch Signed-off-by: Michael Tremer --- src/initscripts/helper/aws-setup | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/initscripts/helper/aws-setup b/src/initscripts/helper/aws-setup index 2cd63136dc..97293fd139 100644 --- a/src/initscripts/helper/aws-setup +++ b/src/initscripts/helper/aws-setup @@ -111,6 +111,9 @@ 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 + # Install all available updates pakfire update && pakfire upgrade -y -- 2.39.5