removed netctl dhcp hook

This commit is contained in:
Maxim Devaev 2023-10-21 06:49:51 +03:00
parent bfa4756c6e
commit a783924b2e
2 changed files with 0 additions and 9 deletions

View File

@ -98,10 +98,6 @@ depends=(
# https://archlinuxarm.org/forum/viewtopic.php?f=15&t=15725&start=40
"zstd>=1.5.1-2.1"
# Avoid dhcpcd stack trace
dhclient
netctl
# Possible hotfix for the new os update
openssl-1.1
@ -188,9 +184,6 @@ package_kvmd() {
mkdir -p "$pkgdir/etc/kvmd/override.d"
mkdir -p "$pkgdir/var/lib/kvmd/"{msd,pst}
# Avoid dhcp problems
install -DTm755 configs/os/netctl-dhcp "$pkgdir/etc/netctl/hooks/pikvm-dhcp"
}

View File

@ -1,2 +0,0 @@
#!/bin/sh
DHCPClient='dhclient'