mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-09 03:35:20 +00:00
Fix hostname in interface config for apline template
Signed-off-by: Andrey Kostin <andrey@kostin.email>
This commit is contained in:
parent
c563b9a29d
commit
1c4ea80c9e
@ -346,7 +346,7 @@ setup_network() {
|
|||||||
cat <<-EOF > etc/network/interfaces
|
cat <<-EOF > etc/network/interfaces
|
||||||
auto eth0
|
auto eth0
|
||||||
iface eth0 inet dhcp
|
iface eth0 inet dhcp
|
||||||
hostname $(hostname)
|
hostname \$(hostname)
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user