bundles/hostname: also set motd
This commit is contained in:
parent
db3a15310c
commit
9854fc9dbc
2 changed files with 2 additions and 0 deletions
1
bundles/hostname/files/motd
Normal file
1
bundles/hostname/files/motd
Normal file
|
@ -0,0 +1 @@
|
||||||
|
This system is managed using bundlewrap.
|
|
@ -4,4 +4,5 @@ files = {
|
||||||
'/etc/hosts': {
|
'/etc/hosts': {
|
||||||
'content_type': 'mako',
|
'content_type': 'mako',
|
||||||
},
|
},
|
||||||
|
'/etc/motd': {},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue