]> git.proxmox.com Git - pve-installer.git/commitdiff
do not create resolvconf links
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 14 Dec 2018 15:13:12 +0000 (16:13 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 14 Dec 2018 15:13:12 +0000 (16:13 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index c72df6cadda5d28a9845bfc33b74a5aeefbf641f..4039866b408ab6c4cadc88aba072f029a2dff712 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,9 +38,6 @@ ${DEBS}: ${INSTALLER_SOURCES} ${HTML_COMMON_SOURCES} ${HTML_SOURCES}
 install: ${INSTALLER_SOURCES} ${HTML_COMMON_SOURCES} ${HTML_SOURCES}
        make -C html-common install
        install -D -m 644 interfaces ${DESTDIR}/etc/network/interfaces
-       mkdir -p ${DESTDIR}/var/lib/dhcp3/
-       ln -s /tmp/resolv.conf.dhclient-new ${DESTDIR}/etc/resolv.conf
-       ln -s /tmp/resolv.conf.dhclient-new ${DESTDIR}/etc/resolv.conf.dhclient-new
        install -D -m 755 fake-start-stop-daemon ${DESTDIR}/var/lib/pve-installer/fake-start-stop-daemon
        install -D -m 755 policy-disable-rc.d ${DESTDIR}/var/lib/pve-installer/policy-disable-rc.d
        install -D -m 644 country.dat ${DESTDIR}/var/lib/pve-installer/country.dat