From 9854fc9dbcf206956bc0cfc1329bc34c788dd033 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 15 Jan 2021 15:29:49 +0100 Subject: [PATCH] bundles/hostname: also set motd --- bundles/hostname/files/motd | 1 + bundles/hostname/items.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 bundles/hostname/files/motd diff --git a/bundles/hostname/files/motd b/bundles/hostname/files/motd new file mode 100644 index 0000000..77de5e9 --- /dev/null +++ b/bundles/hostname/files/motd @@ -0,0 +1 @@ +This system is managed using bundlewrap. diff --git a/bundles/hostname/items.py b/bundles/hostname/items.py index 524cc06..eae7081 100644 --- a/bundles/hostname/items.py +++ b/bundles/hostname/items.py @@ -4,4 +4,5 @@ files = { '/etc/hosts': { 'content_type': 'mako', }, + '/etc/motd': {}, }