mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
kvmd-bootconfig: provide ENABLE_AVAHI
This commit is contained in:
parent
5c3ac4c9c1
commit
af9023e8aa
@ -131,6 +131,14 @@ if [ -n "$FIRSTBOOT$FIRST_BOOT" ]; then
|
||||
fi
|
||||
|
||||
|
||||
# ========== Avahi ==========
|
||||
|
||||
if [ -n "$ENABLE_AVAHI" ]; then
|
||||
systemctl enable avahi-daemon || true
|
||||
touch /boot/pikvm-reboot.txt
|
||||
fi
|
||||
|
||||
|
||||
# ========== OTG serial ==========
|
||||
|
||||
if [ -n "$ENABLE_OTG_SERIAL" ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user