mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
busybox: create /etc/issue
This commit is contained in:
parent
5222606ad6
commit
75cec350da
@ -22,6 +22,7 @@ if [ "$2" = system ]; then
|
||||
cp $PKG_DIR/config/passwd $INSTALL/etc
|
||||
cp $PKG_DIR/config/group $INSTALL/etc
|
||||
cp $PKG_DIR/config/sysconfig $INSTALL/etc
|
||||
echo $ISSUE > $INSTALL/etc/issue
|
||||
|
||||
mkdir -p $INSTALL/usr/share/udhcpc
|
||||
cp $PKG_DIR/scripts/udhcp.script $INSTALL/usr/share/udhcpc/default.script
|
||||
|
Loading…
x
Reference in New Issue
Block a user