mirror of
git://github.com/lxc/lxc
synced 2025-08-31 23:41:28 +00:00
Merge pull request #1022 from Lisio/master
Fix hostname in interface config for apline template
This commit is contained in:
@@ -346,7 +346,7 @@ setup_network() {
|
||||
cat <<-EOF > etc/network/interfaces
|
||||
auto eth0
|
||||
iface eth0 inet dhcp
|
||||
hostname $(hostname)
|
||||
hostname \$(hostname)
|
||||
EOF
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user