Skip to content

Commit c5aad97

Browse files
Merge branch 'master' into 3alpha/add-unattendedupgrades
2 parents 3d34f5e + 8252e09 commit c5aad97

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.dappnode_profile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

33
export BIND_VERSION="${BIND_VERSION:-0.2.6}"
4-
export IPFS_VERSION="${IPFS_VERSION:-0.2.18}"
4+
export IPFS_VERSION="${IPFS_VERSION:-0.2.19}"
55
export VPN_VERSION="${VPN_VERSION:-0.2.8}"
6-
export DAPPMANAGER_VERSION="${DAPPMANAGER_VERSION:-0.2.58}"
6+
export DAPPMANAGER_VERSION="${DAPPMANAGER_VERSION:-0.2.68}"
77
export WIFI_VERSION="${WIFI_VERSION:-0.2.8}"
88
export WIREGUARD_VERSION="${WIREGUARD_VERSION:-0.1.2}"
99
export HTTPS_VERSION="${HTTPS:-0.1.4}"

iso/preseeds/preseed_unattended.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ d-i passwd/user-password-crypted password $6$insecur3$rnEv9Amdjn3ctXxPYOlzj/cwvL
2626
# d-i passwd/root-password-crypted password $6$insecur3$rnEv9Amdjn3ctXxPYOlzj/cwvLT43GjWzkPECIHNqd8Vvza5bMG8QqMwEIBKYqnj609D.4ngi4qlmt29dLE.71
2727

2828
### Clock and time zone setup
29-
d-i clock-setup/utc boolean false
30-
d-i time/zone string Europe/Berlin
29+
d-i clock-setup/utc boolean true
30+
d-i time/zone string UTC
3131
d-i clock-setup/ntp boolean true
3232

3333
### Partitioning

iso/scripts/download_core.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source /tmp/vars.sh
88

99
DAPPNODE_CORE_DIR="/images"
1010
DAPPNODE_HASH_FILE="${DAPPNODE_CORE_DIR}/packages-content-hash.csv"
11-
CONTENT_HASH_PKGS=(geth nethermind erigon prysm teku lighthouse nimbus)
11+
CONTENT_HASH_PKGS=(besu geth nethermind erigon prysm teku lighthouse lodestar nimbus)
1212
IPFS_ENDPOINT=${IPFS_ENDPOINT:-"http://ipfs.io"}
1313

1414
SWGET="wget -q -O-"

scripts/dappnode_install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,9 @@ fi
336336

337337
# Run test in interactive terminal
338338
if [ -f "/usr/src/dappnode/.firstboot" ]; then
339+
# ensure openvt is installed prior to using it
340+
apt-get update
341+
apt-get install -y kbd
339342
openvt -s -w -- sudo -u root /usr/src/dappnode/scripts/dappnode_test_install.sh
340343
exit 0
341344
fi

0 commit comments

Comments
 (0)