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

Commit 225a33a

Browse files
authored
Merge pull request #355 from kincl/fix-regression-rtas_errd
Need to append to list of LDD_BINARIES not replace it
2 parents 7727359 + 1fd1521 commit 225a33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/make-initrd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ done
5050

5151
LDD_BINARIES=(/init /sbin/ipvsadm /sbin/iptables)
5252
if [ -e $ARCHPATH/binary/rtas.tar ]; then
53-
LDD_BINARIES=(/usr/sbin/rtas_errd)
53+
LDD_BINARIES+=(/usr/sbin/rtas_errd)
5454
fi
5555

5656
for bin in ${LDD_BINARIES[@]}

0 commit comments

Comments
 (0)