From d8ad75cd87648d5b499f9a21ea0abadd719bc09e Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Peters Date: Sun, 22 Sep 2013 20:51:40 +0200 Subject: [PATCH] save some ascii art --- packages/tools/syslinux/files/create_livestick | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/tools/syslinux/files/create_livestick b/packages/tools/syslinux/files/create_livestick index ee13e635f0..3371a4a027 100755 --- a/packages/tools/syslinux/files/create_livestick +++ b/packages/tools/syslinux/files/create_livestick @@ -27,7 +27,7 @@ if [ "$(id -u)" != "0" ]; then clear echo "#########################################################" echo "# please execute with 'sudo' or -DANGEROUS!!!- as root #" - echo "# example: sudo ./create_livestick #" + echo "# example: sudo ./create_livestick #" echo "#########################################################" exit 1 fi @@ -36,7 +36,7 @@ if [ -z "$1" ]; then clear echo "#########################################################" echo "# please execute with your drive as option #" - echo "# example: sudo ./create_livestick /dev/sdb #" + echo "# example: sudo ./create_livestick /dev/sdb #" echo "#########################################################" exit 1 fi @@ -71,7 +71,7 @@ echo "#########################################################" echo "# #" echo "# OpenELEC missing tool - Installation will quit #" echo "# #" - echo "# We can't find the required tool \"syslinux\" #" + echo "# We can't find the required tool \"syslinux\" #" echo "# on your system. #" echo "# Please install it via your package manager. #" echo "# #" @@ -87,11 +87,11 @@ echo "#########################################################" echo "# #" echo "# OpenELEC missing tool - Installation will quit #" echo "# #" - echo "# We can't find the required tool \"mcopy\" #" + echo "# We can't find the required tool \"mcopy\" #" echo "# on your system. #" echo "# Please install it via your package manager. #" echo "# NOTE: Some distributions call this package #" - echo "# \"mtools\". #" + echo "# \"mtools\". #" echo "# #" echo "#########################################################" exit 1 @@ -105,7 +105,7 @@ echo "#########################################################" echo "# #" echo "# OpenELEC missing tool - Installation will quit #" echo "# #" - echo "# We can't find the required tool \"parted\" #" + echo "# We can't find the required tool \"parted\" #" echo "# on your system. #" echo "# Please install it via your package manager. #" echo "# #" @@ -121,7 +121,7 @@ echo "#########################################################" echo "# #" echo "# OpenELEC.tv missing tool - Installation will quit #" echo "# #" - echo "# We can't find the required tool \"mkfs.vfat\" #" + echo "# We can't find the required tool \"mkfs.vfat\" #" echo "# on your system. #" echo "# Please install it via your package manager. #" echo "# #"