diff options
| author | Matt Wilson <msw@redhat.com> | 1999-06-24 18:48:24 +0000 |
|---|---|---|
| committer | Matt Wilson <msw@redhat.com> | 1999-06-24 18:48:24 +0000 |
| commit | 336d06119844ada6bf2a2a67bca5da0d5b363c32 (patch) | |
| tree | 429730a59bb2fed13c6298a49510ac88858153be /loader | |
| parent | 8f5b86b5ba7263bd79372f6f15c05571367555de (diff) | |
changed hello text in init
more changes to break the device from the node path
Diffstat (limited to 'loader')
| -rw-r--r-- | loader/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/init.c b/loader/init.c index acfe68d5e..8d60155f7 100644 --- a/loader/init.c +++ b/loader/init.c @@ -526,7 +526,7 @@ int main(void) { printstr("\033[8]"); } - printstr("hello\n"); + printstr("Greetings.\n"); printf("Red Hat install init version %s starting\n", VERSION); |
