]> git.proxmox.com Git - pve-container.git/commit
install Alpine.pm and configure its network
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 12 Feb 2016 08:27:32 +0000 (09:27 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 16 Feb 2016 11:14:11 +0000 (12:14 +0100)
commitd93a2739a07c9b3a8f1c40a94fd20bd2f5d79cb4
treefbdb84a1053e44ef76fe8dda85c32cdceec716e9
parente9076752ba72ba0632aaf571a4e5bec6939e5d84
install Alpine.pm and configure its network

Since busybox' current default DHCPv6 client is unfinished
and alpine currently doesn't handle a 'dhcp' interface type
in its /etc/network/interfaces and bails out when
configuring the network with a broken config we have to make
sure we don't pass this on to debian's setup_network.

Unfortunately a warning at this point would only be visible
when creating a container because at this point no warning
makes it to the console/UI (and errors would be hidden
because the setup runs in our lxc prestart hook).
src/PVE/LXC/Setup/Alpine.pm
src/PVE/LXC/Setup/Makefile