mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20: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
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user