From e86dfeadf73ab207e12d8543449028e1888b5f1e Mon Sep 17 00:00:00 2001 From: dappnodedev Date: Fri, 31 May 2024 16:31:32 +0200 Subject: [PATCH] Remove unneeded late commands --- iso/preseeds/ubuntu/autoinstall.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/iso/preseeds/ubuntu/autoinstall.yaml b/iso/preseeds/ubuntu/autoinstall.yaml index 43f5f7e..8614d47 100644 --- a/iso/preseeds/ubuntu/autoinstall.yaml +++ b/iso/preseeds/ubuntu/autoinstall.yaml @@ -27,7 +27,4 @@ autoinstall: - "chmod +x /target/usr/src/dappnode/scripts/dappnode_install_pre.sh" - "touch /target/usr/src/dappnode/.firstboot" - "cp -ar /etc/netplan/* /target/etc/netplan/" # Necessary for prerequisites -# - "chmod +x /target/usr/src/dappnode/scripts/static_ip.sh" # TODO: Remove if not necessary to validate IP -# - "sh -c 'gpasswd -a $(getent passwd 1000 | cut -d: -f1) sudo' " # TODO: Check if dappnode user needs to be manually added to sudoers -# - "/target/usr/src/dappnode/scripts/static_ip.sh" - "/target/usr/src/dappnode/scripts/dappnode_install_pre.sh UPDATE"