We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05bcb06 commit ff31d0eCopy full SHA for ff31d0e
.github/workflows/uring-kernel-version-test.yml
@@ -77,7 +77,7 @@ jobs:
77
78
# Add BusyBox & symlinks
79
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
+ for cmd in sh mount ip ifconfig cat; do ln -sf busybox initramfs/bin/$cmd; done
81
ln -sf ../bin/busybox initramfs/sbin/poweroff
82
83
# Generate init script
0 commit comments