Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/passt.mbuto
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ LINKS="${LINKS:-
dhclient /usr/sbin/dhclient
sysctl /usr/sbin/sysctl}"

DIRS="${DIRS} /tmp /usr/sbin /usr/share /var/log /var/lib /etc/ssh /run/sshd /root/.ssh"
DIRS="${DIRS} /tmp /usr/sbin /usr/bin /usr/share /var/log /var/lib /etc/ssh /run/sshd /root/.ssh"

COPIES="${COPIES} small.bin,/root/small.bin medium.bin,/root/medium.bin big.bin,/root/big.bin rampstream,/bin/rampstream rampstream-check.sh,/bin/rampstream-check.sh"

Expand Down
8 changes: 5 additions & 3 deletions test/passt.mem.mbuto
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

PROGS="${PROGS:-ash,dash,bash chmod ip mount insmod mkdir ln cat chmod modprobe
grep mknod sed chown sleep bc ls ps mount unshare chroot cp kill diff
head tail sort tr tee cut nm which switch_root}"
head tail sort tr tee cut nm which switch_root mv rm}"

KMODS="${KMODS:- dummy}"

Expand All @@ -22,12 +22,14 @@ LINKS="${LINKS:-
ash,dash,bash /init
ash,dash,bash /bin/sh}"

DIRS="${DIRS} /tmp /sbin"
DIRS="${DIRS} /tmp /sbin /usr/bin"

COPIES="${COPIES} ../passt.avx2,/bin/passt.avx2"

FIXUP="${FIXUP}"'
ln -s /bin /usr/bin
mv /bin/* /usr/bin || :
rm -rf /bin
ln -s /usr/bin /bin
chmod 777 /tmp
sh +m
'
Expand Down