Skip to content

Commit

Permalink
Remove unneeded late commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed May 31, 2024
1 parent 9a85a5c commit e86dfea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions iso/preseeds/ubuntu/autoinstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e86dfea

Please sign in to comment.