From 89e573207cd52f846f44f5159f264935c71eb15b Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 1 Sep 2023 16:55:01 -0400 Subject: [PATCH] Remove irrelevant command from ubuntu cloning firstboot --- .../ubuntu20.04-diskless/profiles/default/scripts/firstboot.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/confluent_osdeploy/ubuntu20.04-diskless/profiles/default/scripts/firstboot.sh b/confluent_osdeploy/ubuntu20.04-diskless/profiles/default/scripts/firstboot.sh index 68e212fd..97697312 100644 --- a/confluent_osdeploy/ubuntu20.04-diskless/profiles/default/scripts/firstboot.sh +++ b/confluent_osdeploy/ubuntu20.04-diskless/profiles/default/scripts/firstboot.sh @@ -24,8 +24,6 @@ done if [ ! -f /etc/confluent/firstboot.ran ]; then touch /etc/confluent/firstboot.ran - cat /etc/confluent/tls/*.pem >> /etc/pki/tls/certs/ca-bundle.crt - run_remote firstboot.custom # Firstboot scripts may be placed into firstboot.d, e.g. firstboot.d/01-firstaction.sh, firstboot.d/02-secondaction.sh run_remote_parts firstboot.d