diff options
-rw-r--r-- | mdk-stage1/init.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mdk-stage1/init.c b/mdk-stage1/init.c index ad3950d57..83101e340 100644 --- a/mdk-stage1/init.c +++ b/mdk-stage1/init.c @@ -403,8 +403,7 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)) 2) we receive a SIGHUP */ - printf("If more people were to meet doing raklets, this planet\n"); - printf("would be a safer place.\n"); + printf("Moltes ! MOLTES !\n"); printf("\n"); printf("Running install...\n"); |