From 245e88df4f916dc57ecc23b583aff3bc411fca79 Mon Sep 17 00:00:00 2001 From: Marga Manterola Date: Tue, 7 Apr 2020 12:18:10 +0200 Subject: [PATCH] sys-apps/systemd: Also delete the /etc/issue line systemd will ignore any lines that are repeated. We need to get rid of this instance of /etc/issue, so that we can add our own. Our /etc/issue is shipped here: https://github.com/flatcar-linux/init/blob/flatcar-master/configs/tmpfiles.d/issuegen.conf --- .../coreos-overlay/sys-apps/systemd/systemd-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild index a23ea1fb45..fa04d2393e 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild @@ -423,7 +423,8 @@ multilib_src_install_all() { rm -rf "${ED}"/usr/share/factory sed -i "${ED}"/usr/lib/tmpfiles.d/etc.conf \ -e '/^C!* \/etc\/nsswitch\.conf/d' \ - -e '/^C!* \/etc\/pam\.d/d' + -e '/^C!* \/etc\/pam\.d/d' \ + -e '/^C!* \/etc\/issue/d' } migrate_locale() {