From 208fd9a5d3436f9db13c22c02407ffc0d9900818 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 16 Apr 2013 16:19:01 +0200 Subject: [PATCH] Revert "Changed any found references to INSTALL file, which is empty for now." This reverts commit 6a78265e506eeb01d6c962211e39eaf538daf4dc. --- README.md | 2 +- packages/tools/syslinux/files/create_livestick | 1 + packages/tools/syslinux/files/create_livestick.bat | 1 + tools/nsis-installer/oeinstaller.nsi | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19499e88fb..1ddbc66192 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ providing cutting edge hardware support to deliver a set-top box experience. **Installation** -* Installation instructions can be found on [OpenELEC Wiki](http://wiki.openelec.tv/index.php?title=Installation) +* Please read INSTALL for instructions on how to install. **Known issues** diff --git a/packages/tools/syslinux/files/create_livestick b/packages/tools/syslinux/files/create_livestick index 40951a52b4..6029d601fb 100755 --- a/packages/tools/syslinux/files/create_livestick +++ b/packages/tools/syslinux/files/create_livestick @@ -228,6 +228,7 @@ EOF # cp Autorun.inf /tmp/usb_install cp openelec.ico /tmp/usb_install cp CHANGELOG /tmp/usb_install + cp INSTALL /tmp/usb_install cp README.md /tmp/usb_install cp RELEASE /tmp/usb_install diff --git a/packages/tools/syslinux/files/create_livestick.bat b/packages/tools/syslinux/files/create_livestick.bat index e83ebebe4e..37521d2cc3 100644 --- a/packages/tools/syslinux/files/create_livestick.bat +++ b/packages/tools/syslinux/files/create_livestick.bat @@ -93,6 +93,7 @@ IF ERRORLEVEL 1 goto InvalidDrive >NUL 3rdparty\syslinux\win32\syslinux.exe -f -m -a %DRIVE% >NUL copy target\* %DRIVE% >NUL copy CHANGELOG %DRIVE% +>NUL copy INSTALL %DRIVE% >NUL copy README.md %DRIVE% >NUL copy RELEASE %DRIVE% >NUL copy openelec.ico %DRIVE% diff --git a/tools/nsis-installer/oeinstaller.nsi b/tools/nsis-installer/oeinstaller.nsi index 0900e68f42..8ce3800c79 100644 --- a/tools/nsis-installer/oeinstaller.nsi +++ b/tools/nsis-installer/oeinstaller.nsi @@ -104,6 +104,7 @@ Section "oeusbstart" nsExec::Exec `"$0" /c copy Autorun.inf $DRIVE_LETTER` nsExec::Exec `"$0" /c copy openelec.ico $DRIVE_LETTER` nsExec::Exec `"$0" /c copy CHANGELOG $DRIVE_LETTER` + nsExec::Exec `"$0" /c copy INSTALL $DRIVE_LETTER` nsExec::Exec `"$0" /c copy README.md $DRIVE_LETTER` nsExec::Exec `"$0" /c copy RELEASE $DRIVE_LETTER` nsExec::Exec `"$0" /c copy 3rdparty\syslinux\vesamenu.c32 $DRIVE_LETTER`