mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
removed netctl dhcp hook
This commit is contained in:
parent
bfa4756c6e
commit
a783924b2e
7
PKGBUILD
7
PKGBUILD
@ -98,10 +98,6 @@ depends=(
|
|||||||
# https://archlinuxarm.org/forum/viewtopic.php?f=15&t=15725&start=40
|
# https://archlinuxarm.org/forum/viewtopic.php?f=15&t=15725&start=40
|
||||||
"zstd>=1.5.1-2.1"
|
"zstd>=1.5.1-2.1"
|
||||||
|
|
||||||
# Avoid dhcpcd stack trace
|
|
||||||
dhclient
|
|
||||||
netctl
|
|
||||||
|
|
||||||
# Possible hotfix for the new os update
|
# Possible hotfix for the new os update
|
||||||
openssl-1.1
|
openssl-1.1
|
||||||
|
|
||||||
@ -188,9 +184,6 @@ package_kvmd() {
|
|||||||
mkdir -p "$pkgdir/etc/kvmd/override.d"
|
mkdir -p "$pkgdir/etc/kvmd/override.d"
|
||||||
|
|
||||||
mkdir -p "$pkgdir/var/lib/kvmd/"{msd,pst}
|
mkdir -p "$pkgdir/var/lib/kvmd/"{msd,pst}
|
||||||
|
|
||||||
# Avoid dhcp problems
|
|
||||||
install -DTm755 configs/os/netctl-dhcp "$pkgdir/etc/netctl/hooks/pikvm-dhcp"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,2 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
DHCPClient='dhclient'
|
|
||||||
Loading…
x
Reference in New Issue
Block a user