mirror of
https://git.proxmox.com/git/pve-installer
synced 2025-08-15 04:18:59 +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 .= "\n\nsource /etc/network/interfaces.d/*\n";
|
||||
|
||||
file_write_all("$targetdir/etc/network/interfaces", $ifaces);
|
||||
|
||||
# configure dns
|
||||
|
Loading…
Reference in New Issue
Block a user