bash: move inputrc to busybox

This commit is contained in:
Stefan Saraev 2013-05-27 21:24:40 +03:00 committed by Stephan Raue
parent 9973193b9b
commit 48baab45f9
3 changed files with 1 additions and 3 deletions

View File

@ -25,6 +25,3 @@
mkdir -p $INSTALL/bin
cp $PKG_BUILD/bash $INSTALL/bin
ln -sf bash $INSTALL/bin/sh
mkdir -p $INSTALL/etc
cp $PKG_DIR/config/inputrc $INSTALL/etc

View File

@ -48,6 +48,7 @@ USER_PWD="`$ROOT/$TOOLCHAIN/bin/cryptpw -m sha512 $USER_PASSWORD`"
mkdir -p $INSTALL/etc
cp $PKG_DIR/config/profile $INSTALL/etc
cp $PKG_DIR/config/inputrc $INSTALL/etc
cp $PKG_DIR/config/syslog.conf $INSTALL/etc
cp $PKG_DIR/config/httpd.conf $INSTALL/etc
echo "chmod 000 $INSTALL/etc/shadow" >> $FAKEROOT_SCRIPT