commit: 6e9777bc736fb2e963865090c8ef36eddd5e597e Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Wed Jan 25 23:57:49 2023 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Thu Jan 26 00:24:33 2023 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=6e9777bc
etc/issue: remove DNS domain name It is very common for client systems to not have a valid DNS domain name. This results in agetty printing "unknown_domain", which may confuse new users. Closes: https://github.com/gentoo/baselayout/pull/3 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> Signed-off-by: William Hubbs <williamh <AT> gentoo.org> etc/issue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/issue b/etc/issue index 015e46d5..cebeb831 100644 --- a/etc/issue +++ b/etc/issue @@ -1,3 +1,3 @@ -This is \n.\O (\s \m \r) \t +This is \n (\s \m \r) \t
