Skip to content

Commit

Permalink
Fix slow entropy collection
Browse files Browse the repository at this point in the history
  • Loading branch information
cpey committed May 26, 2023
1 parent 25ffa8d commit bb48bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/create-rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ INSTALL_PKG=(
libc6-dev-i386
gdb
strace
haveged
)
INSTALL_PKG_CMD="apt install"
for pkg in "${INSTALL_PKG[@]}"; do
Expand Down
2 changes: 1 addition & 1 deletion tools/make-defconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CWD=`pwd`

cd $LINUX_SRC
export ARCH=x86
if [[ -n defconfig ]]; then
if [[ -n $defconfig ]]; then
make savedefconfig
cp defconfig arch/$ARCH/configs/$defconfig
else
Expand Down

0 comments on commit bb48bd3

Please sign in to comment.