diff --git a/packages/sysutils/busybox-system/install b/packages/sysutils/busybox-system/install index 96c3a9ef51..4c47b4aec2 100755 --- a/packages/sysutils/busybox-system/install +++ b/packages/sysutils/busybox-system/install @@ -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 diff --git a/projects/intel/options b/projects/intel/options index 538e49893d..56770ac97d 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -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"