From ea41c9fe16eba57ef4bcd46426500b47c19cbb83 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Mon, 17 Feb 2014 21:05:41 +0200 Subject: [PATCH] clean up HOSTNAME we dont need this anymore. thanks @kivutar --- config/functions | 1 - projects/ATV/options | 3 --- projects/Cuboxi/options | 3 --- projects/Generic/options | 3 --- projects/RPi/options | 3 --- projects/Virtual/options | 3 --- 6 files changed, 16 deletions(-) diff --git a/config/functions b/config/functions index 37f95bf8b1..aa53b8b3c6 100644 --- a/config/functions +++ b/config/functions @@ -363,7 +363,6 @@ show_config() { config_message="$config_message\n $dashes$dashes" config_message="$config_message\n - OEM Support:\t\t\t\t $OEM_SUPPORT" - config_message="$config_message\n - Default Hostname:\t\t\t $HOSTNAME" config_message="$config_message\n - Default ROOT Password:\t\t $ROOT_PASSWORD" config_message="$config_message\n - Bootloader:\t\t\t\t $BOOTLOADER" if [ "$BOOTLOADER" = "u-boot" ]; then diff --git a/projects/ATV/options b/projects/ATV/options index 74c668b18d..5760ceab06 100644 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -11,9 +11,6 @@ GREETING3="##############################################" GREETING4="" -# Hostname for target system (openelec) - HOSTNAME="openelec" - # Root password to integrate in the target system ROOT_PASSWORD="openelec" diff --git a/projects/Cuboxi/options b/projects/Cuboxi/options index 95138a8541..95753402a0 100644 --- a/projects/Cuboxi/options +++ b/projects/Cuboxi/options @@ -11,9 +11,6 @@ GREETING3="##############################################" GREETING4="" -# Hostname for target system (openelec) - HOSTNAME="openelec" - # Root password to integrate in the target system ROOT_PASSWORD="openelec" diff --git a/projects/Generic/options b/projects/Generic/options index 96887abbbe..ed84428030 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -11,9 +11,6 @@ GREETING3="##############################################" GREETING4="" -# Hostname for target system (openelec) - HOSTNAME="openelec" - # Root password to integrate in the target system ROOT_PASSWORD="openelec" diff --git a/projects/RPi/options b/projects/RPi/options index d615acadfc..c62ec9ec11 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -11,9 +11,6 @@ GREETING3="##############################################" GREETING4="" -# Hostname for target system (openelec) - HOSTNAME="openelec" - # Root password to integrate in the target system ROOT_PASSWORD="openelec" diff --git a/projects/Virtual/options b/projects/Virtual/options index 709a8a56ea..115d00cae7 100644 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -11,9 +11,6 @@ GREETING3="##############################################" GREETING4="" -# Hostname for target system (openelec) - HOSTNAME="openelec" - # Root password to integrate in the target system ROOT_PASSWORD="openelec"