Skip to content

Commit ff31d0e

Browse files
committed
remove unnecessary commands
1 parent 05bcb06 commit ff31d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/uring-kernel-version-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
# Add BusyBox & symlinks
7979
cp /usr/bin/busybox initramfs/bin/
80-
for cmd in sh mount uname true sleep ip ifconfig cat; do ln -sf busybox initramfs/bin/$cmd; done
80+
for cmd in sh mount ip ifconfig cat; do ln -sf busybox initramfs/bin/$cmd; done
8181
ln -sf ../bin/busybox initramfs/sbin/poweroff
8282
8383
# Generate init script

0 commit comments

Comments
 (0)