projects/*/options:

- add variable for setup hostname
This commit is contained in:
Stephan Raue
2010-03-14 17:24:00 +01:00
parent bbfa9f24f6
commit 060f9ad9b9
4 changed files with 9 additions and 26 deletions

View File

@@ -5,6 +5,9 @@
GREATING3="#######################################################"
GREATING4=""
# Hostname for target system (openelec)
HOSTNAME="openelec"
# Root password to integrate in the target system
ROOT_PASSWORD="openelec"

View File

@@ -5,6 +5,9 @@
GREATING3="#######################################################"
GREATING4=""
# Hostname for target system (openelec)
HOSTNAME="openelec"
# Root password to integrate in the target system
ROOT_PASSWORD="openelec"

View File

@@ -5,6 +5,9 @@
GREATING3="#######################################################"
GREATING4=""
# Hostname for target system (openelec)
HOSTNAME="openelec"
# Root password to integrate in the target system
ROOT_PASSWORD="openelec"