androdeb: Silence banner from run-command

Signed-off-by: Joel Fernandes <joel@joelfernandes.org>
diff --git a/buildstrap b/buildstrap
index 5fed520..451d7f5 100755
--- a/buildstrap
+++ b/buildstrap
@@ -24,6 +24,8 @@
 chroot $OUT_TMP rm /bin/sh || true
 chroot $OUT_TMP ln -s /bin/bash /bin/sh || true
 cp $spath/addons/bashrc $OUT_TMP/.bashrc
+cp $spath/addons/bashrc.common $OUT_TMP/.bashrc.common
+cp $spath/addons/bashrc.silent $OUT_TMP/.bashrc.silent
 
 for f in $EXTRA_FILES; do
 	if [ $f == "none" ]; then continue; fi