mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-14 10:10:29 +08:00
fixed os hostname
This commit is contained in:
parent
d68f3b8199
commit
3d2282f8f9
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user