Skip to content

Commit

Permalink
Add netplan copy to autoinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed May 31, 2024
1 parent 7a6a07b commit 9a85a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iso/preseeds/ubuntu/autoinstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ autoinstall:
- "cp -a /cdrom/dappnode/scripts/rc.local /target/etc/rc.local"
- "chmod +x /target/usr/src/dappnode/scripts/dappnode_install_pre.sh"
- "touch /target/usr/src/dappnode/.firstboot"
# - "cp -ar /etc/netplan/* /target/etc/netplan/" # TODO: Is this necessary?
- "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"
Expand Down

0 comments on commit 9a85a5c

Please sign in to comment.