mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-04 16:55:14 +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
|
||||
auto eth0
|
||||
iface eth0 inet dhcp
|
||||
hostname $(hostname)
|
||||
hostname \$(hostname)
|
||||
EOF
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user