Configures uboot commands
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user