diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-06 16:41:34 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-06 16:41:34 -0400 |
commit | a75bfac699bdc238eedc78dcdb0ee3ce533cd854 (patch) | |
tree | 3c7d4a456920dc1191998a235f6957a772a9963d /src/firstboot/firstboot.c | |
parent | 3384b776817808f01979ce192603d0c901391fd4 (diff) | |
parent | 98cad0ba37f0123763df77c3f51a6a222026d08b (diff) |
Merge tag 'systemd/v232-6.parabola1'systemd/v232-8.parabola2
Diffstat (limited to 'src/firstboot/firstboot.c')
-rw-r--r-- | src/firstboot/firstboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firstboot/firstboot.c b/src/firstboot/firstboot.c index c9e8e54ee3..83a21eaf0e 100644 --- a/src/firstboot/firstboot.c +++ b/src/firstboot/firstboot.c @@ -96,7 +96,7 @@ static void print_welcome(void) { log_warning_errno(r, "Failed to read os-release file: %m"); printf("\nWelcome to your new installation of %s!\nPlease configure a few basic system settings:\n\n", - isempty(pretty_name) ? "Linux" : pretty_name); + isempty(pretty_name) ? "GNU/Linux" : pretty_name); press_any_key(); |