Missed a -D to systemd-nspawn call

BBB wasn't doing the cleanup script due to a missing -D (directory) call
for the cleanup script
This commit is contained in:
Steev Klimaszewski
2018-06-19 12:30:34 -05:00
parent e70e81caec
commit b49d3c2a9c

2
bbb.sh
View File

@@ -142,7 +142,7 @@ rm -f /usr/bin/qemu*
EOF
chmod +x kali-$architecture/cleanup
LANG=C systemd-nspawn kali-$architecture /cleanup
LANG=C systemd-nspawn -D kali-$architecture /cleanup
#umount kali-$architecture/proc/sys/fs/binfmt_misc
#umount kali-$architecture/dev/pts