Configures uboot commands

This commit is contained in:
2026-03-31 18:15:24 +08:00
parent f67c338e60
commit d8275622e6
5 changed files with 283 additions and 4 deletions

View File

@@ -4,13 +4,13 @@ cd /build
echo "##################################################### Installing basic packages"
apk add alpine-base \
openrc busybox-openrc bash nftables \
lm-sensors lm-sensors-fancontrol lm-sensors-fancontrol-openrc e2fsprogs
openrc busybox-openrc bash nftables nmap-ncat \
lm-sensors lm-sensors-fancontrol lm-sensors-fancontrol-openrc e2fsprogs u-boot-tools
# For diagnotics
apk add \
iproute2 iproute2-ss curl bind-tools procps strace tcpdump lsof jq binutils \
openssl nftables conntrack-tools ethtool findmnt kmod coreutils util-linux
openssl conntrack-tools ethtool findmnt kmod coreutils util-linux zstd
echo '[ -x /bin/bash ] && exec /bin/bash -l' >> "/root/.profile"
# Compat layer for kubelet for now. Will look into building it myself later. If needed