Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #362 from teawater/a64fix
Browse files Browse the repository at this point in the history
build/arch/aarch64/binary/: add iptables, ipvsadm, mount.nfs, socat
  • Loading branch information
gnawux committed Sep 12, 2018
2 parents f2af9a5 + 27dd7e7 commit 68d80dd
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file added build/arch/aarch64/binary/iptables
Binary file not shown.
Binary file added build/arch/aarch64/binary/ipvsadm
Binary file not shown.
Binary file added build/arch/aarch64/binary/mount.nfs
Binary file not shown.
Binary file added build/arch/aarch64/binary/socat
Binary file not shown.
2 changes: 1 addition & 1 deletion build/make-initrd.sh
Expand Up @@ -48,7 +48,7 @@ do
ln -sf /sbin/iptables /tmp/hyperstart-rootfs/${bin}
done

LDD_BINARIES=(/init /sbin/ipvsadm /sbin/iptables)
LDD_BINARIES=(/init /sbin/busybox /sbin/ipvsadm /sbin/iptables /sbin/socat /sbin/mount.nfs4)
if [ -e $ARCHPATH/binary/rtas.tar ]; then
LDD_BINARIES+=(/usr/sbin/rtas_errd)
fi
Expand Down

0 comments on commit 68d80dd

Please sign in to comment.