From 1680da2beb35a6a786a5d32e2a2a5213df3b3c5f Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 8 Apr 2021 14:44:33 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 1 + motd.tail | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 motd.tail diff --git a/.etckeeper b/.etckeeper index 7c6ccf7..5a73fa6 100755 --- a/.etckeeper +++ b/.etckeeper @@ -493,6 +493,7 @@ maybe chmod 0644 'modprobe.d/mdadm.conf' maybe chmod 0644 'modules' maybe chmod 0755 'modules-load.d' maybe chmod 0644 'motd' +maybe chmod 0644 'motd.tail' maybe chmod 0644 'nanorc' maybe chmod 0755 'network' maybe chmod 0755 'network/if-down.d' diff --git a/motd.tail b/motd.tail new file mode 100644 index 0000000..0675c9a --- /dev/null +++ b/motd.tail @@ -0,0 +1,6 @@ + _ _ _ +| | | | ___| | __ _ __ _ +| |_| |/ _ \ |/ _` |/ _` | +| _ | __/ | (_| | (_| | +|_| |_|\___|_|\__, |\__,_| + |___/ -- 2.39.5