Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions initrd/buildinitrd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ copy()
if [ -n "$file" ] ; then
cp $file $WDIR/$file
else
echo "Missing required file: $1 for directory $2"
rm -rf $WDIR
echo "ERROR: required binary '$1' not found in the build container (for '$2')." >&2
echo " Add it to initrd/ukl-base/Dockerfile, or remove it from the file list in buildinitrd.sh." >&2
exit 1
fi
}
Expand Down
2 changes: 1 addition & 1 deletion initrd/ukl-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM fedora:36
RUN dnf update -y
RUN dnf -y install sed elfutils-libelf-devel bc hostname perl dropbear \
msr-tools wget dnf-plugins-core bzip2 curl xz cpio shadow-utils procps-ng iproute \
pciutils net-tools openssh-server less ethtool
pciutils net-tools openssh-server less ethtool perf