Skip to content

Commit

Permalink
Fix pkg installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed May 24, 2024
1 parent 3fccd34 commit cd1771b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions iso/preseeds/ubuntu/autoinstall_unattended.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,14 @@ autoinstall:
# - firmware-misc-nonfree # TODO: Remove?
# - firmware-iwlwifi # TODO: Remove?
# - avahi-utils # TODO: Fix
# - iptables # TODO: Try
- iptables # TODO: Try
timezone: UTC

late-commands:
- "apt update && apt install -y chrony build-essential iw iwd avahi-utils || true"
- "mkdir -p /target/usr/src/dappnode"
- "cp -ar /cdrom/dappnode/* /target/usr/src/dappnode/"
- "cp -a /cdrom/dappnode/scripts/rc.local /target/etc/rc.local"
- "chmod +x /target/usr/src/dappnode/scripts/dappnode_install_pre.sh"
- "echo 'touch /target/usr/src/dappnode/.firstboot'"
- "/target/usr/src/dappnode/scripts/dappnode_install_pre.sh UPDATE || true"
- "/target/usr/src/dappnode/scripts/dappnode_install_pre.sh UPDATE > /target/usr/src/dappnode/scripts/dappnode_install_pre.log || true"

0 comments on commit cd1771b

Please sign in to comment.