From 48c6d45c1155fd2029f75a2f16b669ec96342514 Mon Sep 17 00:00:00 2001 From: mintsuki Date: Tue, 20 Apr 2021 06:48:00 +0200 Subject: [PATCH] limine-install: Turn WARNING about copying limine.sys into a less scary reminder --- limine-install/limine-install.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/limine-install/limine-install.c b/limine-install/limine-install.c index 32cf720e..b278c2c3 100644 --- a/limine-install/limine-install.c +++ b/limine-install/limine-install.c @@ -531,9 +531,9 @@ int main(int argc, char *argv[]) { if (!device_flush_cache()) goto cleanup; - fprintf(stderr, "WARNING: Remember to copy the limine.sys file in either\n" - " the root or /boot directories of one of the partitions\n" - " on the device, or boot will fail!\n"); + fprintf(stderr, "Reminder: Remember to copy the limine.sys file in either\n" + " the root or /boot directories of one of the partitions\n" + " on the device, or boot will fail!\n"); fprintf(stderr, "Limine installed successfully!\n");