mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 17:12:14 +00:00
Fix another gentoo template typo
I've found one more typo in the gentoo template, configuration in the generated file /etc/conf.d/hostname was not valid, but it didn't impact me due to "lxc.utsname" being set in the configuration file of container and hostname service being not used. Anyway, I've made a patch and sending it with this mail. Signed-off-by: Dark Templar <dark_templar@hotbox.ru> Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
parent
12c3b43fbe
commit
3d8b68b1d5
@ -623,7 +623,7 @@ and man lxc.conf"
|
||||
container_hostname()
|
||||
{
|
||||
printf "#### container_hostname(): setting hostname... \n"
|
||||
printf "hostnale=%s\n" "${name}" > "${rootfs}/etc/conf.d/hostname"
|
||||
printf "hostname=\"%s\"\n" "${name}" > "${rootfs}/etc/conf.d/hostname"
|
||||
printf " => done.\n"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user