Skip to content

Commit 6b56e21

Browse files
committed
build.sh removes urandom devices
1 parent 5ef4b28 commit 6b56e21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CACHEPATH="$ROOTFS/var/cache/apk/"
88
SHELLHISTORY="$ROOTFS/root/.ash_history"
99
DEVCONSOLE="$ROOTFS/dev/console"
1010
MODULESPATH="$ROOTFS/lib/modules/"
11+
DEVURANDOM="$ROOTFS/dev/urandom"
1112

1213
# Kernel variables
1314
KERNELVERSION="4.14.22-onefile"

0 commit comments

Comments
 (0)