mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
projects/intel: fix options (login message)
This commit is contained in:
parent
c0dbf31d5a
commit
18a990ac72
@ -18,11 +18,11 @@ ROOT_PWD="`$ROOT/$TOOLCHAIN/bin/mkpasswd $ROOT_PASSWORD`"
|
||||
|
||||
mkdir -p $INSTALL/etc
|
||||
cp $PKG_DIR/config/sysconfig $INSTALL/etc
|
||||
echo $ISSUE0 > $INSTALL/etc/issue
|
||||
echo $ISSUE1 >> $INSTALL/etc/issue
|
||||
echo $ISSUE2 >> $INSTALL/etc/issue
|
||||
echo $ISSUE3 >> $INSTALL/etc/issue
|
||||
echo $ISSUE4 >> $INSTALL/etc/issue
|
||||
echo $GREATING0 > $INSTALL/etc/issue
|
||||
echo $GREATING1 >> $INSTALL/etc/issue
|
||||
echo $GREATING2 >> $INSTALL/etc/issue
|
||||
echo $GREATING3 >> $INSTALL/etc/issue
|
||||
echo $GREATING4 >> $INSTALL/etc/issue
|
||||
|
||||
mkdir -p $INSTALL/usr/share/udhcpc
|
||||
cp $PKG_DIR/scripts/udhcp.script $INSTALL/usr/share/udhcpc/default.script
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Welcome Message for e.g. SSH Server (up to 5 Lines e.g. ISSUE0=".." ISSUE1=".."
|
||||
ISSUE0="*******************************************************"
|
||||
ISSUE1="* Welcome to OpenELEC - the powerfull Mediacenter4you *"
|
||||
ISSUE2="* visit http://www.openelec.tviacenter4you *"
|
||||
ISSUE3="*******************************************************"
|
||||
ISSUE4=
|
||||
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||
GREATING0="#######################################################"
|
||||
GREATING1="# Welcome to OpenELEC - the powerfull Mediacenter4you #"
|
||||
GREATING2="# visit http://www.openelec.tv #"
|
||||
GREATING3="#######################################################"
|
||||
GREATING4=""
|
||||
|
||||
# Root password to integrate in the target system
|
||||
ROOT_PASSWORD="openelec"
|
||||
|
Loading…
x
Reference in New Issue
Block a user