mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 11:39:56 +00:00
Merge pull request #1022 from Lisio/master
Fix hostname in interface config for apline template
This commit is contained in:
commit
7679fc22f6
@ -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