mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
kvmd-bootconfig: provide ENABLE_AVAHI
This commit is contained in:
@@ -131,6 +131,14 @@ if [ -n "$FIRSTBOOT$FIRST_BOOT" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# ========== Avahi ==========
|
||||||
|
|
||||||
|
if [ -n "$ENABLE_AVAHI" ]; then
|
||||||
|
systemctl enable avahi-daemon || true
|
||||||
|
touch /boot/pikvm-reboot.txt
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
# ========== OTG serial ==========
|
# ========== OTG serial ==========
|
||||||
|
|
||||||
if [ -n "$ENABLE_OTG_SERIAL" ]; then
|
if [ -n "$ENABLE_OTG_SERIAL" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user