mirror of
https://git.proxmox.com/git/pve-installer
synced 2025-08-15 16:07:44 +00:00
source interfaces.d snippets by default
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
819ded5e8f
commit
6c6291d2f4
@ -979,6 +979,8 @@ sub extract_data {
|
|||||||
$ifaces .= "\niface $name $ntype manual\n";
|
$ifaces .= "\niface $name $ntype manual\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$ifaces .= "\n\nsource /etc/network/interfaces.d/*\n";
|
||||||
|
|
||||||
file_write_all("$targetdir/etc/network/interfaces", $ifaces);
|
file_write_all("$targetdir/etc/network/interfaces", $ifaces);
|
||||||
|
|
||||||
# configure dns
|
# configure dns
|
||||||
|
Loading…
Reference in New Issue
Block a user