From 60346ff4a4d5f75c30c02ce37f926204d2a101fe Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 12 Jun 2012 00:15:41 +0200 Subject: [PATCH] bcm2835-bootloader: fix install script, thanks to Helldesk and trevorman Signed-off-by: Stephan Raue --- .../tools/bcm2835-bootloader/files/create_sdcard | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/packages/tools/bcm2835-bootloader/files/create_sdcard b/packages/tools/bcm2835-bootloader/files/create_sdcard index 3ffff845a5..957bf6cbe5 100755 --- a/packages/tools/bcm2835-bootloader/files/create_sdcard +++ b/packages/tools/bcm2835-bootloader/files/create_sdcard @@ -65,22 +65,6 @@ echo "#########################################################" # check for some required tools - # this is needed to create a bootloader - which syslinux > /dev/null - if [ "$?" = "1" ]; then - clear - echo "#########################################################" - echo "# #" - echo "# OpenELEC.tv missing tool - Installation will quit #" - echo "# #" - echo "# We can't find the required tool \"syslinux\" #" - echo "# on your system. #" - echo "# Please install it via your package manager. #" - echo "# #" - echo "#########################################################" - exit 1 - fi - # this is needed to partion the drive which parted > /dev/null if [ "$?" = "1" ]; then