]> git.proxmox.com Git - pve-container.git/commit
Setup: add gentoo support
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 19 May 2016 13:21:43 +0000 (15:21 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 23 May 2016 05:04:29 +0000 (07:04 +0200)
commited027b5844d384c37d15cebd96bbd46ecf1914b7
treea7a39bfe896da5900b7d3b8c48fc12d881fdf785
parent2928e616c800ce735670018b3c1da8923b869872
Setup: add gentoo support

With DHCPv6 we're in a similar boat as with Alpine: The
default templates only ship busybox' udhcpc which doesn't do
ipv6 at all, and if dhclient/dhcpcd are installed there'd
still be no way to configure ONLY dhcpv6 without including
dhcpv4. (We could just dump in a dhclientv6.sh script to
/lib64/netifrc/net/dhclientv6.sh if someone absolutely needs
it...)

Also the fact that the network configuration can in *theory*
be a full blown bash script is a bit inconvenient.
src/PVE/LXC.pm
src/PVE/LXC/Config.pm
src/PVE/LXC/Setup.pm
src/PVE/LXC/Setup/Gentoo.pm [new file with mode: 0644]
src/PVE/LXC/Setup/Makefile