summaryrefslogtreecommitdiff
path: root/os/Makefile
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-08-11 03:40:30 +0300
committerDevaev Maxim <[email protected]>2018-08-11 03:40:30 +0300
commit3d2282f8f9d24f3a7e5bb6772471fe506a7299dd (patch)
tree8495c73fe5c49962e9a40e00ad158625d05059eb /os/Makefile
parentd68f3b81995b98270622988ec539574c356ae27c (diff)
fixed os hostname
Diffstat (limited to 'os/Makefile')
-rw-r--r--os/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/os/Makefile b/os/Makefile
index 083b2640..fc77d326 100644
--- a/os/Makefile
+++ b/os/Makefile
@@ -37,7 +37,6 @@ _pikvm: $(_BUILD_DIR)
PROJECT=pikvm \
BOARD=$(PI_BOARD) \
STAGES="__init__ os watchdog ro pikvm rootssh __cleanup__" \
- HOSTNAME=$(HOSTNAME) \
LOCALE=$(LOCALE) \
TIMEZONE=$(TIMEZONE)
@@ -47,7 +46,7 @@ $(_BUILD_DIR):
install: $(_BUILD_DIR)
- cd $(_BUILD_DIR) && make install
+ cd $(_BUILD_DIR) && make install HOSTNAME=$(HOSTNAME)
scan: $(_BUILD_DIR)