mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 18:11:54 +08:00
fixed os hostname
This commit is contained in:
@@ -37,7 +37,6 @@ _pikvm: $(_BUILD_DIR)
|
|||||||
PROJECT=pikvm \
|
PROJECT=pikvm \
|
||||||
BOARD=$(PI_BOARD) \
|
BOARD=$(PI_BOARD) \
|
||||||
STAGES="__init__ os watchdog ro pikvm rootssh __cleanup__" \
|
STAGES="__init__ os watchdog ro pikvm rootssh __cleanup__" \
|
||||||
HOSTNAME=$(HOSTNAME) \
|
|
||||||
LOCALE=$(LOCALE) \
|
LOCALE=$(LOCALE) \
|
||||||
TIMEZONE=$(TIMEZONE)
|
TIMEZONE=$(TIMEZONE)
|
||||||
|
|
||||||
@@ -47,7 +46,7 @@ $(_BUILD_DIR):
|
|||||||
|
|
||||||
|
|
||||||
install: $(_BUILD_DIR)
|
install: $(_BUILD_DIR)
|
||||||
cd $(_BUILD_DIR) && make install
|
cd $(_BUILD_DIR) && make install HOSTNAME=$(HOSTNAME)
|
||||||
|
|
||||||
|
|
||||||
scan: $(_BUILD_DIR)
|
scan: $(_BUILD_DIR)
|
||||||
|
|||||||
Reference in New Issue
Block a user