mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
bash: move inputrc to busybox
This commit is contained in:
parent
12e888f855
commit
88cc98d1eb
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user