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