From 36a7d1dfbb175c1028e585906974dc01f7d21f6b Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 18 Aug 2023 18:21:37 +0200 Subject: lxc_rootfs_debootstrap: add etc/hostname to templates It contains the LXC_NAME variable --- lxc_rootfs_debootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/lxc_rootfs_debootstrap b/lxc_rootfs_debootstrap index 71e79ef..9851dec 100755 --- a/lxc_rootfs_debootstrap +++ b/lxc_rootfs_debootstrap @@ -143,6 +143,7 @@ initscripts_disable = [ lxc_templates = """ etc/hosts +etc/hostname """ class Bootstrapper: -- cgit v1.2.3