Skip to content

Commit

Permalink
Remove unnecessary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed May 28, 2024
1 parent c01145e commit e22c0b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions iso/preseeds/ubuntu/autoinstall_unattended.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ autoinstall:
# By default, the password is allowed if no authorized keys are provided

packages:
- openssh-server # TODO: Remove?
- vim # TODO: Remove?
- sudo # TODO: Remove?
- linux-generic
- wpasupplicant
- intel-microcode
Expand All @@ -63,5 +60,6 @@ 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/" # Necessary for prerequisites
- "curtin in-target --target=/target -- /usr/src/dappnode/scripts/dappnode_install_pre.sh UPDATE"
# TODO: Handle /etc/network/interfaces and /etc/network/devhotplug

0 comments on commit e22c0b2

Please sign in to comment.